{
  "type": "File",
  "start": 0,
  "end": 25603,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 888,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 25603,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 888,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 30,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 30
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 9,
            "end": 17,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 17
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 9,
              "end": 17,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 9
                },
                "end": {
                  "line": 1,
                  "column": 17
                },
                "identifierName": "readFile"
              },
              "name": "readFile"
            },
            "local": {
              "type": "Identifier",
              "start": 9,
              "end": 17,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 9
                },
                "end": {
                  "line": 1,
                  "column": 17
                },
                "identifierName": "readFile"
              },
              "name": "readFile"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 25,
          "end": 29,
          "loc": {
            "start": {
              "line": 1,
              "column": 25
            },
            "end": {
              "line": 1,
              "column": 29
            }
          },
          "extra": {
            "rawValue": "fs",
            "raw": "'fs'"
          },
          "value": "fs"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 31,
        "end": 62,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 31
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 40,
            "end": 47,
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 16
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 40,
              "end": 47,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 9
                },
                "end": {
                  "line": 2,
                  "column": 16
                },
                "identifierName": "dirname"
              },
              "name": "dirname"
            },
            "local": {
              "type": "Identifier",
              "start": 40,
              "end": 47,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 9
                },
                "end": {
                  "line": 2,
                  "column": 16
                },
                "identifierName": "dirname"
              },
              "name": "dirname"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 55,
          "end": 61,
          "loc": {
            "start": {
              "line": 2,
              "column": 24
            },
            "end": {
              "line": 2,
              "column": 30
            }
          },
          "extra": {
            "rawValue": "path",
            "raw": "'path'"
          },
          "value": "path"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 63,
        "end": 126,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 63
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 72,
            "end": 81,
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 18
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 72,
              "end": 81,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 9
                },
                "end": {
                  "line": 3,
                  "column": 18
                },
                "identifierName": "NodeClass"
              },
              "name": "NodeClass"
            },
            "local": {
              "type": "Identifier",
              "start": 72,
              "end": 81,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 9
                },
                "end": {
                  "line": 3,
                  "column": 18
                },
                "identifierName": "NodeClass"
              },
              "name": "NodeClass"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 89,
          "end": 125,
          "loc": {
            "start": {
              "line": 3,
              "column": 26
            },
            "end": {
              "line": 3,
              "column": 62
            }
          },
          "extra": {
            "rawValue": "node-opcua/lib/datamodel/nodeclass",
            "raw": "'node-opcua/lib/datamodel/nodeclass'"
          },
          "value": "node-opcua/lib/datamodel/nodeclass"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 127,
        "end": 214,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 87
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 136,
            "end": 144,
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 17
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 136,
              "end": 144,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 9
                },
                "end": {
                  "line": 4,
                  "column": 17
                },
                "identifierName": "DataType"
              },
              "name": "DataType"
            },
            "local": {
              "type": "Identifier",
              "start": 136,
              "end": 144,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 9
                },
                "end": {
                  "line": 4,
                  "column": 17
                },
                "identifierName": "DataType"
              },
              "name": "DataType"
            }
          },
          {
            "type": "ImportSpecifier",
            "start": 146,
            "end": 162,
            "loc": {
              "start": {
                "line": 4,
                "column": 19
              },
              "end": {
                "line": 4,
                "column": 35
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 146,
              "end": 162,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 19
                },
                "end": {
                  "line": 4,
                  "column": 35
                },
                "identifierName": "VariantArrayType"
              },
              "name": "VariantArrayType"
            },
            "local": {
              "type": "Identifier",
              "start": 146,
              "end": 162,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 19
                },
                "end": {
                  "line": 4,
                  "column": 35
                },
                "identifierName": "VariantArrayType"
              },
              "name": "VariantArrayType"
            }
          },
          {
            "type": "ImportSpecifier",
            "start": 164,
            "end": 171,
            "loc": {
              "start": {
                "line": 4,
                "column": 37
              },
              "end": {
                "line": 4,
                "column": 44
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 164,
              "end": 171,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 37
                },
                "end": {
                  "line": 4,
                  "column": 44
                },
                "identifierName": "Variant"
              },
              "name": "Variant"
            },
            "local": {
              "type": "Identifier",
              "start": 164,
              "end": 171,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 37
                },
                "end": {
                  "line": 4,
                  "column": 44
                },
                "identifierName": "Variant"
              },
              "name": "Variant"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 179,
          "end": 213,
          "loc": {
            "start": {
              "line": 4,
              "column": 52
            },
            "end": {
              "line": 4,
              "column": 86
            }
          },
          "extra": {
            "rawValue": "node-opcua/lib/datamodel/variant",
            "raw": "'node-opcua/lib/datamodel/variant'"
          },
          "value": "node-opcua/lib/datamodel/variant"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 215,
        "end": 279,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 64
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 224,
            "end": 237,
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 22
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 224,
              "end": 237,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 9
                },
                "end": {
                  "line": 5,
                  "column": 22
                },
                "identifierName": "resolveNodeId"
              },
              "name": "resolveNodeId"
            },
            "local": {
              "type": "Identifier",
              "start": 224,
              "end": 237,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 9
                },
                "end": {
                  "line": 5,
                  "column": 22
                },
                "identifierName": "resolveNodeId"
              },
              "name": "resolveNodeId"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 245,
          "end": 278,
          "loc": {
            "start": {
              "line": 5,
              "column": 30
            },
            "end": {
              "line": 5,
              "column": 63
            }
          },
          "extra": {
            "rawValue": "node-opcua/lib/datamodel/nodeid",
            "raw": "'node-opcua/lib/datamodel/nodeid'"
          },
          "value": "node-opcua/lib/datamodel/nodeid"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 280,
        "end": 352,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 72
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 289,
            "end": 302,
            "loc": {
              "start": {
                "line": 6,
                "column": 9
              },
              "end": {
                "line": 6,
                "column": 22
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 289,
              "end": 302,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 9
                },
                "end": {
                  "line": 6,
                  "column": 22
                },
                "identifierName": "LocalizedText"
              },
              "name": "LocalizedText"
            },
            "local": {
              "type": "Identifier",
              "start": 289,
              "end": 302,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 9
                },
                "end": {
                  "line": 6,
                  "column": 22
                },
                "identifierName": "LocalizedText"
              },
              "name": "LocalizedText"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 310,
          "end": 351,
          "loc": {
            "start": {
              "line": 6,
              "column": 30
            },
            "end": {
              "line": 6,
              "column": 71
            }
          },
          "extra": {
            "rawValue": "node-opcua/lib/datamodel/localized_text",
            "raw": "'node-opcua/lib/datamodel/localized_text'"
          },
          "value": "node-opcua/lib/datamodel/localized_text"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 353,
        "end": 426,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 73
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 362,
            "end": 373,
            "loc": {
              "start": {
                "line": 7,
                "column": 9
              },
              "end": {
                "line": 7,
                "column": 20
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 362,
              "end": 373,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 9
                },
                "end": {
                  "line": 7,
                  "column": 20
                },
                "identifierName": "StatusCodes"
              },
              "name": "StatusCodes"
            },
            "local": {
              "type": "Identifier",
              "start": 362,
              "end": 373,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 9
                },
                "end": {
                  "line": 7,
                  "column": 20
                },
                "identifierName": "StatusCodes"
              },
              "name": "StatusCodes"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 381,
          "end": 425,
          "loc": {
            "start": {
              "line": 7,
              "column": 28
            },
            "end": {
              "line": 7,
              "column": 72
            }
          },
          "extra": {
            "rawValue": "node-opcua/lib/datamodel/opcua_status_code",
            "raw": "'node-opcua/lib/datamodel/opcua_status_code'"
          },
          "value": "node-opcua/lib/datamodel/opcua_status_code"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 427,
        "end": 499,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 8,
            "column": 72
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 436,
            "end": 449,
            "loc": {
              "start": {
                "line": 8,
                "column": 9
              },
              "end": {
                "line": 8,
                "column": 22
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 436,
              "end": 449,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 9
                },
                "end": {
                  "line": 8,
                  "column": 22
                },
                "identifierName": "QualifiedName"
              },
              "name": "QualifiedName"
            },
            "local": {
              "type": "Identifier",
              "start": 436,
              "end": 449,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 9
                },
                "end": {
                  "line": 8,
                  "column": 22
                },
                "identifierName": "QualifiedName"
              },
              "name": "QualifiedName"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 457,
          "end": 498,
          "loc": {
            "start": {
              "line": 8,
              "column": 30
            },
            "end": {
              "line": 8,
              "column": 71
            }
          },
          "extra": {
            "rawValue": "node-opcua/lib/datamodel/qualified_name",
            "raw": "'node-opcua/lib/datamodel/qualified_name'"
          },
          "value": "node-opcua/lib/datamodel/qualified_name"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 500,
        "end": 563,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 9,
            "column": 63
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 509,
            "end": 518,
            "loc": {
              "start": {
                "line": 9,
                "column": 9
              },
              "end": {
                "line": 9,
                "column": 18
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 509,
              "end": 518,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 9
                },
                "end": {
                  "line": 9,
                  "column": 18
                },
                "identifierName": "DataValue"
              },
              "name": "DataValue"
            },
            "local": {
              "type": "Identifier",
              "start": 509,
              "end": 518,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 9
                },
                "end": {
                  "line": 9,
                  "column": 18
                },
                "identifierName": "DataValue"
              },
              "name": "DataValue"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 526,
          "end": 562,
          "loc": {
            "start": {
              "line": 9,
              "column": 26
            },
            "end": {
              "line": 9,
              "column": 62
            }
          },
          "extra": {
            "rawValue": "node-opcua/lib/datamodel/datavalue",
            "raw": "'node-opcua/lib/datamodel/datavalue'"
          },
          "value": "node-opcua/lib/datamodel/datavalue"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 564,
        "end": 629,
        "loc": {
          "start": {
            "line": 10,
            "column": 0
          },
          "end": {
            "line": 10,
            "column": 65
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 573,
            "end": 589,
            "loc": {
              "start": {
                "line": 10,
                "column": 9
              },
              "end": {
                "line": 10,
                "column": 25
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 573,
              "end": 589,
              "loc": {
                "start": {
                  "line": 10,
                  "column": 9
                },
                "end": {
                  "line": 10,
                  "column": 25
                },
                "identifierName": "ReferenceTypeIds"
              },
              "name": "ReferenceTypeIds"
            },
            "local": {
              "type": "Identifier",
              "start": 573,
              "end": 589,
              "loc": {
                "start": {
                  "line": 10,
                  "column": 9
                },
                "end": {
                  "line": 10,
                  "column": 25
                },
                "identifierName": "ReferenceTypeIds"
              },
              "name": "ReferenceTypeIds"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 597,
          "end": 628,
          "loc": {
            "start": {
              "line": 10,
              "column": 33
            },
            "end": {
              "line": 10,
              "column": 64
            }
          },
          "extra": {
            "rawValue": "node-opcua/lib/opcua_node_ids",
            "raw": "'node-opcua/lib/opcua_node_ids'"
          },
          "value": "node-opcua/lib/opcua_node_ids"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 630,
        "end": 704,
        "loc": {
          "start": {
            "line": 11,
            "column": 0
          },
          "end": {
            "line": 11,
            "column": 74
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 639,
            "end": 653,
            "loc": {
              "start": {
                "line": 11,
                "column": 9
              },
              "end": {
                "line": 11,
                "column": 23
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 639,
              "end": 653,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 9
                },
                "end": {
                  "line": 11,
                  "column": 23
                },
                "identifierName": "ExpandedNodeId"
              },
              "name": "ExpandedNodeId"
            },
            "local": {
              "type": "Identifier",
              "start": 639,
              "end": 653,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 9
                },
                "end": {
                  "line": 11,
                  "column": 23
                },
                "identifierName": "ExpandedNodeId"
              },
              "name": "ExpandedNodeId"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 661,
          "end": 703,
          "loc": {
            "start": {
              "line": 11,
              "column": 31
            },
            "end": {
              "line": 11,
              "column": 73
            }
          },
          "extra": {
            "rawValue": "node-opcua/lib/datamodel/expanded_nodeid",
            "raw": "'node-opcua/lib/datamodel/expanded_nodeid'"
          },
          "value": "node-opcua/lib/datamodel/expanded_nodeid"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 705,
        "end": 779,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 12,
            "column": 74
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 714,
            "end": 728,
            "loc": {
              "start": {
                "line": 12,
                "column": 9
              },
              "end": {
                "line": 12,
                "column": 23
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 714,
              "end": 728,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 9
                },
                "end": {
                  "line": 12,
                  "column": 23
                },
                "identifierName": "DiagnosticInfo"
              },
              "name": "DiagnosticInfo"
            },
            "local": {
              "type": "Identifier",
              "start": 714,
              "end": 728,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 9
                },
                "end": {
                  "line": 12,
                  "column": 23
                },
                "identifierName": "DiagnosticInfo"
              },
              "name": "DiagnosticInfo"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 736,
          "end": 778,
          "loc": {
            "start": {
              "line": 12,
              "column": 31
            },
            "end": {
              "line": 12,
              "column": 73
            }
          },
          "extra": {
            "rawValue": "node-opcua/lib/datamodel/diagnostic_info",
            "raw": "'node-opcua/lib/datamodel/diagnostic_info'"
          },
          "value": "node-opcua/lib/datamodel/diagnostic_info"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 780,
        "end": 805,
        "loc": {
          "start": {
            "line": 13,
            "column": 0
          },
          "end": {
            "line": 13,
            "column": 25
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 787,
            "end": 791,
            "loc": {
              "start": {
                "line": 13,
                "column": 7
              },
              "end": {
                "line": 13,
                "column": 11
              }
            },
            "local": {
              "type": "Identifier",
              "start": 787,
              "end": 791,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 7
                },
                "end": {
                  "line": 13,
                  "column": 11
                },
                "identifierName": "File"
              },
              "name": "File"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 797,
          "end": 804,
          "loc": {
            "start": {
              "line": 13,
              "column": 17
            },
            "end": {
              "line": 13,
              "column": 24
            }
          },
          "extra": {
            "rawValue": "vinyl",
            "raw": "'vinyl'"
          },
          "value": "vinyl"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 806,
        "end": 849,
        "loc": {
          "start": {
            "line": 14,
            "column": 0
          },
          "end": {
            "line": 14,
            "column": 43
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 813,
            "end": 819,
            "loc": {
              "start": {
                "line": 14,
                "column": 7
              },
              "end": {
                "line": 14,
                "column": 13
              }
            },
            "local": {
              "type": "Identifier",
              "start": 813,
              "end": 819,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 7
                },
                "end": {
                  "line": 14,
                  "column": 13
                },
                "identifierName": "NodeId"
              },
              "name": "NodeId"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 825,
          "end": 848,
          "loc": {
            "start": {
              "line": 14,
              "column": 19
            },
            "end": {
              "line": 14,
              "column": 42
            }
          },
          "extra": {
            "rawValue": "../model/opcua/NodeId",
            "raw": "'../model/opcua/NodeId'"
          },
          "value": "../model/opcua/NodeId"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 850,
        "end": 900,
        "loc": {
          "start": {
            "line": 15,
            "column": 0
          },
          "end": {
            "line": 15,
            "column": 50
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 859,
            "end": 866,
            "loc": {
              "start": {
                "line": 15,
                "column": 9
              },
              "end": {
                "line": 15,
                "column": 16
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 859,
              "end": 866,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 9
                },
                "end": {
                  "line": 15,
                  "column": 16
                },
                "identifierName": "reverse"
              },
              "name": "reverse"
            },
            "local": {
              "type": "Identifier",
              "start": 859,
              "end": 866,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 9
                },
                "end": {
                  "line": 15,
                  "column": 16
                },
                "identifierName": "reverse"
              },
              "name": "reverse"
            }
          },
          {
            "type": "ImportSpecifier",
            "start": 868,
            "end": 872,
            "loc": {
              "start": {
                "line": 15,
                "column": 18
              },
              "end": {
                "line": 15,
                "column": 22
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 868,
              "end": 872,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 18
                },
                "end": {
                  "line": 15,
                  "column": 22
                },
                "identifierName": "pick"
              },
              "name": "pick"
            },
            "local": {
              "type": "Identifier",
              "start": 868,
              "end": 872,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 18
                },
                "end": {
                  "line": 15,
                  "column": 22
                },
                "identifierName": "pick"
              },
              "name": "pick"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 880,
          "end": 899,
          "loc": {
            "start": {
              "line": 15,
              "column": 30
            },
            "end": {
              "line": 15,
              "column": 49
            }
          },
          "extra": {
            "rawValue": "../helpers/Object",
            "raw": "'../helpers/Object'"
          },
          "value": "../helpers/Object"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 901,
        "end": 953,
        "loc": {
          "start": {
            "line": 16,
            "column": 0
          },
          "end": {
            "line": 16,
            "column": 52
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 910,
            "end": 924,
            "loc": {
              "start": {
                "line": 16,
                "column": 9
              },
              "end": {
                "line": 16,
                "column": 23
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 910,
              "end": 924,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 9
                },
                "end": {
                  "line": 16,
                  "column": 23
                },
                "identifierName": "sortReferences"
              },
              "name": "sortReferences"
            },
            "local": {
              "type": "Identifier",
              "start": 910,
              "end": 924,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 9
                },
                "end": {
                  "line": 16,
                  "column": 23
                },
                "identifierName": "sortReferences"
              },
              "name": "sortReferences"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 932,
          "end": 952,
          "loc": {
            "start": {
              "line": 16,
              "column": 31
            },
            "end": {
              "line": 16,
              "column": 51
            }
          },
          "extra": {
            "rawValue": "../helpers/mapping",
            "raw": "'../helpers/mapping'"
          },
          "value": "../helpers/mapping"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 954,
        "end": 1012,
        "loc": {
          "start": {
            "line": 17,
            "column": 0
          },
          "end": {
            "line": 17,
            "column": 58
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 961,
            "end": 972,
            "loc": {
              "start": {
                "line": 17,
                "column": 7
              },
              "end": {
                "line": 17,
                "column": 18
              }
            },
            "local": {
              "type": "Identifier",
              "start": 961,
              "end": 972,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 7
                },
                "end": {
                  "line": 17,
                  "column": 18
                },
                "identifierName": "AtviseTypes"
              },
              "name": "AtviseTypes"
            }
          },
          {
            "type": "ImportSpecifier",
            "start": 976,
            "end": 994,
            "loc": {
              "start": {
                "line": 17,
                "column": 22
              },
              "end": {
                "line": 17,
                "column": 40
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 976,
              "end": 994,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 22
                },
                "end": {
                  "line": 17,
                  "column": 40
                },
                "identifierName": "AtviseResourceType"
              },
              "name": "AtviseResourceType"
            },
            "local": {
              "type": "Identifier",
              "start": 976,
              "end": 994,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 22
                },
                "end": {
                  "line": 17,
                  "column": 40
                },
                "identifierName": "AtviseResourceType"
              },
              "name": "AtviseResourceType"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 1002,
          "end": 1011,
          "loc": {
            "start": {
              "line": 17,
              "column": 48
            },
            "end": {
              "line": 17,
              "column": 57
            }
          },
          "extra": {
            "rawValue": "./Types",
            "raw": "'./Types'"
          },
          "value": "./Types"
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A map of AtviseTypes against their definition id's value.\n * @type {Map<String, AtivseType>}\n ",
            "start": 1014,
            "end": 1117,
            "loc": {
              "start": {
                "line": 19,
                "column": 0
              },
              "end": {
                "line": 22,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 1118,
        "end": 1269,
        "loc": {
          "start": {
            "line": 23,
            "column": 0
          },
          "end": {
            "line": 29,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 1124,
            "end": 1268,
            "loc": {
              "start": {
                "line": 23,
                "column": 6
              },
              "end": {
                "line": 29,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 1124,
              "end": 1142,
              "loc": {
                "start": {
                  "line": 23,
                  "column": 6
                },
                "end": {
                  "line": 23,
                  "column": 24
                },
                "identifierName": "AtviseTypesByValue"
              },
              "name": "AtviseTypesByValue",
              "leadingComments": null
            },
            "init": {
              "type": "CallExpression",
              "start": 1145,
              "end": 1268,
              "loc": {
                "start": {
                  "line": 23,
                  "column": 27
                },
                "end": {
                  "line": 29,
                  "column": 1
                }
              },
              "callee": {
                "type": "MemberExpression",
                "start": 1145,
                "end": 1163,
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 27
                  },
                  "end": {
                    "line": 23,
                    "column": 45
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 1145,
                  "end": 1156,
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 27
                    },
                    "end": {
                      "line": 23,
                      "column": 38
                    },
                    "identifierName": "AtviseTypes"
                  },
                  "name": "AtviseTypes"
                },
                "property": {
                  "type": "Identifier",
                  "start": 1157,
                  "end": 1163,
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 39
                    },
                    "end": {
                      "line": 23,
                      "column": 45
                    },
                    "identifierName": "reduce"
                  },
                  "name": "reduce"
                },
                "computed": false
              },
              "arguments": [
                {
                  "type": "ArrowFunctionExpression",
                  "start": 1167,
                  "end": 1260,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 2
                    },
                    "end": {
                      "line": 27,
                      "column": 6
                    }
                  },
                  "id": null,
                  "generator": false,
                  "expression": true,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 1168,
                      "end": 1174,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 3
                        },
                        "end": {
                          "line": 24,
                          "column": 9
                        },
                        "identifierName": "result"
                      },
                      "name": "result"
                    },
                    {
                      "type": "Identifier",
                      "start": 1176,
                      "end": 1180,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 11
                        },
                        "end": {
                          "line": 24,
                          "column": 15
                        },
                        "identifierName": "type"
                      },
                      "name": "type"
                    }
                  ],
                  "body": {
                    "type": "CallExpression",
                    "start": 1189,
                    "end": 1260,
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 4
                      },
                      "end": {
                        "line": 27,
                        "column": 6
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 1189,
                      "end": 1202,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 4
                        },
                        "end": {
                          "line": 25,
                          "column": 17
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1189,
                        "end": 1195,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 4
                          },
                          "end": {
                            "line": 25,
                            "column": 10
                          },
                          "identifierName": "Object"
                        },
                        "name": "Object"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1196,
                        "end": 1202,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 11
                          },
                          "end": {
                            "line": 25,
                            "column": 17
                          },
                          "identifierName": "assign"
                        },
                        "name": "assign"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 1203,
                        "end": 1209,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 18
                          },
                          "end": {
                            "line": 25,
                            "column": 24
                          },
                          "identifierName": "result"
                        },
                        "name": "result"
                      },
                      {
                        "type": "ObjectExpression",
                        "start": 1211,
                        "end": 1259,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 26
                          },
                          "end": {
                            "line": 27,
                            "column": 5
                          }
                        },
                        "properties": [
                          {
                            "type": "ObjectProperty",
                            "start": 1219,
                            "end": 1252,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 6
                              },
                              "end": {
                                "line": 26,
                                "column": 39
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": true,
                            "key": {
                              "type": "MemberExpression",
                              "start": 1220,
                              "end": 1245,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 7
                                },
                                "end": {
                                  "line": 26,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1220,
                                "end": 1239,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1220,
                                  "end": 1224,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 11
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1225,
                                  "end": 1239,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 26
                                    },
                                    "identifierName": "typeDefinition"
                                  },
                                  "name": "typeDefinition"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1240,
                                "end": 1245,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 32
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "computed": false
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 1248,
                              "end": 1252,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 35
                                },
                                "end": {
                                  "line": 26,
                                  "column": 39
                                },
                                "identifierName": "type"
                              },
                              "name": "type"
                            }
                          }
                        ]
                      }
                    ]
                  }
                },
                {
                  "type": "ObjectExpression",
                  "start": 1264,
                  "end": 1266,
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 2
                    },
                    "end": {
                      "line": 28,
                      "column": 4
                    }
                  },
                  "properties": []
                }
              ]
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A map of AtviseTypes against their definition id's value.\n * @type {Map<String, AtivseType>}\n ",
            "start": 1014,
            "end": 1117,
            "loc": {
              "start": {
                "line": 19,
                "column": 0
              },
              "end": {
                "line": 22,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A map of AtviseTypes against their identifiers.\n * @type {Map<String, AtivseType>}\n ",
            "start": 1271,
            "end": 1364,
            "loc": {
              "start": {
                "line": 31,
                "column": 0
              },
              "end": {
                "line": 34,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 1365,
        "end": 1511,
        "loc": {
          "start": {
            "line": 35,
            "column": 0
          },
          "end": {
            "line": 41,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 1371,
            "end": 1510,
            "loc": {
              "start": {
                "line": 35,
                "column": 6
              },
              "end": {
                "line": 41,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 1371,
              "end": 1394,
              "loc": {
                "start": {
                  "line": 35,
                  "column": 6
                },
                "end": {
                  "line": 35,
                  "column": 29
                },
                "identifierName": "AtviseTypesByIdentifier"
              },
              "name": "AtviseTypesByIdentifier",
              "leadingComments": null
            },
            "init": {
              "type": "CallExpression",
              "start": 1397,
              "end": 1510,
              "loc": {
                "start": {
                  "line": 35,
                  "column": 32
                },
                "end": {
                  "line": 41,
                  "column": 1
                }
              },
              "callee": {
                "type": "MemberExpression",
                "start": 1397,
                "end": 1415,
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 32
                  },
                  "end": {
                    "line": 35,
                    "column": 50
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 1397,
                  "end": 1408,
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 32
                    },
                    "end": {
                      "line": 35,
                      "column": 43
                    },
                    "identifierName": "AtviseTypes"
                  },
                  "name": "AtviseTypes"
                },
                "property": {
                  "type": "Identifier",
                  "start": 1409,
                  "end": 1415,
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 44
                    },
                    "end": {
                      "line": 35,
                      "column": 50
                    },
                    "identifierName": "reduce"
                  },
                  "name": "reduce"
                },
                "computed": false
              },
              "arguments": [
                {
                  "type": "ArrowFunctionExpression",
                  "start": 1419,
                  "end": 1502,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 2
                    },
                    "end": {
                      "line": 39,
                      "column": 6
                    }
                  },
                  "id": null,
                  "generator": false,
                  "expression": true,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 1420,
                      "end": 1426,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 3
                        },
                        "end": {
                          "line": 36,
                          "column": 9
                        },
                        "identifierName": "result"
                      },
                      "name": "result"
                    },
                    {
                      "type": "Identifier",
                      "start": 1428,
                      "end": 1432,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 11
                        },
                        "end": {
                          "line": 36,
                          "column": 15
                        },
                        "identifierName": "type"
                      },
                      "name": "type"
                    }
                  ],
                  "body": {
                    "type": "CallExpression",
                    "start": 1441,
                    "end": 1502,
                    "loc": {
                      "start": {
                        "line": 37,
                        "column": 4
                      },
                      "end": {
                        "line": 39,
                        "column": 6
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 1441,
                      "end": 1454,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 4
                        },
                        "end": {
                          "line": 37,
                          "column": 17
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1441,
                        "end": 1447,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 4
                          },
                          "end": {
                            "line": 37,
                            "column": 10
                          },
                          "identifierName": "Object"
                        },
                        "name": "Object"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1448,
                        "end": 1454,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 11
                          },
                          "end": {
                            "line": 37,
                            "column": 17
                          },
                          "identifierName": "assign"
                        },
                        "name": "assign"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 1455,
                        "end": 1461,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 18
                          },
                          "end": {
                            "line": 37,
                            "column": 24
                          },
                          "identifierName": "result"
                        },
                        "name": "result"
                      },
                      {
                        "type": "ObjectExpression",
                        "start": 1463,
                        "end": 1501,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 26
                          },
                          "end": {
                            "line": 39,
                            "column": 5
                          }
                        },
                        "properties": [
                          {
                            "type": "ObjectProperty",
                            "start": 1471,
                            "end": 1494,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 6
                              },
                              "end": {
                                "line": 38,
                                "column": 29
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": true,
                            "key": {
                              "type": "MemberExpression",
                              "start": 1472,
                              "end": 1487,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 7
                                },
                                "end": {
                                  "line": 38,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1472,
                                "end": 1476,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 11
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1477,
                                "end": 1487,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 22
                                  },
                                  "identifierName": "identifier"
                                },
                                "name": "identifier"
                              },
                              "computed": false
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 1490,
                              "end": 1494,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 25
                                },
                                "end": {
                                  "line": 38,
                                  "column": 29
                                },
                                "identifierName": "type"
                              },
                              "name": "type"
                            }
                          }
                        ]
                      }
                    ]
                  }
                },
                {
                  "type": "ObjectExpression",
                  "start": 1506,
                  "end": 1508,
                  "loc": {
                    "start": {
                      "line": 40,
                      "column": 2
                    },
                    "end": {
                      "line": 40,
                      "column": 4
                    }
                  },
                  "properties": []
                }
              ]
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A map of AtviseTypes against their identifiers.\n * @type {Map<String, AtivseType>}\n ",
            "start": 1271,
            "end": 1364,
            "loc": {
              "start": {
                "line": 31,
                "column": 0
              },
              "end": {
                "line": 34,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A map providing shorter extensions for data types\n * @type {Map<node-opcua~DataType, String>}\n ",
            "start": 1513,
            "end": 1617,
            "loc": {
              "start": {
                "line": 43,
                "column": 0
              },
              "end": {
                "line": 46,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 1618,
        "end": 1720,
        "loc": {
          "start": {
            "line": 47,
            "column": 0
          },
          "end": {
            "line": 50,
            "column": 2
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 1625,
          "end": 1720,
          "loc": {
            "start": {
              "line": 47,
              "column": 7
            },
            "end": {
              "line": 50,
              "column": 2
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 1631,
              "end": 1719,
              "loc": {
                "start": {
                  "line": 47,
                  "column": 13
                },
                "end": {
                  "line": 50,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 1631,
                "end": 1651,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 13
                  },
                  "end": {
                    "line": 47,
                    "column": 33
                  },
                  "identifierName": "ExtensionForDataType"
                },
                "name": "ExtensionForDataType",
                "leadingComments": null
              },
              "init": {
                "type": "ObjectExpression",
                "start": 1654,
                "end": 1719,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 36
                  },
                  "end": {
                    "line": 50,
                    "column": 1
                  }
                },
                "properties": [
                  {
                    "type": "ObjectProperty",
                    "start": 1658,
                    "end": 1684,
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 2
                      },
                      "end": {
                        "line": 48,
                        "column": 28
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": true,
                    "key": {
                      "type": "MemberExpression",
                      "start": 1659,
                      "end": 1675,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 3
                        },
                        "end": {
                          "line": 48,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1659,
                        "end": 1667,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 3
                          },
                          "end": {
                            "line": 48,
                            "column": 11
                          },
                          "identifierName": "DataType"
                        },
                        "name": "DataType"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1668,
                        "end": 1675,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 12
                          },
                          "end": {
                            "line": 48,
                            "column": 19
                          },
                          "identifierName": "Boolean"
                        },
                        "name": "Boolean"
                      },
                      "computed": false
                    },
                    "value": {
                      "type": "StringLiteral",
                      "start": 1678,
                      "end": 1684,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 22
                        },
                        "end": {
                          "line": 48,
                          "column": 28
                        }
                      },
                      "extra": {
                        "rawValue": "bool",
                        "raw": "'bool'"
                      },
                      "value": "bool"
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 1688,
                    "end": 1716,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 2
                      },
                      "end": {
                        "line": 49,
                        "column": 30
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": true,
                    "key": {
                      "type": "MemberExpression",
                      "start": 1689,
                      "end": 1708,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 3
                        },
                        "end": {
                          "line": 49,
                          "column": 22
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1689,
                        "end": 1697,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 3
                          },
                          "end": {
                            "line": 49,
                            "column": 11
                          },
                          "identifierName": "DataType"
                        },
                        "name": "DataType"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1698,
                        "end": 1708,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 12
                          },
                          "end": {
                            "line": 49,
                            "column": 22
                          },
                          "identifierName": "XmlElement"
                        },
                        "name": "XmlElement"
                      },
                      "computed": false
                    },
                    "value": {
                      "type": "StringLiteral",
                      "start": 1711,
                      "end": 1716,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 25
                        },
                        "end": {
                          "line": 49,
                          "column": 30
                        }
                      },
                      "extra": {
                        "rawValue": "xml",
                        "raw": "'xml'"
                      },
                      "value": "xml"
                    }
                  }
                ]
              },
              "leadingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * A map providing shorter extensions for data types\n * @type {Map<node-opcua~DataType, String>}\n ",
              "start": 1513,
              "end": 1617,
              "loc": {
                "start": {
                  "line": 43,
                  "column": 0
                },
                "end": {
                  "line": 46,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * A map providing data types for shorter extensions (Reverse of {@link DataTypeForExtension}).\n * * @type {Map<String, node-opcua~DataType>}\n ",
              "start": 1722,
              "end": 1871,
              "loc": {
                "start": {
                  "line": 52,
                  "column": 0
                },
                "end": {
                  "line": 55,
                  "column": 3
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A map providing shorter extensions for data types\n * @type {Map<node-opcua~DataType, String>}\n ",
            "start": 1513,
            "end": 1617,
            "loc": {
              "start": {
                "line": 43,
                "column": 0
              },
              "end": {
                "line": 46,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A map providing data types for shorter extensions (Reverse of {@link DataTypeForExtension}).\n * * @type {Map<String, node-opcua~DataType>}\n ",
            "start": 1722,
            "end": 1871,
            "loc": {
              "start": {
                "line": 52,
                "column": 0
              },
              "end": {
                "line": 55,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 1872,
        "end": 1938,
        "loc": {
          "start": {
            "line": 56,
            "column": 0
          },
          "end": {
            "line": 56,
            "column": 66
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 1879,
          "end": 1938,
          "loc": {
            "start": {
              "line": 56,
              "column": 7
            },
            "end": {
              "line": 56,
              "column": 66
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 1885,
              "end": 1937,
              "loc": {
                "start": {
                  "line": 56,
                  "column": 13
                },
                "end": {
                  "line": 56,
                  "column": 65
                }
              },
              "id": {
                "type": "Identifier",
                "start": 1885,
                "end": 1905,
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 13
                  },
                  "end": {
                    "line": 56,
                    "column": 33
                  },
                  "identifierName": "DataTypeForExtension"
                },
                "name": "DataTypeForExtension",
                "leadingComments": null
              },
              "init": {
                "type": "CallExpression",
                "start": 1908,
                "end": 1937,
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 36
                  },
                  "end": {
                    "line": 56,
                    "column": 65
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 1908,
                  "end": 1915,
                  "loc": {
                    "start": {
                      "line": 56,
                      "column": 36
                    },
                    "end": {
                      "line": 56,
                      "column": 43
                    },
                    "identifierName": "reverse"
                  },
                  "name": "reverse"
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 1916,
                    "end": 1936,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 44
                      },
                      "end": {
                        "line": 56,
                        "column": 64
                      },
                      "identifierName": "ExtensionForDataType"
                    },
                    "name": "ExtensionForDataType"
                  }
                ]
              },
              "leadingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * A map providing data types for shorter extensions (Reverse of {@link DataTypeForExtension}).\n * * @type {Map<String, node-opcua~DataType>}\n ",
              "start": 1722,
              "end": 1871,
              "loc": {
                "start": {
                  "line": 52,
                  "column": 0
                },
                "end": {
                  "line": 55,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentLine",
              "value": " Cache DataType",
              "start": 1940,
              "end": 1957,
              "loc": {
                "start": {
                  "line": 58,
                  "column": 0
                },
                "end": {
                  "line": 58,
                  "column": 17
                }
              }
            },
            {
              "type": "CommentBlock",
              "value": "*\n * OPC-UA data type names.\n * @type {String[]}\n ",
              "start": 1958,
              "end": 2012,
              "loc": {
                "start": {
                  "line": 59,
                  "column": 0
                },
                "end": {
                  "line": 62,
                  "column": 3
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A map providing data types for shorter extensions (Reverse of {@link DataTypeForExtension}).\n * * @type {Map<String, node-opcua~DataType>}\n ",
            "start": 1722,
            "end": 1871,
            "loc": {
              "start": {
                "line": 52,
                "column": 0
              },
              "end": {
                "line": 55,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " Cache DataType",
            "start": 1940,
            "end": 1957,
            "loc": {
              "start": {
                "line": 58,
                "column": 0
              },
              "end": {
                "line": 58,
                "column": 17
              }
            }
          },
          {
            "type": "CommentBlock",
            "value": "*\n * OPC-UA data type names.\n * @type {String[]}\n ",
            "start": 1958,
            "end": 2012,
            "loc": {
              "start": {
                "line": 59,
                "column": 0
              },
              "end": {
                "line": 62,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 2013,
        "end": 2049,
        "loc": {
          "start": {
            "line": 63,
            "column": 0
          },
          "end": {
            "line": 63,
            "column": 36
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 2019,
            "end": 2048,
            "loc": {
              "start": {
                "line": 63,
                "column": 6
              },
              "end": {
                "line": 63,
                "column": 35
              }
            },
            "id": {
              "type": "Identifier",
              "start": 2019,
              "end": 2024,
              "loc": {
                "start": {
                  "line": 63,
                  "column": 6
                },
                "end": {
                  "line": 63,
                  "column": 11
                },
                "identifierName": "types"
              },
              "name": "types",
              "leadingComments": null
            },
            "init": {
              "type": "CallExpression",
              "start": 2027,
              "end": 2048,
              "loc": {
                "start": {
                  "line": 63,
                  "column": 14
                },
                "end": {
                  "line": 63,
                  "column": 35
                }
              },
              "callee": {
                "type": "MemberExpression",
                "start": 2027,
                "end": 2038,
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 14
                  },
                  "end": {
                    "line": 63,
                    "column": 25
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 2027,
                  "end": 2033,
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 14
                    },
                    "end": {
                      "line": 63,
                      "column": 20
                    },
                    "identifierName": "Object"
                  },
                  "name": "Object"
                },
                "property": {
                  "type": "Identifier",
                  "start": 2034,
                  "end": 2038,
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 21
                    },
                    "end": {
                      "line": 63,
                      "column": 25
                    },
                    "identifierName": "keys"
                  },
                  "name": "keys"
                },
                "computed": false
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "start": 2039,
                  "end": 2047,
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 26
                    },
                    "end": {
                      "line": 63,
                      "column": 34
                    },
                    "identifierName": "DataType"
                  },
                  "name": "DataType"
                }
              ]
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " Cache DataType",
            "start": 1940,
            "end": 1957,
            "loc": {
              "start": {
                "line": 58,
                "column": 0
              },
              "end": {
                "line": 58,
                "column": 17
              }
            }
          },
          {
            "type": "CommentBlock",
            "value": "*\n * OPC-UA data type names.\n * @type {String[]}\n ",
            "start": 1958,
            "end": 2012,
            "loc": {
              "start": {
                "line": 59,
                "column": 0
              },
              "end": {
                "line": 62,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * OPC-UA data type extensions.\n * @type {String[]}\n ",
            "start": 2051,
            "end": 2110,
            "loc": {
              "start": {
                "line": 65,
                "column": 0
              },
              "end": {
                "line": 68,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 2111,
        "end": 2168,
        "loc": {
          "start": {
            "line": 69,
            "column": 0
          },
          "end": {
            "line": 69,
            "column": 57
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 2117,
            "end": 2167,
            "loc": {
              "start": {
                "line": 69,
                "column": 6
              },
              "end": {
                "line": 69,
                "column": 56
              }
            },
            "id": {
              "type": "Identifier",
              "start": 2117,
              "end": 2131,
              "loc": {
                "start": {
                  "line": 69,
                  "column": 6
                },
                "end": {
                  "line": 69,
                  "column": 20
                },
                "identifierName": "typeExtensions"
              },
              "name": "typeExtensions",
              "leadingComments": null
            },
            "init": {
              "type": "CallExpression",
              "start": 2134,
              "end": 2167,
              "loc": {
                "start": {
                  "line": 69,
                  "column": 23
                },
                "end": {
                  "line": 69,
                  "column": 56
                }
              },
              "callee": {
                "type": "MemberExpression",
                "start": 2134,
                "end": 2143,
                "loc": {
                  "start": {
                    "line": 69,
                    "column": 23
                  },
                  "end": {
                    "line": 69,
                    "column": 32
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 2134,
                  "end": 2139,
                  "loc": {
                    "start": {
                      "line": 69,
                      "column": 23
                    },
                    "end": {
                      "line": 69,
                      "column": 28
                    },
                    "identifierName": "types"
                  },
                  "name": "types"
                },
                "property": {
                  "type": "Identifier",
                  "start": 2140,
                  "end": 2143,
                  "loc": {
                    "start": {
                      "line": 69,
                      "column": 29
                    },
                    "end": {
                      "line": 69,
                      "column": 32
                    },
                    "identifierName": "map"
                  },
                  "name": "map"
                },
                "computed": false
              },
              "arguments": [
                {
                  "type": "ArrowFunctionExpression",
                  "start": 2144,
                  "end": 2166,
                  "loc": {
                    "start": {
                      "line": 69,
                      "column": 33
                    },
                    "end": {
                      "line": 69,
                      "column": 55
                    }
                  },
                  "id": null,
                  "generator": false,
                  "expression": true,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 2145,
                      "end": 2146,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 34
                        },
                        "end": {
                          "line": 69,
                          "column": 35
                        },
                        "identifierName": "t"
                      },
                      "name": "t"
                    }
                  ],
                  "body": {
                    "type": "CallExpression",
                    "start": 2151,
                    "end": 2166,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 40
                      },
                      "end": {
                        "line": 69,
                        "column": 55
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 2151,
                      "end": 2164,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 40
                        },
                        "end": {
                          "line": 69,
                          "column": 53
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 2151,
                        "end": 2152,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 40
                          },
                          "end": {
                            "line": 69,
                            "column": 41
                          },
                          "identifierName": "t"
                        },
                        "name": "t"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2153,
                        "end": 2164,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 42
                          },
                          "end": {
                            "line": 69,
                            "column": 53
                          },
                          "identifierName": "toLowerCase"
                        },
                        "name": "toLowerCase"
                      },
                      "computed": false
                    },
                    "arguments": []
                  }
                }
              ]
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * OPC-UA data type extensions.\n * @type {String[]}\n ",
            "start": 2051,
            "end": 2110,
            "loc": {
              "start": {
                "line": 65,
                "column": 0
              },
              "end": {
                "line": 68,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " Cache TypeDefinitions",
            "start": 2170,
            "end": 2194,
            "loc": {
              "start": {
                "line": 71,
                "column": 0
              },
              "end": {
                "line": 71,
                "column": 24
              }
            }
          },
          {
            "type": "CommentBlock",
            "value": "*\n * Variable data type definition node id.\n * @type {NodeId}\n ",
            "start": 2195,
            "end": 2262,
            "loc": {
              "start": {
                "line": 72,
                "column": 0
              },
              "end": {
                "line": 75,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 2263,
        "end": 2339,
        "loc": {
          "start": {
            "line": 76,
            "column": 0
          },
          "end": {
            "line": 76,
            "column": 76
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 2269,
            "end": 2338,
            "loc": {
              "start": {
                "line": 76,
                "column": 6
              },
              "end": {
                "line": 76,
                "column": 75
              }
            },
            "id": {
              "type": "Identifier",
              "start": 2269,
              "end": 2291,
              "loc": {
                "start": {
                  "line": 76,
                  "column": 6
                },
                "end": {
                  "line": 76,
                  "column": 28
                },
                "identifierName": "VariableTypeDefinition"
              },
              "name": "VariableTypeDefinition",
              "leadingComments": null
            },
            "init": {
              "type": "NewExpression",
              "start": 2294,
              "end": 2338,
              "loc": {
                "start": {
                  "line": 76,
                  "column": 31
                },
                "end": {
                  "line": 76,
                  "column": 75
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 2298,
                "end": 2304,
                "loc": {
                  "start": {
                    "line": 76,
                    "column": 35
                  },
                  "end": {
                    "line": 76,
                    "column": 41
                  },
                  "identifierName": "NodeId"
                },
                "name": "NodeId"
              },
              "arguments": [
                {
                  "type": "MemberExpression",
                  "start": 2305,
                  "end": 2330,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 42
                    },
                    "end": {
                      "line": 76,
                      "column": 67
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 2305,
                    "end": 2322,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 42
                      },
                      "end": {
                        "line": 76,
                        "column": 59
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 2305,
                      "end": 2311,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 42
                        },
                        "end": {
                          "line": 76,
                          "column": 48
                        },
                        "identifierName": "NodeId"
                      },
                      "name": "NodeId"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2312,
                      "end": 2322,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 49
                        },
                        "end": {
                          "line": 76,
                          "column": 59
                        },
                        "identifierName": "NodeIdType"
                      },
                      "name": "NodeIdType"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2323,
                    "end": 2330,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 60
                      },
                      "end": {
                        "line": 76,
                        "column": 67
                      },
                      "identifierName": "NUMERIC"
                    },
                    "name": "NUMERIC"
                  },
                  "computed": false
                },
                {
                  "type": "NumericLiteral",
                  "start": 2332,
                  "end": 2334,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 69
                    },
                    "end": {
                      "line": 76,
                      "column": 71
                    }
                  },
                  "extra": {
                    "rawValue": 62,
                    "raw": "62"
                  },
                  "value": 62
                },
                {
                  "type": "NumericLiteral",
                  "start": 2336,
                  "end": 2337,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 73
                    },
                    "end": {
                      "line": 76,
                      "column": 74
                    }
                  },
                  "extra": {
                    "rawValue": 0,
                    "raw": "0"
                  },
                  "value": 0
                }
              ]
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " Cache TypeDefinitions",
            "start": 2170,
            "end": 2194,
            "loc": {
              "start": {
                "line": 71,
                "column": 0
              },
              "end": {
                "line": 71,
                "column": 24
              }
            }
          },
          {
            "type": "CommentBlock",
            "value": "*\n * Variable data type definition node id.\n * @type {NodeId}\n ",
            "start": 2195,
            "end": 2262,
            "loc": {
              "start": {
                "line": 72,
                "column": 0
              },
              "end": {
                "line": 75,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Property data type definition node id.\n * @type {NodeId}\n ",
            "start": 2340,
            "end": 2407,
            "loc": {
              "start": {
                "line": 77,
                "column": 0
              },
              "end": {
                "line": 80,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 2408,
        "end": 2484,
        "loc": {
          "start": {
            "line": 81,
            "column": 0
          },
          "end": {
            "line": 81,
            "column": 76
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 2414,
            "end": 2483,
            "loc": {
              "start": {
                "line": 81,
                "column": 6
              },
              "end": {
                "line": 81,
                "column": 75
              }
            },
            "id": {
              "type": "Identifier",
              "start": 2414,
              "end": 2436,
              "loc": {
                "start": {
                  "line": 81,
                  "column": 6
                },
                "end": {
                  "line": 81,
                  "column": 28
                },
                "identifierName": "PropertyTypeDefinition"
              },
              "name": "PropertyTypeDefinition",
              "leadingComments": null
            },
            "init": {
              "type": "NewExpression",
              "start": 2439,
              "end": 2483,
              "loc": {
                "start": {
                  "line": 81,
                  "column": 31
                },
                "end": {
                  "line": 81,
                  "column": 75
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 2443,
                "end": 2449,
                "loc": {
                  "start": {
                    "line": 81,
                    "column": 35
                  },
                  "end": {
                    "line": 81,
                    "column": 41
                  },
                  "identifierName": "NodeId"
                },
                "name": "NodeId"
              },
              "arguments": [
                {
                  "type": "MemberExpression",
                  "start": 2450,
                  "end": 2475,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 42
                    },
                    "end": {
                      "line": 81,
                      "column": 67
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 2450,
                    "end": 2467,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 42
                      },
                      "end": {
                        "line": 81,
                        "column": 59
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 2450,
                      "end": 2456,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 42
                        },
                        "end": {
                          "line": 81,
                          "column": 48
                        },
                        "identifierName": "NodeId"
                      },
                      "name": "NodeId"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2457,
                      "end": 2467,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 49
                        },
                        "end": {
                          "line": 81,
                          "column": 59
                        },
                        "identifierName": "NodeIdType"
                      },
                      "name": "NodeIdType"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2468,
                    "end": 2475,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 60
                      },
                      "end": {
                        "line": 81,
                        "column": 67
                      },
                      "identifierName": "NUMERIC"
                    },
                    "name": "NUMERIC"
                  },
                  "computed": false
                },
                {
                  "type": "NumericLiteral",
                  "start": 2477,
                  "end": 2479,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 69
                    },
                    "end": {
                      "line": 81,
                      "column": 71
                    }
                  },
                  "extra": {
                    "rawValue": 68,
                    "raw": "68"
                  },
                  "value": 68
                },
                {
                  "type": "NumericLiteral",
                  "start": 2481,
                  "end": 2482,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 73
                    },
                    "end": {
                      "line": 81,
                      "column": 74
                    }
                  },
                  "extra": {
                    "rawValue": 0,
                    "raw": "0"
                  },
                  "value": 0
                }
              ]
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Property data type definition node id.\n * @type {NodeId}\n ",
            "start": 2340,
            "end": 2407,
            "loc": {
              "start": {
                "line": 77,
                "column": 0
              },
              "end": {
                "line": 80,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " Cache Regular expressions",
            "start": 2486,
            "end": 2514,
            "loc": {
              "start": {
                "line": 83,
                "column": 0
              },
              "end": {
                "line": 83,
                "column": 28
              }
            }
          },
          {
            "type": "CommentBlock",
            "value": "*\n * A regular expression picking file extensions from file names.\n * @type {RegExp}\n ",
            "start": 2515,
            "end": 2605,
            "loc": {
              "start": {
                "line": 84,
                "column": 0
              },
              "end": {
                "line": 87,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 2606,
        "end": 2645,
        "loc": {
          "start": {
            "line": 88,
            "column": 0
          },
          "end": {
            "line": 88,
            "column": 39
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 2612,
            "end": 2644,
            "loc": {
              "start": {
                "line": 88,
                "column": 6
              },
              "end": {
                "line": 88,
                "column": 38
              }
            },
            "id": {
              "type": "Identifier",
              "start": 2612,
              "end": 2627,
              "loc": {
                "start": {
                  "line": 88,
                  "column": 6
                },
                "end": {
                  "line": 88,
                  "column": 21
                },
                "identifierName": "ExtensionRegExp"
              },
              "name": "ExtensionRegExp",
              "leadingComments": null
            },
            "init": {
              "type": "RegExpLiteral",
              "start": 2630,
              "end": 2644,
              "loc": {
                "start": {
                  "line": 88,
                  "column": 24
                },
                "end": {
                  "line": 88,
                  "column": 38
                }
              },
              "extra": {
                "raw": "/\\.([^/\\\\]*)$/"
              },
              "pattern": "\\.([^/\\\\]*)$",
              "flags": ""
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " Cache Regular expressions",
            "start": 2486,
            "end": 2514,
            "loc": {
              "start": {
                "line": 83,
                "column": 0
              },
              "end": {
                "line": 83,
                "column": 28
              }
            }
          },
          {
            "type": "CommentBlock",
            "value": "*\n * A regular expression picking file extensions from file names.\n * @type {RegExp}\n ",
            "start": 2515,
            "end": 2605,
            "loc": {
              "start": {
                "line": 84,
                "column": 0
              },
              "end": {
                "line": 87,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Function that returns the passed argument as is.\n * @param {*} b The input argument.\n * @return {*} The value passed.\n ",
            "start": 2647,
            "end": 2775,
            "loc": {
              "start": {
                "line": 90,
                "column": 0
              },
              "end": {
                "line": 94,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 2776,
        "end": 2798,
        "loc": {
          "start": {
            "line": 95,
            "column": 0
          },
          "end": {
            "line": 95,
            "column": 22
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 2782,
            "end": 2797,
            "loc": {
              "start": {
                "line": 95,
                "column": 6
              },
              "end": {
                "line": 95,
                "column": 21
              }
            },
            "id": {
              "type": "Identifier",
              "start": 2782,
              "end": 2786,
              "loc": {
                "start": {
                  "line": 95,
                  "column": 6
                },
                "end": {
                  "line": 95,
                  "column": 10
                },
                "identifierName": "asIs"
              },
              "name": "asIs",
              "leadingComments": null
            },
            "init": {
              "type": "ArrowFunctionExpression",
              "start": 2789,
              "end": 2797,
              "loc": {
                "start": {
                  "line": 95,
                  "column": 13
                },
                "end": {
                  "line": 95,
                  "column": 21
                }
              },
              "id": {
                "type": "Identifier",
                "start": 2782,
                "end": 2786,
                "loc": {
                  "start": {
                    "line": 95,
                    "column": 6
                  },
                  "end": {
                    "line": 95,
                    "column": 10
                  },
                  "identifierName": "asIs"
                },
                "name": "asIs",
                "leadingComments": null
              },
              "generator": false,
              "expression": true,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 2790,
                  "end": 2791,
                  "loc": {
                    "start": {
                      "line": 95,
                      "column": 14
                    },
                    "end": {
                      "line": 95,
                      "column": 15
                    },
                    "identifierName": "b"
                  },
                  "name": "b"
                }
              ],
              "body": {
                "type": "Identifier",
                "start": 2796,
                "end": 2797,
                "loc": {
                  "start": {
                    "line": 95,
                    "column": 20
                  },
                  "end": {
                    "line": 95,
                    "column": 21
                  },
                  "identifierName": "b"
                },
                "name": "b"
              }
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Function that returns the passed argument as is.\n * @param {*} b The input argument.\n * @return {*} The value passed.\n ",
            "start": 2647,
            "end": 2775,
            "loc": {
              "start": {
                "line": 90,
                "column": 0
              },
              "end": {
                "line": 94,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Maps a single property of an object using the the mapper defined in *map* for the given\n * *dataType*.\n * @param {Map<node-opcua~DataType, function} map The mappings to use.\n * @param {Object} obj The object to process.\n * @param {string} key Name of the property to map.\n * @param {node-opcua~DataType} dataType The data type to map the property to.\n ",
            "start": 2800,
            "end": 3161,
            "loc": {
              "start": {
                "line": 97,
                "column": 0
              },
              "end": {
                "line": 104,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 3162,
        "end": 3332,
        "loc": {
          "start": {
            "line": 105,
            "column": 0
          },
          "end": {
            "line": 113,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 3168,
            "end": 3331,
            "loc": {
              "start": {
                "line": 105,
                "column": 6
              },
              "end": {
                "line": 113,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 3168,
              "end": 3181,
              "loc": {
                "start": {
                  "line": 105,
                  "column": 6
                },
                "end": {
                  "line": 105,
                  "column": 19
                },
                "identifierName": "mapPropertyAs"
              },
              "name": "mapPropertyAs",
              "leadingComments": null
            },
            "init": {
              "type": "ArrowFunctionExpression",
              "start": 3184,
              "end": 3331,
              "loc": {
                "start": {
                  "line": 105,
                  "column": 22
                },
                "end": {
                  "line": 113,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 3168,
                "end": 3181,
                "loc": {
                  "start": {
                    "line": 105,
                    "column": 6
                  },
                  "end": {
                    "line": 105,
                    "column": 19
                  },
                  "identifierName": "mapPropertyAs"
                },
                "name": "mapPropertyAs",
                "leadingComments": null
              },
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 3185,
                  "end": 3188,
                  "loc": {
                    "start": {
                      "line": 105,
                      "column": 23
                    },
                    "end": {
                      "line": 105,
                      "column": 26
                    },
                    "identifierName": "map"
                  },
                  "name": "map"
                },
                {
                  "type": "Identifier",
                  "start": 3190,
                  "end": 3193,
                  "loc": {
                    "start": {
                      "line": 105,
                      "column": 28
                    },
                    "end": {
                      "line": 105,
                      "column": 31
                    },
                    "identifierName": "obj"
                  },
                  "name": "obj"
                },
                {
                  "type": "Identifier",
                  "start": 3195,
                  "end": 3198,
                  "loc": {
                    "start": {
                      "line": 105,
                      "column": 33
                    },
                    "end": {
                      "line": 105,
                      "column": 36
                    },
                    "identifierName": "key"
                  },
                  "name": "key"
                },
                {
                  "type": "Identifier",
                  "start": 3200,
                  "end": 3208,
                  "loc": {
                    "start": {
                      "line": 105,
                      "column": 38
                    },
                    "end": {
                      "line": 105,
                      "column": 46
                    },
                    "identifierName": "dataType"
                  },
                  "name": "dataType"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 3213,
                "end": 3331,
                "loc": {
                  "start": {
                    "line": 105,
                    "column": 51
                  },
                  "end": {
                    "line": 113,
                    "column": 1
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 3217,
                    "end": 3314,
                    "loc": {
                      "start": {
                        "line": 106,
                        "column": 2
                      },
                      "end": {
                        "line": 110,
                        "column": 3
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 3221,
                      "end": 3229,
                      "loc": {
                        "start": {
                          "line": 106,
                          "column": 6
                        },
                        "end": {
                          "line": 106,
                          "column": 14
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 3221,
                        "end": 3224,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 6
                          },
                          "end": {
                            "line": 106,
                            "column": 9
                          },
                          "identifierName": "obj"
                        },
                        "name": "obj"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 3225,
                        "end": 3228,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 10
                          },
                          "end": {
                            "line": 106,
                            "column": 13
                          },
                          "identifierName": "key"
                        },
                        "name": "key"
                      },
                      "computed": true
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 3231,
                      "end": 3314,
                      "loc": {
                        "start": {
                          "line": 106,
                          "column": 16
                        },
                        "end": {
                          "line": 110,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 3237,
                          "end": 3310,
                          "loc": {
                            "start": {
                              "line": 107,
                              "column": 4
                            },
                            "end": {
                              "line": 109,
                              "column": 7
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 3244,
                            "end": 3309,
                            "loc": {
                              "start": {
                                "line": 107,
                                "column": 11
                              },
                              "end": {
                                "line": 109,
                                "column": 6
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3244,
                              "end": 3257,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 11
                                },
                                "end": {
                                  "line": 107,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3244,
                                "end": 3250,
                                "loc": {
                                  "start": {
                                    "line": 107,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 107,
                                    "column": 17
                                  },
                                  "identifierName": "Object"
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3251,
                                "end": 3257,
                                "loc": {
                                  "start": {
                                    "line": 107,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 107,
                                    "column": 24
                                  },
                                  "identifierName": "assign"
                                },
                                "name": "assign"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3258,
                                "end": 3261,
                                "loc": {
                                  "start": {
                                    "line": 107,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 107,
                                    "column": 28
                                  },
                                  "identifierName": "obj"
                                },
                                "name": "obj"
                              },
                              {
                                "type": "ObjectExpression",
                                "start": 3263,
                                "end": 3308,
                                "loc": {
                                  "start": {
                                    "line": 107,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 5
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 3271,
                                    "end": 3301,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 36
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": true,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 3272,
                                      "end": 3275,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 10
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    },
                                    "value": {
                                      "type": "CallExpression",
                                      "start": 3278,
                                      "end": 3301,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 36
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3278,
                                        "end": 3291,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 26
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3278,
                                          "end": 3281,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 16
                                            },
                                            "identifierName": "map"
                                          },
                                          "name": "map"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3282,
                                          "end": 3290,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 25
                                            },
                                            "identifierName": "dataType"
                                          },
                                          "name": "dataType"
                                        },
                                        "computed": true
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 3292,
                                          "end": 3300,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3292,
                                            "end": 3295,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 30
                                              },
                                              "identifierName": "obj"
                                            },
                                            "name": "obj"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3296,
                                            "end": 3299,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 34
                                              },
                                              "identifierName": "key"
                                            },
                                            "name": "key"
                                          },
                                          "computed": true
                                        }
                                      ]
                                    }
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 3318,
                    "end": 3329,
                    "loc": {
                      "start": {
                        "line": 112,
                        "column": 2
                      },
                      "end": {
                        "line": 112,
                        "column": 13
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 3325,
                      "end": 3328,
                      "loc": {
                        "start": {
                          "line": 112,
                          "column": 9
                        },
                        "end": {
                          "line": 112,
                          "column": 12
                        },
                        "identifierName": "obj"
                      },
                      "name": "obj"
                    }
                  }
                ],
                "directives": []
              }
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Maps a single property of an object using the the mapper defined in *map* for the given\n * *dataType*.\n * @param {Map<node-opcua~DataType, function} map The mappings to use.\n * @param {Object} obj The object to process.\n * @param {string} key Name of the property to map.\n * @param {node-opcua~DataType} dataType The data type to map the property to.\n ",
            "start": 2800,
            "end": 3161,
            "loc": {
              "start": {
                "line": 97,
                "column": 0
              },
              "end": {
                "line": 104,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Mapping functions that return serializable values for a node of the given\n * {@link node-opcua~DataType}.\n * @type {Map<node-opcua~DataType, function>}\n ",
            "start": 3334,
            "end": 3496,
            "loc": {
              "start": {
                "line": 115,
                "column": 0
              },
              "end": {
                "line": 119,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 3497,
        "end": 4865,
        "loc": {
          "start": {
            "line": 120,
            "column": 0
          },
          "end": {
            "line": 164,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 3503,
            "end": 4864,
            "loc": {
              "start": {
                "line": 120,
                "column": 6
              },
              "end": {
                "line": 164,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 3503,
              "end": 3513,
              "loc": {
                "start": {
                  "line": 120,
                  "column": 6
                },
                "end": {
                  "line": 120,
                  "column": 16
                },
                "identifierName": "toRawValue"
              },
              "name": "toRawValue",
              "leadingComments": null
            },
            "init": {
              "type": "ObjectExpression",
              "start": 3516,
              "end": 4864,
              "loc": {
                "start": {
                  "line": 120,
                  "column": 19
                },
                "end": {
                  "line": 164,
                  "column": 1
                }
              },
              "properties": [
                {
                  "type": "ObjectProperty",
                  "start": 3520,
                  "end": 3547,
                  "loc": {
                    "start": {
                      "line": 121,
                      "column": 2
                    },
                    "end": {
                      "line": 121,
                      "column": 29
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 3521,
                    "end": 3534,
                    "loc": {
                      "start": {
                        "line": 121,
                        "column": 3
                      },
                      "end": {
                        "line": 121,
                        "column": 16
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 3521,
                      "end": 3529,
                      "loc": {
                        "start": {
                          "line": 121,
                          "column": 3
                        },
                        "end": {
                          "line": 121,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 3530,
                      "end": 3534,
                      "loc": {
                        "start": {
                          "line": 121,
                          "column": 12
                        },
                        "end": {
                          "line": 121,
                          "column": 16
                        },
                        "identifierName": "Null"
                      },
                      "name": "Null"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 3537,
                    "end": 3547,
                    "loc": {
                      "start": {
                        "line": 121,
                        "column": 19
                      },
                      "end": {
                        "line": 121,
                        "column": 29
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": true,
                    "async": false,
                    "params": [],
                    "body": {
                      "type": "NullLiteral",
                      "start": 3543,
                      "end": 3547,
                      "loc": {
                        "start": {
                          "line": 121,
                          "column": 25
                        },
                        "end": {
                          "line": 121,
                          "column": 29
                        }
                      }
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 3551,
                  "end": 3592,
                  "loc": {
                    "start": {
                      "line": 122,
                      "column": 2
                    },
                    "end": {
                      "line": 122,
                      "column": 43
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 3552,
                    "end": 3571,
                    "loc": {
                      "start": {
                        "line": 122,
                        "column": 3
                      },
                      "end": {
                        "line": 122,
                        "column": 22
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 3552,
                      "end": 3560,
                      "loc": {
                        "start": {
                          "line": 122,
                          "column": 3
                        },
                        "end": {
                          "line": 122,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 3561,
                      "end": 3571,
                      "loc": {
                        "start": {
                          "line": 122,
                          "column": 12
                        },
                        "end": {
                          "line": 122,
                          "column": 22
                        },
                        "identifierName": "StatusCode"
                      },
                      "name": "StatusCode"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 3574,
                    "end": 3592,
                    "loc": {
                      "start": {
                        "line": 122,
                        "column": 25
                      },
                      "end": {
                        "line": 122,
                        "column": 43
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": true,
                    "async": false,
                    "params": [
                      {
                        "type": "ObjectPattern",
                        "start": 3575,
                        "end": 3583,
                        "loc": {
                          "start": {
                            "line": 122,
                            "column": 26
                          },
                          "end": {
                            "line": 122,
                            "column": 34
                          }
                        },
                        "properties": [
                          {
                            "type": "ObjectProperty",
                            "start": 3577,
                            "end": 3581,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 28
                              },
                              "end": {
                                "line": 122,
                                "column": 32
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 3577,
                              "end": 3581,
                              "loc": {
                                "start": {
                                  "line": 122,
                                  "column": 28
                                },
                                "end": {
                                  "line": 122,
                                  "column": 32
                                },
                                "identifierName": "name"
                              },
                              "name": "name"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 3577,
                              "end": 3581,
                              "loc": {
                                "start": {
                                  "line": 122,
                                  "column": 28
                                },
                                "end": {
                                  "line": 122,
                                  "column": 32
                                },
                                "identifierName": "name"
                              },
                              "name": "name"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          }
                        ]
                      }
                    ],
                    "body": {
                      "type": "Identifier",
                      "start": 3588,
                      "end": 3592,
                      "loc": {
                        "start": {
                          "line": 122,
                          "column": 39
                        },
                        "end": {
                          "line": 122,
                          "column": 43
                        },
                        "identifierName": "name"
                      },
                      "name": "name"
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 3596,
                  "end": 3678,
                  "loc": {
                    "start": {
                      "line": 123,
                      "column": 2
                    },
                    "end": {
                      "line": 123,
                      "column": 84
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 3597,
                    "end": 3619,
                    "loc": {
                      "start": {
                        "line": 123,
                        "column": 3
                      },
                      "end": {
                        "line": 123,
                        "column": 25
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 3597,
                      "end": 3605,
                      "loc": {
                        "start": {
                          "line": 123,
                          "column": 3
                        },
                        "end": {
                          "line": 123,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 3606,
                      "end": 3619,
                      "loc": {
                        "start": {
                          "line": 123,
                          "column": 12
                        },
                        "end": {
                          "line": 123,
                          "column": 25
                        },
                        "identifierName": "QualifiedName"
                      },
                      "name": "QualifiedName"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 3622,
                    "end": 3678,
                    "loc": {
                      "start": {
                        "line": 123,
                        "column": 28
                      },
                      "end": {
                        "line": 123,
                        "column": 84
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": true,
                    "async": false,
                    "params": [
                      {
                        "type": "ObjectPattern",
                        "start": 3623,
                        "end": 3647,
                        "loc": {
                          "start": {
                            "line": 123,
                            "column": 29
                          },
                          "end": {
                            "line": 123,
                            "column": 53
                          }
                        },
                        "properties": [
                          {
                            "type": "ObjectProperty",
                            "start": 3625,
                            "end": 3639,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 31
                              },
                              "end": {
                                "line": 123,
                                "column": 45
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 3625,
                              "end": 3639,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 31
                                },
                                "end": {
                                  "line": 123,
                                  "column": 45
                                },
                                "identifierName": "namespaceIndex"
                              },
                              "name": "namespaceIndex"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 3625,
                              "end": 3639,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 31
                                },
                                "end": {
                                  "line": 123,
                                  "column": 45
                                },
                                "identifierName": "namespaceIndex"
                              },
                              "name": "namespaceIndex"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 3641,
                            "end": 3645,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 47
                              },
                              "end": {
                                "line": 123,
                                "column": 51
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 3641,
                              "end": 3645,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 47
                                },
                                "end": {
                                  "line": 123,
                                  "column": 51
                                },
                                "identifierName": "name"
                              },
                              "name": "name"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 3641,
                              "end": 3645,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 47
                                },
                                "end": {
                                  "line": 123,
                                  "column": 51
                                },
                                "identifierName": "name"
                              },
                              "name": "name"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          }
                        ]
                      }
                    ],
                    "body": {
                      "type": "ObjectExpression",
                      "start": 3653,
                      "end": 3677,
                      "loc": {
                        "start": {
                          "line": 123,
                          "column": 59
                        },
                        "end": {
                          "line": 123,
                          "column": 83
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 3655,
                          "end": 3669,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 61
                            },
                            "end": {
                              "line": 123,
                              "column": 75
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 3655,
                            "end": 3669,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 61
                              },
                              "end": {
                                "line": 123,
                                "column": 75
                              },
                              "identifierName": "namespaceIndex"
                            },
                            "name": "namespaceIndex"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 3655,
                            "end": 3669,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 61
                              },
                              "end": {
                                "line": 123,
                                "column": 75
                              },
                              "identifierName": "namespaceIndex"
                            },
                            "name": "namespaceIndex"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 3671,
                          "end": 3675,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 77
                            },
                            "end": {
                              "line": 123,
                              "column": 81
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 3671,
                            "end": 3675,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 77
                              },
                              "end": {
                                "line": 123,
                                "column": 81
                              },
                              "identifierName": "name"
                            },
                            "name": "name"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 3671,
                            "end": 3675,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 77
                              },
                              "end": {
                                "line": 123,
                                "column": 81
                              },
                              "identifierName": "name"
                            },
                            "name": "name"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        }
                      ],
                      "extra": {
                        "parenthesized": true,
                        "parenStart": 3652
                      }
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 3682,
                  "end": 3748,
                  "loc": {
                    "start": {
                      "line": 124,
                      "column": 2
                    },
                    "end": {
                      "line": 124,
                      "column": 68
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 3683,
                    "end": 3705,
                    "loc": {
                      "start": {
                        "line": 124,
                        "column": 3
                      },
                      "end": {
                        "line": 124,
                        "column": 25
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 3683,
                      "end": 3691,
                      "loc": {
                        "start": {
                          "line": 124,
                          "column": 3
                        },
                        "end": {
                          "line": 124,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 3692,
                      "end": 3705,
                      "loc": {
                        "start": {
                          "line": 124,
                          "column": 12
                        },
                        "end": {
                          "line": 124,
                          "column": 25
                        },
                        "identifierName": "LocalizedText"
                      },
                      "name": "LocalizedText"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 3708,
                    "end": 3748,
                    "loc": {
                      "start": {
                        "line": 124,
                        "column": 28
                      },
                      "end": {
                        "line": 124,
                        "column": 68
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": true,
                    "async": false,
                    "params": [
                      {
                        "type": "ObjectPattern",
                        "start": 3709,
                        "end": 3725,
                        "loc": {
                          "start": {
                            "line": 124,
                            "column": 29
                          },
                          "end": {
                            "line": 124,
                            "column": 45
                          }
                        },
                        "properties": [
                          {
                            "type": "ObjectProperty",
                            "start": 3711,
                            "end": 3715,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 31
                              },
                              "end": {
                                "line": 124,
                                "column": 35
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 3711,
                              "end": 3715,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 31
                                },
                                "end": {
                                  "line": 124,
                                  "column": 35
                                },
                                "identifierName": "text"
                              },
                              "name": "text"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 3711,
                              "end": 3715,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 31
                                },
                                "end": {
                                  "line": 124,
                                  "column": 35
                                },
                                "identifierName": "text"
                              },
                              "name": "text"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 3717,
                            "end": 3723,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 37
                              },
                              "end": {
                                "line": 124,
                                "column": 43
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 3717,
                              "end": 3723,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 37
                                },
                                "end": {
                                  "line": 124,
                                  "column": 43
                                },
                                "identifierName": "locale"
                              },
                              "name": "locale"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 3717,
                              "end": 3723,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 37
                                },
                                "end": {
                                  "line": 124,
                                  "column": 43
                                },
                                "identifierName": "locale"
                              },
                              "name": "locale"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          }
                        ]
                      }
                    ],
                    "body": {
                      "type": "ObjectExpression",
                      "start": 3731,
                      "end": 3747,
                      "loc": {
                        "start": {
                          "line": 124,
                          "column": 51
                        },
                        "end": {
                          "line": 124,
                          "column": 67
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 3733,
                          "end": 3737,
                          "loc": {
                            "start": {
                              "line": 124,
                              "column": 53
                            },
                            "end": {
                              "line": 124,
                              "column": 57
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 3733,
                            "end": 3737,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 53
                              },
                              "end": {
                                "line": 124,
                                "column": 57
                              },
                              "identifierName": "text"
                            },
                            "name": "text"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 3733,
                            "end": 3737,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 53
                              },
                              "end": {
                                "line": 124,
                                "column": 57
                              },
                              "identifierName": "text"
                            },
                            "name": "text"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 3739,
                          "end": 3745,
                          "loc": {
                            "start": {
                              "line": 124,
                              "column": 59
                            },
                            "end": {
                              "line": 124,
                              "column": 65
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 3739,
                            "end": 3745,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 59
                              },
                              "end": {
                                "line": 124,
                                "column": 65
                              },
                              "identifierName": "locale"
                            },
                            "name": "locale"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 3739,
                            "end": 3745,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 59
                              },
                              "end": {
                                "line": 124,
                                "column": 65
                              },
                              "identifierName": "locale"
                            },
                            "name": "locale"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        }
                      ],
                      "extra": {
                        "parenthesized": true,
                        "parenStart": 3730
                      }
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 3752,
                  "end": 4196,
                  "loc": {
                    "start": {
                      "line": 125,
                      "column": 2
                    },
                    "end": {
                      "line": 140,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 3753,
                    "end": 3771,
                    "loc": {
                      "start": {
                        "line": 125,
                        "column": 3
                      },
                      "end": {
                        "line": 125,
                        "column": 21
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 3753,
                      "end": 3761,
                      "loc": {
                        "start": {
                          "line": 125,
                          "column": 3
                        },
                        "end": {
                          "line": 125,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 3762,
                      "end": 3771,
                      "loc": {
                        "start": {
                          "line": 125,
                          "column": 12
                        },
                        "end": {
                          "line": 125,
                          "column": 21
                        },
                        "identifierName": "DataValue"
                      },
                      "name": "DataValue"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 3774,
                    "end": 4196,
                    "loc": {
                      "start": {
                        "line": 125,
                        "column": 24
                      },
                      "end": {
                        "line": 140,
                        "column": 3
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 3775,
                        "end": 3780,
                        "loc": {
                          "start": {
                            "line": 125,
                            "column": 25
                          },
                          "end": {
                            "line": 125,
                            "column": 30
                          },
                          "identifierName": "value"
                        },
                        "name": "value"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 3785,
                      "end": 4196,
                      "loc": {
                        "start": {
                          "line": 125,
                          "column": 35
                        },
                        "end": {
                          "line": 140,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 3791,
                          "end": 3967,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 4
                            },
                            "end": {
                              "line": 133,
                              "column": 7
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 3797,
                              "end": 3966,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 10
                                },
                                "end": {
                                  "line": 133,
                                  "column": 6
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 3797,
                                "end": 3804,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 17
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 3807,
                                "end": 3966,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 6
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 3807,
                                  "end": 3811,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 24
                                    },
                                    "identifierName": "pick"
                                  },
                                  "name": "pick"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3812,
                                    "end": 3817,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 30
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  {
                                    "type": "ArrayExpression",
                                    "start": 3819,
                                    "end": 3965,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 5
                                      }
                                    },
                                    "elements": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 3827,
                                        "end": 3834,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 13
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "value",
                                          "raw": "'value'"
                                        },
                                        "value": "value"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 3842,
                                        "end": 3854,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "statusCode",
                                          "raw": "'statusCode'"
                                        },
                                        "value": "statusCode"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 3862,
                                        "end": 3879,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 23
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "sourceTimestamp",
                                          "raw": "'sourceTimestamp'"
                                        },
                                        "value": "sourceTimestamp"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 3887,
                                        "end": 3906,
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 25
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "sourcePicoseconds",
                                          "raw": "'sourcePicoseconds'"
                                        },
                                        "value": "sourcePicoseconds"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 3914,
                                        "end": 3931,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 23
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "serverTimestamp",
                                          "raw": "'serverTimestamp'"
                                        },
                                        "value": "serverTimestamp"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 3939,
                                        "end": 3958,
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 132,
                                            "column": 25
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "serverPicoseconds",
                                          "raw": "'serverPicoseconds'"
                                        },
                                        "value": "serverPicoseconds"
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 3973,
                          "end": 4035,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 4
                            },
                            "end": {
                              "line": 135,
                              "column": 66
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 3973,
                            "end": 4034,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 4
                              },
                              "end": {
                                "line": 135,
                                "column": 65
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 3973,
                              "end": 3986,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 4
                                },
                                "end": {
                                  "line": 135,
                                  "column": 17
                                },
                                "identifierName": "mapPropertyAs"
                              },
                              "name": "mapPropertyAs"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3987,
                                "end": 3997,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 28
                                  },
                                  "identifierName": "toRawValue"
                                },
                                "name": "toRawValue"
                              },
                              {
                                "type": "Identifier",
                                "start": 3999,
                                "end": 4006,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 37
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 4008,
                                "end": 4015,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 46
                                  }
                                },
                                "extra": {
                                  "rawValue": "value",
                                  "raw": "'value'"
                                },
                                "value": "value"
                              },
                              {
                                "type": "MemberExpression",
                                "start": 4017,
                                "end": 4033,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 64
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4017,
                                  "end": 4025,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 56
                                    },
                                    "identifierName": "DataType"
                                  },
                                  "name": "DataType"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4026,
                                  "end": 4033,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 64
                                    },
                                    "identifierName": "Variant"
                                  },
                                  "name": "Variant"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 4040,
                          "end": 4110,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 4
                            },
                            "end": {
                              "line": 136,
                              "column": 74
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 4040,
                            "end": 4109,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 4
                              },
                              "end": {
                                "line": 136,
                                "column": 73
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 4040,
                              "end": 4053,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 4
                                },
                                "end": {
                                  "line": 136,
                                  "column": 17
                                },
                                "identifierName": "mapPropertyAs"
                              },
                              "name": "mapPropertyAs"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 4054,
                                "end": 4064,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 28
                                  },
                                  "identifierName": "toRawValue"
                                },
                                "name": "toRawValue"
                              },
                              {
                                "type": "Identifier",
                                "start": 4066,
                                "end": 4073,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 37
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 4075,
                                "end": 4087,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 51
                                  }
                                },
                                "extra": {
                                  "rawValue": "statusCode",
                                  "raw": "'statusCode'"
                                },
                                "value": "statusCode"
                              },
                              {
                                "type": "MemberExpression",
                                "start": 4089,
                                "end": 4108,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 72
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4089,
                                  "end": 4097,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 61
                                    },
                                    "identifierName": "DataType"
                                  },
                                  "name": "DataType"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4098,
                                  "end": 4108,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 72
                                    },
                                    "identifierName": "StatusCode"
                                  },
                                  "name": "StatusCode"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "trailingComments": [
                            {
                              "type": "CommentLine",
                              "value": " NOTE: server- and sourceTimstamps get mapped as dates",
                              "start": 4115,
                              "end": 4171,
                              "loc": {
                                "start": {
                                  "line": 137,
                                  "column": 4
                                },
                                "end": {
                                  "line": 137,
                                  "column": 60
                                }
                              }
                            }
                          ]
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 4177,
                          "end": 4192,
                          "loc": {
                            "start": {
                              "line": 139,
                              "column": 4
                            },
                            "end": {
                              "line": 139,
                              "column": 19
                            }
                          },
                          "argument": {
                            "type": "Identifier",
                            "start": 4184,
                            "end": 4191,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 11
                              },
                              "end": {
                                "line": 139,
                                "column": 18
                              },
                              "identifierName": "options"
                            },
                            "name": "options",
                            "leadingComments": null
                          },
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " NOTE: server- and sourceTimstamps get mapped as dates",
                              "start": 4115,
                              "end": 4171,
                              "loc": {
                                "start": {
                                  "line": 137,
                                  "column": 4
                                },
                                "end": {
                                  "line": 137,
                                  "column": 60
                                }
                              }
                            }
                          ]
                        }
                      ],
                      "directives": []
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 4200,
                  "end": 4425,
                  "loc": {
                    "start": {
                      "line": 141,
                      "column": 2
                    },
                    "end": {
                      "line": 147,
                      "column": 4
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 4201,
                    "end": 4217,
                    "loc": {
                      "start": {
                        "line": 141,
                        "column": 3
                      },
                      "end": {
                        "line": 141,
                        "column": 19
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 4201,
                      "end": 4209,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 3
                        },
                        "end": {
                          "line": 141,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 4210,
                      "end": 4217,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 12
                        },
                        "end": {
                          "line": 141,
                          "column": 19
                        },
                        "identifierName": "Variant"
                      },
                      "name": "Variant"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 4220,
                    "end": 4425,
                    "loc": {
                      "start": {
                        "line": 141,
                        "column": 22
                      },
                      "end": {
                        "line": 147,
                        "column": 4
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": true,
                    "async": false,
                    "params": [
                      {
                        "type": "ObjectPattern",
                        "start": 4221,
                        "end": 4263,
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 23
                          },
                          "end": {
                            "line": 141,
                            "column": 65
                          }
                        },
                        "properties": [
                          {
                            "type": "ObjectProperty",
                            "start": 4223,
                            "end": 4231,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 25
                              },
                              "end": {
                                "line": 141,
                                "column": 33
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 4223,
                              "end": 4231,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 25
                                },
                                "end": {
                                  "line": 141,
                                  "column": 33
                                },
                                "identifierName": "dataType"
                              },
                              "name": "dataType"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 4223,
                              "end": 4231,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 25
                                },
                                "end": {
                                  "line": 141,
                                  "column": 33
                                },
                                "identifierName": "dataType"
                              },
                              "name": "dataType"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 4233,
                            "end": 4242,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 35
                              },
                              "end": {
                                "line": 141,
                                "column": 44
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 4233,
                              "end": 4242,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 35
                                },
                                "end": {
                                  "line": 141,
                                  "column": 44
                                },
                                "identifierName": "arrayType"
                              },
                              "name": "arrayType"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 4233,
                              "end": 4242,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 35
                                },
                                "end": {
                                  "line": 141,
                                  "column": 44
                                },
                                "identifierName": "arrayType"
                              },
                              "name": "arrayType"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 4244,
                            "end": 4249,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 46
                              },
                              "end": {
                                "line": 141,
                                "column": 51
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 4244,
                              "end": 4249,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 46
                                },
                                "end": {
                                  "line": 141,
                                  "column": 51
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 4244,
                              "end": 4249,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 46
                                },
                                "end": {
                                  "line": 141,
                                  "column": 51
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 4251,
                            "end": 4261,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 53
                              },
                              "end": {
                                "line": 141,
                                "column": 63
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 4251,
                              "end": 4261,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 53
                                },
                                "end": {
                                  "line": 141,
                                  "column": 63
                                },
                                "identifierName": "dimensions"
                              },
                              "name": "dimensions"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 4251,
                              "end": 4261,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 53
                                },
                                "end": {
                                  "line": 141,
                                  "column": 63
                                },
                                "identifierName": "dimensions"
                              },
                              "name": "dimensions"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          }
                        ]
                      }
                    ],
                    "body": {
                      "type": "ObjectExpression",
                      "start": 4269,
                      "end": 4424,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 71
                        },
                        "end": {
                          "line": 147,
                          "column": 3
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 4275,
                          "end": 4283,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 4
                            },
                            "end": {
                              "line": 142,
                              "column": 12
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 4275,
                            "end": 4283,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 4
                              },
                              "end": {
                                "line": 142,
                                "column": 12
                              },
                              "identifierName": "dataType"
                            },
                            "name": "dataType"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 4275,
                            "end": 4283,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 4
                              },
                              "end": {
                                "line": 142,
                                "column": 12
                              },
                              "identifierName": "dataType"
                            },
                            "name": "dataType"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 4289,
                          "end": 4298,
                          "loc": {
                            "start": {
                              "line": 143,
                              "column": 4
                            },
                            "end": {
                              "line": 143,
                              "column": 13
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 4289,
                            "end": 4298,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 4
                              },
                              "end": {
                                "line": 143,
                                "column": 13
                              },
                              "identifierName": "arrayType"
                            },
                            "name": "arrayType"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 4289,
                            "end": 4298,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 4
                              },
                              "end": {
                                "line": 143,
                                "column": 13
                              },
                              "identifierName": "arrayType"
                            },
                            "name": "arrayType"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 4357,
                          "end": 4403,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 4
                            },
                            "end": {
                              "line": 145,
                              "column": 50
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 4357,
                            "end": 4362,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 4
                              },
                              "end": {
                                "line": 145,
                                "column": 9
                              },
                              "identifierName": "value"
                            },
                            "name": "value",
                            "leadingComments": null
                          },
                          "value": {
                            "type": "CallExpression",
                            "start": 4364,
                            "end": 4403,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 11
                              },
                              "end": {
                                "line": 145,
                                "column": 50
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 4364,
                              "end": 4375,
                              "loc": {
                                "start": {
                                  "line": 145,
                                  "column": 11
                                },
                                "end": {
                                  "line": 145,
                                  "column": 22
                                },
                                "identifierName": "getRawValue"
                              },
                              "name": "getRawValue"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 4376,
                                "end": 4381,
                                "loc": {
                                  "start": {
                                    "line": 145,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 145,
                                    "column": 28
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              {
                                "type": "Identifier",
                                "start": 4383,
                                "end": 4391,
                                "loc": {
                                  "start": {
                                    "line": 145,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 145,
                                    "column": 38
                                  },
                                  "identifierName": "dataType"
                                },
                                "name": "dataType"
                              },
                              {
                                "type": "Identifier",
                                "start": 4393,
                                "end": 4402,
                                "loc": {
                                  "start": {
                                    "line": 145,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 145,
                                    "column": 49
                                  },
                                  "identifierName": "arrayType"
                                },
                                "name": "arrayType"
                              }
                            ]
                          },
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " eslint-disable-next-line no-use-before-define",
                              "start": 4304,
                              "end": 4352,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 4
                                },
                                "end": {
                                  "line": 144,
                                  "column": 52
                                }
                              }
                            }
                          ]
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 4409,
                          "end": 4419,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 4
                            },
                            "end": {
                              "line": 146,
                              "column": 14
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 4409,
                            "end": 4419,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 4
                              },
                              "end": {
                                "line": 146,
                                "column": 14
                              },
                              "identifierName": "dimensions"
                            },
                            "name": "dimensions"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 4409,
                            "end": 4419,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 4
                              },
                              "end": {
                                "line": 146,
                                "column": 14
                              },
                              "identifierName": "dimensions"
                            },
                            "name": "dimensions"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        }
                      ],
                      "extra": {
                        "parenthesized": true,
                        "parenStart": 4268
                      }
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 4429,
                  "end": 4861,
                  "loc": {
                    "start": {
                      "line": 148,
                      "column": 2
                    },
                    "end": {
                      "line": 163,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 4430,
                    "end": 4453,
                    "loc": {
                      "start": {
                        "line": 148,
                        "column": 3
                      },
                      "end": {
                        "line": 148,
                        "column": 26
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 4430,
                      "end": 4438,
                      "loc": {
                        "start": {
                          "line": 148,
                          "column": 3
                        },
                        "end": {
                          "line": 148,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 4439,
                      "end": 4453,
                      "loc": {
                        "start": {
                          "line": 148,
                          "column": 12
                        },
                        "end": {
                          "line": 148,
                          "column": 26
                        },
                        "identifierName": "DiagnosticInfo"
                      },
                      "name": "DiagnosticInfo"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 4456,
                    "end": 4861,
                    "loc": {
                      "start": {
                        "line": 148,
                        "column": 29
                      },
                      "end": {
                        "line": 163,
                        "column": 3
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 4457,
                        "end": 4461,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 30
                          },
                          "end": {
                            "line": 148,
                            "column": 34
                          },
                          "identifierName": "info"
                        },
                        "name": "info"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 4466,
                      "end": 4861,
                      "loc": {
                        "start": {
                          "line": 148,
                          "column": 39
                        },
                        "end": {
                          "line": 163,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 4472,
                          "end": 4667,
                          "loc": {
                            "start": {
                              "line": 149,
                              "column": 4
                            },
                            "end": {
                              "line": 157,
                              "column": 7
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 4478,
                              "end": 4666,
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 10
                                },
                                "end": {
                                  "line": 157,
                                  "column": 6
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 4478,
                                "end": 4485,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 149,
                                    "column": 17
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 4488,
                                "end": 4666,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 6
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 4488,
                                  "end": 4492,
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 149,
                                      "column": 24
                                    },
                                    "identifierName": "pick"
                                  },
                                  "name": "pick"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 4493,
                                    "end": 4497,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 29
                                      },
                                      "identifierName": "info"
                                    },
                                    "name": "info"
                                  },
                                  {
                                    "type": "ArrayExpression",
                                    "start": 4499,
                                    "end": 4665,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 5
                                      }
                                    },
                                    "elements": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 4507,
                                        "end": 4521,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 20
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "namespaceUri",
                                          "raw": "'namespaceUri'"
                                        },
                                        "value": "namespaceUri"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 4529,
                                        "end": 4541,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "symbolicId",
                                          "raw": "'symbolicId'"
                                        },
                                        "value": "symbolicId"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 4549,
                                        "end": 4557,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 14
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "locale",
                                          "raw": "'locale'"
                                        },
                                        "value": "locale"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 4565,
                                        "end": 4580,
                                        "loc": {
                                          "start": {
                                            "line": 153,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 153,
                                            "column": 21
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "localizedText",
                                          "raw": "'localizedText'"
                                        },
                                        "value": "localizedText"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 4588,
                                        "end": 4604,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 22
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "additionalInfo",
                                          "raw": "'additionalInfo'"
                                        },
                                        "value": "additionalInfo"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 4612,
                                        "end": 4629,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 23
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "innerStatusCode",
                                          "raw": "'innerStatusCode'"
                                        },
                                        "value": "innerStatusCode"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 4637,
                                        "end": 4658,
                                        "loc": {
                                          "start": {
                                            "line": 156,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 156,
                                            "column": 27
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "innerDiagnosticInfo",
                                          "raw": "'innerDiagnosticInfo'"
                                        },
                                        "value": "innerDiagnosticInfo"
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 4673,
                          "end": 4748,
                          "loc": {
                            "start": {
                              "line": 159,
                              "column": 4
                            },
                            "end": {
                              "line": 159,
                              "column": 79
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 4673,
                            "end": 4747,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 4
                              },
                              "end": {
                                "line": 159,
                                "column": 78
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 4673,
                              "end": 4686,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 4
                                },
                                "end": {
                                  "line": 159,
                                  "column": 17
                                },
                                "identifierName": "mapPropertyAs"
                              },
                              "name": "mapPropertyAs"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 4687,
                                "end": 4697,
                                "loc": {
                                  "start": {
                                    "line": 159,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 159,
                                    "column": 28
                                  },
                                  "identifierName": "toRawValue"
                                },
                                "name": "toRawValue"
                              },
                              {
                                "type": "Identifier",
                                "start": 4699,
                                "end": 4706,
                                "loc": {
                                  "start": {
                                    "line": 159,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 159,
                                    "column": 37
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 4708,
                                "end": 4725,
                                "loc": {
                                  "start": {
                                    "line": 159,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 159,
                                    "column": 56
                                  }
                                },
                                "extra": {
                                  "rawValue": "innerStatusCode",
                                  "raw": "'innerStatusCode'"
                                },
                                "value": "innerStatusCode"
                              },
                              {
                                "type": "MemberExpression",
                                "start": 4727,
                                "end": 4746,
                                "loc": {
                                  "start": {
                                    "line": 159,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 159,
                                    "column": 77
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4727,
                                  "end": 4735,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 66
                                    },
                                    "identifierName": "DataType"
                                  },
                                  "name": "DataType"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4736,
                                  "end": 4746,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 77
                                    },
                                    "identifierName": "StatusCode"
                                  },
                                  "name": "StatusCode"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 4753,
                          "end": 4836,
                          "loc": {
                            "start": {
                              "line": 160,
                              "column": 4
                            },
                            "end": {
                              "line": 160,
                              "column": 87
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 4753,
                            "end": 4835,
                            "loc": {
                              "start": {
                                "line": 160,
                                "column": 4
                              },
                              "end": {
                                "line": 160,
                                "column": 86
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 4753,
                              "end": 4766,
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 4
                                },
                                "end": {
                                  "line": 160,
                                  "column": 17
                                },
                                "identifierName": "mapPropertyAs"
                              },
                              "name": "mapPropertyAs"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 4767,
                                "end": 4777,
                                "loc": {
                                  "start": {
                                    "line": 160,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 160,
                                    "column": 28
                                  },
                                  "identifierName": "toRawValue"
                                },
                                "name": "toRawValue"
                              },
                              {
                                "type": "Identifier",
                                "start": 4779,
                                "end": 4786,
                                "loc": {
                                  "start": {
                                    "line": 160,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 160,
                                    "column": 37
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 4788,
                                "end": 4809,
                                "loc": {
                                  "start": {
                                    "line": 160,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 160,
                                    "column": 60
                                  }
                                },
                                "extra": {
                                  "rawValue": "innerDiagnosticInfo",
                                  "raw": "'innerDiagnosticInfo'"
                                },
                                "value": "innerDiagnosticInfo"
                              },
                              {
                                "type": "MemberExpression",
                                "start": 4811,
                                "end": 4834,
                                "loc": {
                                  "start": {
                                    "line": 160,
                                    "column": 62
                                  },
                                  "end": {
                                    "line": 160,
                                    "column": 85
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4811,
                                  "end": 4819,
                                  "loc": {
                                    "start": {
                                      "line": 160,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 160,
                                      "column": 70
                                    },
                                    "identifierName": "DataType"
                                  },
                                  "name": "DataType"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4820,
                                  "end": 4834,
                                  "loc": {
                                    "start": {
                                      "line": 160,
                                      "column": 71
                                    },
                                    "end": {
                                      "line": 160,
                                      "column": 85
                                    },
                                    "identifierName": "DiagnosticInfo"
                                  },
                                  "name": "DiagnosticInfo"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 4842,
                          "end": 4857,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 4
                            },
                            "end": {
                              "line": 162,
                              "column": 19
                            }
                          },
                          "argument": {
                            "type": "Identifier",
                            "start": 4849,
                            "end": 4856,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 11
                              },
                              "end": {
                                "line": 162,
                                "column": 18
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                }
              ]
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Mapping functions that return serializable values for a node of the given\n * {@link node-opcua~DataType}.\n * @type {Map<node-opcua~DataType, function>}\n ",
            "start": 3334,
            "end": 3496,
            "loc": {
              "start": {
                "line": 115,
                "column": 0
              },
              "end": {
                "line": 119,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Decodes a buffer to a string.\n * @param {Buffer} b The buffer to decode from.\n * @return {string} The buffer's string representation.\n ",
            "start": 4867,
            "end": 5011,
            "loc": {
              "start": {
                "line": 166,
                "column": 0
              },
              "end": {
                "line": 170,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 5012,
        "end": 5062,
        "loc": {
          "start": {
            "line": 171,
            "column": 0
          },
          "end": {
            "line": 171,
            "column": 50
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 5018,
            "end": 5061,
            "loc": {
              "start": {
                "line": 171,
                "column": 6
              },
              "end": {
                "line": 171,
                "column": 49
              }
            },
            "id": {
              "type": "Identifier",
              "start": 5018,
              "end": 5032,
              "loc": {
                "start": {
                  "line": 171,
                  "column": 6
                },
                "end": {
                  "line": 171,
                  "column": 20
                },
                "identifierName": "decodeAsString"
              },
              "name": "decodeAsString",
              "leadingComments": null
            },
            "init": {
              "type": "ArrowFunctionExpression",
              "start": 5035,
              "end": 5061,
              "loc": {
                "start": {
                  "line": 171,
                  "column": 23
                },
                "end": {
                  "line": 171,
                  "column": 49
                }
              },
              "id": {
                "type": "Identifier",
                "start": 5018,
                "end": 5032,
                "loc": {
                  "start": {
                    "line": 171,
                    "column": 6
                  },
                  "end": {
                    "line": 171,
                    "column": 20
                  },
                  "identifierName": "decodeAsString"
                },
                "name": "decodeAsString",
                "leadingComments": null
              },
              "generator": false,
              "expression": true,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 5036,
                  "end": 5037,
                  "loc": {
                    "start": {
                      "line": 171,
                      "column": 24
                    },
                    "end": {
                      "line": 171,
                      "column": 25
                    },
                    "identifierName": "b"
                  },
                  "name": "b"
                }
              ],
              "body": {
                "type": "CallExpression",
                "start": 5042,
                "end": 5061,
                "loc": {
                  "start": {
                    "line": 171,
                    "column": 30
                  },
                  "end": {
                    "line": 171,
                    "column": 49
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 5042,
                  "end": 5059,
                  "loc": {
                    "start": {
                      "line": 171,
                      "column": 30
                    },
                    "end": {
                      "line": 171,
                      "column": 47
                    }
                  },
                  "object": {
                    "type": "CallExpression",
                    "start": 5042,
                    "end": 5054,
                    "loc": {
                      "start": {
                        "line": 171,
                        "column": 30
                      },
                      "end": {
                        "line": 171,
                        "column": 42
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 5042,
                      "end": 5052,
                      "loc": {
                        "start": {
                          "line": 171,
                          "column": 30
                        },
                        "end": {
                          "line": 171,
                          "column": 40
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 5042,
                        "end": 5043,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 30
                          },
                          "end": {
                            "line": 171,
                            "column": 31
                          },
                          "identifierName": "b"
                        },
                        "name": "b"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5044,
                        "end": 5052,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 32
                          },
                          "end": {
                            "line": 171,
                            "column": 40
                          },
                          "identifierName": "toString"
                        },
                        "name": "toString"
                      },
                      "computed": false
                    },
                    "arguments": []
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5055,
                    "end": 5059,
                    "loc": {
                      "start": {
                        "line": 171,
                        "column": 43
                      },
                      "end": {
                        "line": 171,
                        "column": 47
                      },
                      "identifierName": "trim"
                    },
                    "name": "trim"
                  },
                  "computed": false
                },
                "arguments": []
              }
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Decodes a buffer to a string.\n * @param {Buffer} b The buffer to decode from.\n * @return {string} The buffer's string representation.\n ",
            "start": 4867,
            "end": 5011,
            "loc": {
              "start": {
                "line": 166,
                "column": 0
              },
              "end": {
                "line": 170,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Decodes a buffer to an integer value.\n * @param {Buffer} b The buffer to decode from.\n * @return {number} The decoded integer.\n ",
            "start": 5064,
            "end": 5201,
            "loc": {
              "start": {
                "line": 173,
                "column": 0
              },
              "end": {
                "line": 177,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 5202,
        "end": 5261,
        "loc": {
          "start": {
            "line": 178,
            "column": 0
          },
          "end": {
            "line": 178,
            "column": 59
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 5208,
            "end": 5260,
            "loc": {
              "start": {
                "line": 178,
                "column": 6
              },
              "end": {
                "line": 178,
                "column": 58
              }
            },
            "id": {
              "type": "Identifier",
              "start": 5208,
              "end": 5219,
              "loc": {
                "start": {
                  "line": 178,
                  "column": 6
                },
                "end": {
                  "line": 178,
                  "column": 17
                },
                "identifierName": "decodeAsInt"
              },
              "name": "decodeAsInt",
              "leadingComments": null
            },
            "init": {
              "type": "ArrowFunctionExpression",
              "start": 5222,
              "end": 5260,
              "loc": {
                "start": {
                  "line": 178,
                  "column": 20
                },
                "end": {
                  "line": 178,
                  "column": 58
                }
              },
              "id": {
                "type": "Identifier",
                "start": 5208,
                "end": 5219,
                "loc": {
                  "start": {
                    "line": 178,
                    "column": 6
                  },
                  "end": {
                    "line": 178,
                    "column": 17
                  },
                  "identifierName": "decodeAsInt"
                },
                "name": "decodeAsInt",
                "leadingComments": null
              },
              "generator": false,
              "expression": true,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 5223,
                  "end": 5224,
                  "loc": {
                    "start": {
                      "line": 178,
                      "column": 21
                    },
                    "end": {
                      "line": 178,
                      "column": 22
                    },
                    "identifierName": "b"
                  },
                  "name": "b"
                }
              ],
              "body": {
                "type": "CallExpression",
                "start": 5229,
                "end": 5260,
                "loc": {
                  "start": {
                    "line": 178,
                    "column": 27
                  },
                  "end": {
                    "line": 178,
                    "column": 58
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 5229,
                  "end": 5237,
                  "loc": {
                    "start": {
                      "line": 178,
                      "column": 27
                    },
                    "end": {
                      "line": 178,
                      "column": 35
                    },
                    "identifierName": "parseInt"
                  },
                  "name": "parseInt"
                },
                "arguments": [
                  {
                    "type": "CallExpression",
                    "start": 5238,
                    "end": 5255,
                    "loc": {
                      "start": {
                        "line": 178,
                        "column": 36
                      },
                      "end": {
                        "line": 178,
                        "column": 53
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 5238,
                      "end": 5252,
                      "loc": {
                        "start": {
                          "line": 178,
                          "column": 36
                        },
                        "end": {
                          "line": 178,
                          "column": 50
                        },
                        "identifierName": "decodeAsString"
                      },
                      "name": "decodeAsString"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 5253,
                        "end": 5254,
                        "loc": {
                          "start": {
                            "line": 178,
                            "column": 51
                          },
                          "end": {
                            "line": 178,
                            "column": 52
                          },
                          "identifierName": "b"
                        },
                        "name": "b"
                      }
                    ]
                  },
                  {
                    "type": "NumericLiteral",
                    "start": 5257,
                    "end": 5259,
                    "loc": {
                      "start": {
                        "line": 178,
                        "column": 55
                      },
                      "end": {
                        "line": 178,
                        "column": 57
                      }
                    },
                    "extra": {
                      "rawValue": 10,
                      "raw": "10"
                    },
                    "value": 10
                  }
                ]
              }
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Decodes a buffer to an integer value.\n * @param {Buffer} b The buffer to decode from.\n * @return {number} The decoded integer.\n ",
            "start": 5064,
            "end": 5201,
            "loc": {
              "start": {
                "line": 173,
                "column": 0
              },
              "end": {
                "line": 177,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Decodes a buffer to a float value.\n * @param {Buffer} b The buffer to decode from.\n * @return {number} The decoded float.\n ",
            "start": 5263,
            "end": 5395,
            "loc": {
              "start": {
                "line": 180,
                "column": 0
              },
              "end": {
                "line": 184,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 5396,
        "end": 5455,
        "loc": {
          "start": {
            "line": 185,
            "column": 0
          },
          "end": {
            "line": 185,
            "column": 59
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 5402,
            "end": 5454,
            "loc": {
              "start": {
                "line": 185,
                "column": 6
              },
              "end": {
                "line": 185,
                "column": 58
              }
            },
            "id": {
              "type": "Identifier",
              "start": 5402,
              "end": 5415,
              "loc": {
                "start": {
                  "line": 185,
                  "column": 6
                },
                "end": {
                  "line": 185,
                  "column": 19
                },
                "identifierName": "decodeAsFloat"
              },
              "name": "decodeAsFloat",
              "leadingComments": null
            },
            "init": {
              "type": "ArrowFunctionExpression",
              "start": 5418,
              "end": 5454,
              "loc": {
                "start": {
                  "line": 185,
                  "column": 22
                },
                "end": {
                  "line": 185,
                  "column": 58
                }
              },
              "id": {
                "type": "Identifier",
                "start": 5402,
                "end": 5415,
                "loc": {
                  "start": {
                    "line": 185,
                    "column": 6
                  },
                  "end": {
                    "line": 185,
                    "column": 19
                  },
                  "identifierName": "decodeAsFloat"
                },
                "name": "decodeAsFloat",
                "leadingComments": null
              },
              "generator": false,
              "expression": true,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 5419,
                  "end": 5420,
                  "loc": {
                    "start": {
                      "line": 185,
                      "column": 23
                    },
                    "end": {
                      "line": 185,
                      "column": 24
                    },
                    "identifierName": "b"
                  },
                  "name": "b"
                }
              ],
              "body": {
                "type": "CallExpression",
                "start": 5425,
                "end": 5454,
                "loc": {
                  "start": {
                    "line": 185,
                    "column": 29
                  },
                  "end": {
                    "line": 185,
                    "column": 58
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 5425,
                  "end": 5435,
                  "loc": {
                    "start": {
                      "line": 185,
                      "column": 29
                    },
                    "end": {
                      "line": 185,
                      "column": 39
                    },
                    "identifierName": "parseFloat"
                  },
                  "name": "parseFloat"
                },
                "arguments": [
                  {
                    "type": "CallExpression",
                    "start": 5436,
                    "end": 5453,
                    "loc": {
                      "start": {
                        "line": 185,
                        "column": 40
                      },
                      "end": {
                        "line": 185,
                        "column": 57
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 5436,
                      "end": 5450,
                      "loc": {
                        "start": {
                          "line": 185,
                          "column": 40
                        },
                        "end": {
                          "line": 185,
                          "column": 54
                        },
                        "identifierName": "decodeAsString"
                      },
                      "name": "decodeAsString"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 5451,
                        "end": 5452,
                        "loc": {
                          "start": {
                            "line": 185,
                            "column": 55
                          },
                          "end": {
                            "line": 185,
                            "column": 56
                          },
                          "identifierName": "b"
                        },
                        "name": "b"
                      }
                    ]
                  }
                ]
              }
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Decodes a buffer to a float value.\n * @param {Buffer} b The buffer to decode from.\n * @return {number} The decoded float.\n ",
            "start": 5263,
            "end": 5395,
            "loc": {
              "start": {
                "line": 180,
                "column": 0
              },
              "end": {
                "line": 184,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Decodes a buffer using JSON.\n * @param {Buffer} b The buffer to decode from.\n * @return {*} The decoded value, most likely an Object.\n ",
            "start": 5457,
            "end": 5601,
            "loc": {
              "start": {
                "line": 187,
                "column": 0
              },
              "end": {
                "line": 191,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 5602,
        "end": 5655,
        "loc": {
          "start": {
            "line": 192,
            "column": 0
          },
          "end": {
            "line": 192,
            "column": 53
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 5608,
            "end": 5654,
            "loc": {
              "start": {
                "line": 192,
                "column": 6
              },
              "end": {
                "line": 192,
                "column": 52
              }
            },
            "id": {
              "type": "Identifier",
              "start": 5608,
              "end": 5620,
              "loc": {
                "start": {
                  "line": 192,
                  "column": 6
                },
                "end": {
                  "line": 192,
                  "column": 18
                },
                "identifierName": "decodeAsJson"
              },
              "name": "decodeAsJson",
              "leadingComments": null
            },
            "init": {
              "type": "ArrowFunctionExpression",
              "start": 5623,
              "end": 5654,
              "loc": {
                "start": {
                  "line": 192,
                  "column": 21
                },
                "end": {
                  "line": 192,
                  "column": 52
                }
              },
              "id": {
                "type": "Identifier",
                "start": 5608,
                "end": 5620,
                "loc": {
                  "start": {
                    "line": 192,
                    "column": 6
                  },
                  "end": {
                    "line": 192,
                    "column": 18
                  },
                  "identifierName": "decodeAsJson"
                },
                "name": "decodeAsJson",
                "leadingComments": null
              },
              "generator": false,
              "expression": true,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 5624,
                  "end": 5625,
                  "loc": {
                    "start": {
                      "line": 192,
                      "column": 22
                    },
                    "end": {
                      "line": 192,
                      "column": 23
                    },
                    "identifierName": "b"
                  },
                  "name": "b"
                }
              ],
              "body": {
                "type": "CallExpression",
                "start": 5630,
                "end": 5654,
                "loc": {
                  "start": {
                    "line": 192,
                    "column": 28
                  },
                  "end": {
                    "line": 192,
                    "column": 52
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 5630,
                  "end": 5640,
                  "loc": {
                    "start": {
                      "line": 192,
                      "column": 28
                    },
                    "end": {
                      "line": 192,
                      "column": 38
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 5630,
                    "end": 5634,
                    "loc": {
                      "start": {
                        "line": 192,
                        "column": 28
                      },
                      "end": {
                        "line": 192,
                        "column": 32
                      },
                      "identifierName": "JSON"
                    },
                    "name": "JSON"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5635,
                    "end": 5640,
                    "loc": {
                      "start": {
                        "line": 192,
                        "column": 33
                      },
                      "end": {
                        "line": 192,
                        "column": 38
                      },
                      "identifierName": "parse"
                    },
                    "name": "parse"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "CallExpression",
                    "start": 5641,
                    "end": 5653,
                    "loc": {
                      "start": {
                        "line": 192,
                        "column": 39
                      },
                      "end": {
                        "line": 192,
                        "column": 51
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 5641,
                      "end": 5651,
                      "loc": {
                        "start": {
                          "line": 192,
                          "column": 39
                        },
                        "end": {
                          "line": 192,
                          "column": 49
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 5641,
                        "end": 5642,
                        "loc": {
                          "start": {
                            "line": 192,
                            "column": 39
                          },
                          "end": {
                            "line": 192,
                            "column": 40
                          },
                          "identifierName": "b"
                        },
                        "name": "b"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5643,
                        "end": 5651,
                        "loc": {
                          "start": {
                            "line": 192,
                            "column": 41
                          },
                          "end": {
                            "line": 192,
                            "column": 49
                          },
                          "identifierName": "toString"
                        },
                        "name": "toString"
                      },
                      "computed": false
                    },
                    "arguments": []
                  }
                ]
              }
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Decodes a buffer using JSON.\n * @param {Buffer} b The buffer to decode from.\n * @return {*} The decoded value, most likely an Object.\n ",
            "start": 5457,
            "end": 5601,
            "loc": {
              "start": {
                "line": 187,
                "column": 0
              },
              "end": {
                "line": 191,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Mapping functions that return raw values for a stored value of the given type.\n * @type {Map<node-opcua~DataType, function>}\n ",
            "start": 5657,
            "end": 5792,
            "loc": {
              "start": {
                "line": 194,
                "column": 0
              },
              "end": {
                "line": 197,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 5793,
        "end": 6788,
        "loc": {
          "start": {
            "line": 198,
            "column": 0
          },
          "end": {
            "line": 225,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 5799,
            "end": 6787,
            "loc": {
              "start": {
                "line": 198,
                "column": 6
              },
              "end": {
                "line": 225,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 5799,
              "end": 5813,
              "loc": {
                "start": {
                  "line": 198,
                  "column": 6
                },
                "end": {
                  "line": 198,
                  "column": 20
                },
                "identifierName": "decodeRawValue"
              },
              "name": "decodeRawValue",
              "leadingComments": null
            },
            "init": {
              "type": "ObjectExpression",
              "start": 5816,
              "end": 6787,
              "loc": {
                "start": {
                  "line": 198,
                  "column": 23
                },
                "end": {
                  "line": 225,
                  "column": 1
                }
              },
              "properties": [
                {
                  "type": "ObjectProperty",
                  "start": 5820,
                  "end": 5847,
                  "loc": {
                    "start": {
                      "line": 199,
                      "column": 2
                    },
                    "end": {
                      "line": 199,
                      "column": 29
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 5821,
                    "end": 5834,
                    "loc": {
                      "start": {
                        "line": 199,
                        "column": 3
                      },
                      "end": {
                        "line": 199,
                        "column": 16
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 5821,
                      "end": 5829,
                      "loc": {
                        "start": {
                          "line": 199,
                          "column": 3
                        },
                        "end": {
                          "line": 199,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5830,
                      "end": 5834,
                      "loc": {
                        "start": {
                          "line": 199,
                          "column": 12
                        },
                        "end": {
                          "line": 199,
                          "column": 16
                        },
                        "identifierName": "Null"
                      },
                      "name": "Null"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 5837,
                    "end": 5847,
                    "loc": {
                      "start": {
                        "line": 199,
                        "column": 19
                      },
                      "end": {
                        "line": 199,
                        "column": 29
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": true,
                    "async": false,
                    "params": [],
                    "body": {
                      "type": "NullLiteral",
                      "start": 5843,
                      "end": 5847,
                      "loc": {
                        "start": {
                          "line": 199,
                          "column": 25
                        },
                        "end": {
                          "line": 199,
                          "column": 29
                        }
                      }
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 5851,
                  "end": 5906,
                  "loc": {
                    "start": {
                      "line": 200,
                      "column": 2
                    },
                    "end": {
                      "line": 200,
                      "column": 57
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 5852,
                    "end": 5868,
                    "loc": {
                      "start": {
                        "line": 200,
                        "column": 3
                      },
                      "end": {
                        "line": 200,
                        "column": 19
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 5852,
                      "end": 5860,
                      "loc": {
                        "start": {
                          "line": 200,
                          "column": 3
                        },
                        "end": {
                          "line": 200,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5861,
                      "end": 5868,
                      "loc": {
                        "start": {
                          "line": 200,
                          "column": 12
                        },
                        "end": {
                          "line": 200,
                          "column": 19
                        },
                        "identifierName": "Boolean"
                      },
                      "name": "Boolean"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 5871,
                    "end": 5906,
                    "loc": {
                      "start": {
                        "line": 200,
                        "column": 22
                      },
                      "end": {
                        "line": 200,
                        "column": 57
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": true,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 5872,
                        "end": 5873,
                        "loc": {
                          "start": {
                            "line": 200,
                            "column": 23
                          },
                          "end": {
                            "line": 200,
                            "column": 24
                          },
                          "identifierName": "b"
                        },
                        "name": "b"
                      }
                    ],
                    "body": {
                      "type": "BinaryExpression",
                      "start": 5878,
                      "end": 5906,
                      "loc": {
                        "start": {
                          "line": 200,
                          "column": 29
                        },
                        "end": {
                          "line": 200,
                          "column": 57
                        }
                      },
                      "left": {
                        "type": "CallExpression",
                        "start": 5878,
                        "end": 5895,
                        "loc": {
                          "start": {
                            "line": 200,
                            "column": 29
                          },
                          "end": {
                            "line": 200,
                            "column": 46
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 5878,
                          "end": 5892,
                          "loc": {
                            "start": {
                              "line": 200,
                              "column": 29
                            },
                            "end": {
                              "line": 200,
                              "column": 43
                            },
                            "identifierName": "decodeAsString"
                          },
                          "name": "decodeAsString"
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 5893,
                            "end": 5894,
                            "loc": {
                              "start": {
                                "line": 200,
                                "column": 44
                              },
                              "end": {
                                "line": 200,
                                "column": 45
                              },
                              "identifierName": "b"
                            },
                            "name": "b"
                          }
                        ]
                      },
                      "operator": "===",
                      "right": {
                        "type": "StringLiteral",
                        "start": 5900,
                        "end": 5906,
                        "loc": {
                          "start": {
                            "line": 200,
                            "column": 51
                          },
                          "end": {
                            "line": 200,
                            "column": 57
                          }
                        },
                        "extra": {
                          "rawValue": "true",
                          "raw": "'true'"
                        },
                        "value": "true"
                      }
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 5910,
                  "end": 5939,
                  "loc": {
                    "start": {
                      "line": 201,
                      "column": 2
                    },
                    "end": {
                      "line": 201,
                      "column": 31
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 5911,
                    "end": 5925,
                    "loc": {
                      "start": {
                        "line": 201,
                        "column": 3
                      },
                      "end": {
                        "line": 201,
                        "column": 17
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 5911,
                      "end": 5919,
                      "loc": {
                        "start": {
                          "line": 201,
                          "column": 3
                        },
                        "end": {
                          "line": 201,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5920,
                      "end": 5925,
                      "loc": {
                        "start": {
                          "line": 201,
                          "column": 12
                        },
                        "end": {
                          "line": 201,
                          "column": 17
                        },
                        "identifierName": "SByte"
                      },
                      "name": "SByte"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 5928,
                    "end": 5939,
                    "loc": {
                      "start": {
                        "line": 201,
                        "column": 20
                      },
                      "end": {
                        "line": 201,
                        "column": 31
                      },
                      "identifierName": "decodeAsInt"
                    },
                    "name": "decodeAsInt"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 5943,
                  "end": 5971,
                  "loc": {
                    "start": {
                      "line": 202,
                      "column": 2
                    },
                    "end": {
                      "line": 202,
                      "column": 30
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 5944,
                    "end": 5957,
                    "loc": {
                      "start": {
                        "line": 202,
                        "column": 3
                      },
                      "end": {
                        "line": 202,
                        "column": 16
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 5944,
                      "end": 5952,
                      "loc": {
                        "start": {
                          "line": 202,
                          "column": 3
                        },
                        "end": {
                          "line": 202,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5953,
                      "end": 5957,
                      "loc": {
                        "start": {
                          "line": 202,
                          "column": 12
                        },
                        "end": {
                          "line": 202,
                          "column": 16
                        },
                        "identifierName": "Byte"
                      },
                      "name": "Byte"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 5960,
                    "end": 5971,
                    "loc": {
                      "start": {
                        "line": 202,
                        "column": 19
                      },
                      "end": {
                        "line": 202,
                        "column": 30
                      },
                      "identifierName": "decodeAsInt"
                    },
                    "name": "decodeAsInt"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 5975,
                  "end": 6004,
                  "loc": {
                    "start": {
                      "line": 203,
                      "column": 2
                    },
                    "end": {
                      "line": 203,
                      "column": 31
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 5976,
                    "end": 5990,
                    "loc": {
                      "start": {
                        "line": 203,
                        "column": 3
                      },
                      "end": {
                        "line": 203,
                        "column": 17
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 5976,
                      "end": 5984,
                      "loc": {
                        "start": {
                          "line": 203,
                          "column": 3
                        },
                        "end": {
                          "line": 203,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5985,
                      "end": 5990,
                      "loc": {
                        "start": {
                          "line": 203,
                          "column": 12
                        },
                        "end": {
                          "line": 203,
                          "column": 17
                        },
                        "identifierName": "Int16"
                      },
                      "name": "Int16"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 5993,
                    "end": 6004,
                    "loc": {
                      "start": {
                        "line": 203,
                        "column": 20
                      },
                      "end": {
                        "line": 203,
                        "column": 31
                      },
                      "identifierName": "decodeAsInt"
                    },
                    "name": "decodeAsInt"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6008,
                  "end": 6038,
                  "loc": {
                    "start": {
                      "line": 204,
                      "column": 2
                    },
                    "end": {
                      "line": 204,
                      "column": 32
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6009,
                    "end": 6024,
                    "loc": {
                      "start": {
                        "line": 204,
                        "column": 3
                      },
                      "end": {
                        "line": 204,
                        "column": 18
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6009,
                      "end": 6017,
                      "loc": {
                        "start": {
                          "line": 204,
                          "column": 3
                        },
                        "end": {
                          "line": 204,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6018,
                      "end": 6024,
                      "loc": {
                        "start": {
                          "line": 204,
                          "column": 12
                        },
                        "end": {
                          "line": 204,
                          "column": 18
                        },
                        "identifierName": "UInt16"
                      },
                      "name": "UInt16"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6027,
                    "end": 6038,
                    "loc": {
                      "start": {
                        "line": 204,
                        "column": 21
                      },
                      "end": {
                        "line": 204,
                        "column": 32
                      },
                      "identifierName": "decodeAsInt"
                    },
                    "name": "decodeAsInt"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6042,
                  "end": 6071,
                  "loc": {
                    "start": {
                      "line": 205,
                      "column": 2
                    },
                    "end": {
                      "line": 205,
                      "column": 31
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6043,
                    "end": 6057,
                    "loc": {
                      "start": {
                        "line": 205,
                        "column": 3
                      },
                      "end": {
                        "line": 205,
                        "column": 17
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6043,
                      "end": 6051,
                      "loc": {
                        "start": {
                          "line": 205,
                          "column": 3
                        },
                        "end": {
                          "line": 205,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6052,
                      "end": 6057,
                      "loc": {
                        "start": {
                          "line": 205,
                          "column": 12
                        },
                        "end": {
                          "line": 205,
                          "column": 17
                        },
                        "identifierName": "Int32"
                      },
                      "name": "Int32"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6060,
                    "end": 6071,
                    "loc": {
                      "start": {
                        "line": 205,
                        "column": 20
                      },
                      "end": {
                        "line": 205,
                        "column": 31
                      },
                      "identifierName": "decodeAsInt"
                    },
                    "name": "decodeAsInt"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6075,
                  "end": 6105,
                  "loc": {
                    "start": {
                      "line": 206,
                      "column": 2
                    },
                    "end": {
                      "line": 206,
                      "column": 32
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6076,
                    "end": 6091,
                    "loc": {
                      "start": {
                        "line": 206,
                        "column": 3
                      },
                      "end": {
                        "line": 206,
                        "column": 18
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6076,
                      "end": 6084,
                      "loc": {
                        "start": {
                          "line": 206,
                          "column": 3
                        },
                        "end": {
                          "line": 206,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6085,
                      "end": 6091,
                      "loc": {
                        "start": {
                          "line": 206,
                          "column": 12
                        },
                        "end": {
                          "line": 206,
                          "column": 18
                        },
                        "identifierName": "UInt32"
                      },
                      "name": "UInt32"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6094,
                    "end": 6105,
                    "loc": {
                      "start": {
                        "line": 206,
                        "column": 21
                      },
                      "end": {
                        "line": 206,
                        "column": 32
                      },
                      "identifierName": "decodeAsInt"
                    },
                    "name": "decodeAsInt"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6109,
                  "end": 6139,
                  "loc": {
                    "start": {
                      "line": 207,
                      "column": 2
                    },
                    "end": {
                      "line": 207,
                      "column": 32
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6110,
                    "end": 6124,
                    "loc": {
                      "start": {
                        "line": 207,
                        "column": 3
                      },
                      "end": {
                        "line": 207,
                        "column": 17
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6110,
                      "end": 6118,
                      "loc": {
                        "start": {
                          "line": 207,
                          "column": 3
                        },
                        "end": {
                          "line": 207,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6119,
                      "end": 6124,
                      "loc": {
                        "start": {
                          "line": 207,
                          "column": 12
                        },
                        "end": {
                          "line": 207,
                          "column": 17
                        },
                        "identifierName": "Int64"
                      },
                      "name": "Int64"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6127,
                    "end": 6139,
                    "loc": {
                      "start": {
                        "line": 207,
                        "column": 20
                      },
                      "end": {
                        "line": 207,
                        "column": 32
                      },
                      "identifierName": "decodeAsJson"
                    },
                    "name": "decodeAsJson"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6143,
                  "end": 6174,
                  "loc": {
                    "start": {
                      "line": 208,
                      "column": 2
                    },
                    "end": {
                      "line": 208,
                      "column": 33
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6144,
                    "end": 6159,
                    "loc": {
                      "start": {
                        "line": 208,
                        "column": 3
                      },
                      "end": {
                        "line": 208,
                        "column": 18
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6144,
                      "end": 6152,
                      "loc": {
                        "start": {
                          "line": 208,
                          "column": 3
                        },
                        "end": {
                          "line": 208,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6153,
                      "end": 6159,
                      "loc": {
                        "start": {
                          "line": 208,
                          "column": 12
                        },
                        "end": {
                          "line": 208,
                          "column": 18
                        },
                        "identifierName": "UInt64"
                      },
                      "name": "UInt64"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6162,
                    "end": 6174,
                    "loc": {
                      "start": {
                        "line": 208,
                        "column": 21
                      },
                      "end": {
                        "line": 208,
                        "column": 33
                      },
                      "identifierName": "decodeAsJson"
                    },
                    "name": "decodeAsJson"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6178,
                  "end": 6209,
                  "loc": {
                    "start": {
                      "line": 209,
                      "column": 2
                    },
                    "end": {
                      "line": 209,
                      "column": 33
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6179,
                    "end": 6193,
                    "loc": {
                      "start": {
                        "line": 209,
                        "column": 3
                      },
                      "end": {
                        "line": 209,
                        "column": 17
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6179,
                      "end": 6187,
                      "loc": {
                        "start": {
                          "line": 209,
                          "column": 3
                        },
                        "end": {
                          "line": 209,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6188,
                      "end": 6193,
                      "loc": {
                        "start": {
                          "line": 209,
                          "column": 12
                        },
                        "end": {
                          "line": 209,
                          "column": 17
                        },
                        "identifierName": "Float"
                      },
                      "name": "Float"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6196,
                    "end": 6209,
                    "loc": {
                      "start": {
                        "line": 209,
                        "column": 20
                      },
                      "end": {
                        "line": 209,
                        "column": 33
                      },
                      "identifierName": "decodeAsFloat"
                    },
                    "name": "decodeAsFloat"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6213,
                  "end": 6245,
                  "loc": {
                    "start": {
                      "line": 210,
                      "column": 2
                    },
                    "end": {
                      "line": 210,
                      "column": 34
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6214,
                    "end": 6229,
                    "loc": {
                      "start": {
                        "line": 210,
                        "column": 3
                      },
                      "end": {
                        "line": 210,
                        "column": 18
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6214,
                      "end": 6222,
                      "loc": {
                        "start": {
                          "line": 210,
                          "column": 3
                        },
                        "end": {
                          "line": 210,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6223,
                      "end": 6229,
                      "loc": {
                        "start": {
                          "line": 210,
                          "column": 12
                        },
                        "end": {
                          "line": 210,
                          "column": 18
                        },
                        "identifierName": "Double"
                      },
                      "name": "Double"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6232,
                    "end": 6245,
                    "loc": {
                      "start": {
                        "line": 210,
                        "column": 21
                      },
                      "end": {
                        "line": 210,
                        "column": 34
                      },
                      "identifierName": "decodeAsFloat"
                    },
                    "name": "decodeAsFloat"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6249,
                  "end": 6282,
                  "loc": {
                    "start": {
                      "line": 211,
                      "column": 2
                    },
                    "end": {
                      "line": 211,
                      "column": 35
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6250,
                    "end": 6265,
                    "loc": {
                      "start": {
                        "line": 211,
                        "column": 3
                      },
                      "end": {
                        "line": 211,
                        "column": 18
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6250,
                      "end": 6258,
                      "loc": {
                        "start": {
                          "line": 211,
                          "column": 3
                        },
                        "end": {
                          "line": 211,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6259,
                      "end": 6265,
                      "loc": {
                        "start": {
                          "line": 211,
                          "column": 12
                        },
                        "end": {
                          "line": 211,
                          "column": 18
                        },
                        "identifierName": "String"
                      },
                      "name": "String"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6268,
                    "end": 6282,
                    "loc": {
                      "start": {
                        "line": 211,
                        "column": 21
                      },
                      "end": {
                        "line": 211,
                        "column": 35
                      },
                      "identifierName": "decodeAsString"
                    },
                    "name": "decodeAsString"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6286,
                  "end": 6321,
                  "loc": {
                    "start": {
                      "line": 212,
                      "column": 2
                    },
                    "end": {
                      "line": 212,
                      "column": 37
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6287,
                    "end": 6304,
                    "loc": {
                      "start": {
                        "line": 212,
                        "column": 3
                      },
                      "end": {
                        "line": 212,
                        "column": 20
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6287,
                      "end": 6295,
                      "loc": {
                        "start": {
                          "line": 212,
                          "column": 3
                        },
                        "end": {
                          "line": 212,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6296,
                      "end": 6304,
                      "loc": {
                        "start": {
                          "line": 212,
                          "column": 12
                        },
                        "end": {
                          "line": 212,
                          "column": 20
                        },
                        "identifierName": "DateTime"
                      },
                      "name": "DateTime"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6307,
                    "end": 6321,
                    "loc": {
                      "start": {
                        "line": 212,
                        "column": 23
                      },
                      "end": {
                        "line": 212,
                        "column": 37
                      },
                      "identifierName": "decodeAsString"
                    },
                    "name": "decodeAsString"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6325,
                  "end": 6356,
                  "loc": {
                    "start": {
                      "line": 213,
                      "column": 2
                    },
                    "end": {
                      "line": 213,
                      "column": 33
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6326,
                    "end": 6339,
                    "loc": {
                      "start": {
                        "line": 213,
                        "column": 3
                      },
                      "end": {
                        "line": 213,
                        "column": 16
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6326,
                      "end": 6334,
                      "loc": {
                        "start": {
                          "line": 213,
                          "column": 3
                        },
                        "end": {
                          "line": 213,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6335,
                      "end": 6339,
                      "loc": {
                        "start": {
                          "line": 213,
                          "column": 12
                        },
                        "end": {
                          "line": 213,
                          "column": 16
                        },
                        "identifierName": "Guid"
                      },
                      "name": "Guid"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6342,
                    "end": 6356,
                    "loc": {
                      "start": {
                        "line": 213,
                        "column": 19
                      },
                      "end": {
                        "line": 213,
                        "column": 33
                      },
                      "identifierName": "decodeAsString"
                    },
                    "name": "decodeAsString"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6391,
                  "end": 6428,
                  "loc": {
                    "start": {
                      "line": 215,
                      "column": 2
                    },
                    "end": {
                      "line": 215,
                      "column": 39
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6392,
                    "end": 6411,
                    "loc": {
                      "start": {
                        "line": 215,
                        "column": 3
                      },
                      "end": {
                        "line": 215,
                        "column": 22
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6392,
                      "end": 6400,
                      "loc": {
                        "start": {
                          "line": 215,
                          "column": 3
                        },
                        "end": {
                          "line": 215,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType",
                      "leadingComments": null
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6401,
                      "end": 6411,
                      "loc": {
                        "start": {
                          "line": 215,
                          "column": 12
                        },
                        "end": {
                          "line": 215,
                          "column": 22
                        },
                        "identifierName": "XmlElement"
                      },
                      "name": "XmlElement"
                    },
                    "computed": false,
                    "leadingComments": null
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6414,
                    "end": 6428,
                    "loc": {
                      "start": {
                        "line": 215,
                        "column": 25
                      },
                      "end": {
                        "line": 215,
                        "column": 39
                      },
                      "identifierName": "decodeAsString"
                    },
                    "name": "decodeAsString"
                  },
                  "leadingComments": [
                    {
                      "type": "CommentLine",
                      "value": " ByteString maps to Buffer",
                      "start": 6360,
                      "end": 6388,
                      "loc": {
                        "start": {
                          "line": 214,
                          "column": 2
                        },
                        "end": {
                          "line": 214,
                          "column": 30
                        }
                      }
                    }
                  ]
                },
                {
                  "type": "ObjectProperty",
                  "start": 6432,
                  "end": 6465,
                  "loc": {
                    "start": {
                      "line": 216,
                      "column": 2
                    },
                    "end": {
                      "line": 216,
                      "column": 35
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6433,
                    "end": 6448,
                    "loc": {
                      "start": {
                        "line": 216,
                        "column": 3
                      },
                      "end": {
                        "line": 216,
                        "column": 18
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6433,
                      "end": 6441,
                      "loc": {
                        "start": {
                          "line": 216,
                          "column": 3
                        },
                        "end": {
                          "line": 216,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6442,
                      "end": 6448,
                      "loc": {
                        "start": {
                          "line": 216,
                          "column": 12
                        },
                        "end": {
                          "line": 216,
                          "column": 18
                        },
                        "identifierName": "NodeId"
                      },
                      "name": "NodeId"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6451,
                    "end": 6465,
                    "loc": {
                      "start": {
                        "line": 216,
                        "column": 21
                      },
                      "end": {
                        "line": 216,
                        "column": 35
                      },
                      "identifierName": "decodeAsString"
                    },
                    "name": "decodeAsString"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6469,
                  "end": 6510,
                  "loc": {
                    "start": {
                      "line": 217,
                      "column": 2
                    },
                    "end": {
                      "line": 217,
                      "column": 43
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6470,
                    "end": 6493,
                    "loc": {
                      "start": {
                        "line": 217,
                        "column": 3
                      },
                      "end": {
                        "line": 217,
                        "column": 26
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6470,
                      "end": 6478,
                      "loc": {
                        "start": {
                          "line": 217,
                          "column": 3
                        },
                        "end": {
                          "line": 217,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6479,
                      "end": 6493,
                      "loc": {
                        "start": {
                          "line": 217,
                          "column": 12
                        },
                        "end": {
                          "line": 217,
                          "column": 26
                        },
                        "identifierName": "ExpandedNodeId"
                      },
                      "name": "ExpandedNodeId"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6496,
                    "end": 6510,
                    "loc": {
                      "start": {
                        "line": 217,
                        "column": 29
                      },
                      "end": {
                        "line": 217,
                        "column": 43
                      },
                      "identifierName": "decodeAsString"
                    },
                    "name": "decodeAsString"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6514,
                  "end": 6551,
                  "loc": {
                    "start": {
                      "line": 218,
                      "column": 2
                    },
                    "end": {
                      "line": 218,
                      "column": 39
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6515,
                    "end": 6534,
                    "loc": {
                      "start": {
                        "line": 218,
                        "column": 3
                      },
                      "end": {
                        "line": 218,
                        "column": 22
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6515,
                      "end": 6523,
                      "loc": {
                        "start": {
                          "line": 218,
                          "column": 3
                        },
                        "end": {
                          "line": 218,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6524,
                      "end": 6534,
                      "loc": {
                        "start": {
                          "line": 218,
                          "column": 12
                        },
                        "end": {
                          "line": 218,
                          "column": 22
                        },
                        "identifierName": "StatusCode"
                      },
                      "name": "StatusCode"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6537,
                    "end": 6551,
                    "loc": {
                      "start": {
                        "line": 218,
                        "column": 25
                      },
                      "end": {
                        "line": 218,
                        "column": 39
                      },
                      "identifierName": "decodeAsString"
                    },
                    "name": "decodeAsString"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6555,
                  "end": 6593,
                  "loc": {
                    "start": {
                      "line": 219,
                      "column": 2
                    },
                    "end": {
                      "line": 219,
                      "column": 40
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6556,
                    "end": 6578,
                    "loc": {
                      "start": {
                        "line": 219,
                        "column": 3
                      },
                      "end": {
                        "line": 219,
                        "column": 25
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6556,
                      "end": 6564,
                      "loc": {
                        "start": {
                          "line": 219,
                          "column": 3
                        },
                        "end": {
                          "line": 219,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6565,
                      "end": 6578,
                      "loc": {
                        "start": {
                          "line": 219,
                          "column": 12
                        },
                        "end": {
                          "line": 219,
                          "column": 25
                        },
                        "identifierName": "QualifiedName"
                      },
                      "name": "QualifiedName"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6581,
                    "end": 6593,
                    "loc": {
                      "start": {
                        "line": 219,
                        "column": 28
                      },
                      "end": {
                        "line": 219,
                        "column": 40
                      },
                      "identifierName": "decodeAsJson"
                    },
                    "name": "decodeAsJson"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6597,
                  "end": 6635,
                  "loc": {
                    "start": {
                      "line": 220,
                      "column": 2
                    },
                    "end": {
                      "line": 220,
                      "column": 40
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6598,
                    "end": 6620,
                    "loc": {
                      "start": {
                        "line": 220,
                        "column": 3
                      },
                      "end": {
                        "line": 220,
                        "column": 25
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6598,
                      "end": 6606,
                      "loc": {
                        "start": {
                          "line": 220,
                          "column": 3
                        },
                        "end": {
                          "line": 220,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6607,
                      "end": 6620,
                      "loc": {
                        "start": {
                          "line": 220,
                          "column": 12
                        },
                        "end": {
                          "line": 220,
                          "column": 25
                        },
                        "identifierName": "LocalizedText"
                      },
                      "name": "LocalizedText"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6623,
                    "end": 6635,
                    "loc": {
                      "start": {
                        "line": 220,
                        "column": 28
                      },
                      "end": {
                        "line": 220,
                        "column": 40
                      },
                      "identifierName": "decodeAsJson"
                    },
                    "name": "decodeAsJson"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6671,
                  "end": 6705,
                  "loc": {
                    "start": {
                      "line": 222,
                      "column": 2
                    },
                    "end": {
                      "line": 222,
                      "column": 36
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6672,
                    "end": 6690,
                    "loc": {
                      "start": {
                        "line": 222,
                        "column": 3
                      },
                      "end": {
                        "line": 222,
                        "column": 21
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6672,
                      "end": 6680,
                      "loc": {
                        "start": {
                          "line": 222,
                          "column": 3
                        },
                        "end": {
                          "line": 222,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType",
                      "leadingComments": null
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6681,
                      "end": 6690,
                      "loc": {
                        "start": {
                          "line": 222,
                          "column": 12
                        },
                        "end": {
                          "line": 222,
                          "column": 21
                        },
                        "identifierName": "DataValue"
                      },
                      "name": "DataValue"
                    },
                    "computed": false,
                    "leadingComments": null
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6693,
                    "end": 6705,
                    "loc": {
                      "start": {
                        "line": 222,
                        "column": 24
                      },
                      "end": {
                        "line": 222,
                        "column": 36
                      },
                      "identifierName": "decodeAsJson"
                    },
                    "name": "decodeAsJson"
                  },
                  "leadingComments": [
                    {
                      "type": "CommentLine",
                      "value": " FIXME: Add ExtensionObject",
                      "start": 6639,
                      "end": 6668,
                      "loc": {
                        "start": {
                          "line": 221,
                          "column": 2
                        },
                        "end": {
                          "line": 221,
                          "column": 31
                        }
                      }
                    }
                  ]
                },
                {
                  "type": "ObjectProperty",
                  "start": 6709,
                  "end": 6741,
                  "loc": {
                    "start": {
                      "line": 223,
                      "column": 2
                    },
                    "end": {
                      "line": 223,
                      "column": 34
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6710,
                    "end": 6726,
                    "loc": {
                      "start": {
                        "line": 223,
                        "column": 3
                      },
                      "end": {
                        "line": 223,
                        "column": 19
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6710,
                      "end": 6718,
                      "loc": {
                        "start": {
                          "line": 223,
                          "column": 3
                        },
                        "end": {
                          "line": 223,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6719,
                      "end": 6726,
                      "loc": {
                        "start": {
                          "line": 223,
                          "column": 12
                        },
                        "end": {
                          "line": 223,
                          "column": 19
                        },
                        "identifierName": "Variant"
                      },
                      "name": "Variant"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6729,
                    "end": 6741,
                    "loc": {
                      "start": {
                        "line": 223,
                        "column": 22
                      },
                      "end": {
                        "line": 223,
                        "column": 34
                      },
                      "identifierName": "decodeAsJson"
                    },
                    "name": "decodeAsJson"
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6745,
                  "end": 6784,
                  "loc": {
                    "start": {
                      "line": 224,
                      "column": 2
                    },
                    "end": {
                      "line": 224,
                      "column": 41
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6746,
                    "end": 6769,
                    "loc": {
                      "start": {
                        "line": 224,
                        "column": 3
                      },
                      "end": {
                        "line": 224,
                        "column": 26
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6746,
                      "end": 6754,
                      "loc": {
                        "start": {
                          "line": 224,
                          "column": 3
                        },
                        "end": {
                          "line": 224,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6755,
                      "end": 6769,
                      "loc": {
                        "start": {
                          "line": 224,
                          "column": 12
                        },
                        "end": {
                          "line": 224,
                          "column": 26
                        },
                        "identifierName": "DiagnosticInfo"
                      },
                      "name": "DiagnosticInfo"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 6772,
                    "end": 6784,
                    "loc": {
                      "start": {
                        "line": 224,
                        "column": 29
                      },
                      "end": {
                        "line": 224,
                        "column": 41
                      },
                      "identifierName": "decodeAsJson"
                    },
                    "name": "decodeAsJson"
                  }
                }
              ]
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Mapping functions that return raw values for a stored value of the given type.\n * @type {Map<node-opcua~DataType, function>}\n ",
            "start": 5657,
            "end": 5792,
            "loc": {
              "start": {
                "line": 194,
                "column": 0
              },
              "end": {
                "line": 197,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Mapping functions that return OPC-UA node values for raw values.\n * @type {Map<node-opcua~DataType, function>}\n ",
            "start": 6790,
            "end": 6911,
            "loc": {
              "start": {
                "line": 227,
                "column": 0
              },
              "end": {
                "line": 230,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 6912,
        "end": 8955,
        "loc": {
          "start": {
            "line": 231,
            "column": 0
          },
          "end": {
            "line": 293,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 6918,
            "end": 8954,
            "loc": {
              "start": {
                "line": 231,
                "column": 6
              },
              "end": {
                "line": 293,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 6918,
              "end": 6929,
              "loc": {
                "start": {
                  "line": 231,
                  "column": 6
                },
                "end": {
                  "line": 231,
                  "column": 17
                },
                "identifierName": "toNodeValue"
              },
              "name": "toNodeValue",
              "leadingComments": null
            },
            "init": {
              "type": "ObjectExpression",
              "start": 6932,
              "end": 8954,
              "loc": {
                "start": {
                  "line": 231,
                  "column": 20
                },
                "end": {
                  "line": 293,
                  "column": 1
                }
              },
              "properties": [
                {
                  "type": "ObjectProperty",
                  "start": 6936,
                  "end": 6975,
                  "loc": {
                    "start": {
                      "line": 232,
                      "column": 2
                    },
                    "end": {
                      "line": 232,
                      "column": 41
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6937,
                    "end": 6954,
                    "loc": {
                      "start": {
                        "line": 232,
                        "column": 3
                      },
                      "end": {
                        "line": 232,
                        "column": 20
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6937,
                      "end": 6945,
                      "loc": {
                        "start": {
                          "line": 232,
                          "column": 3
                        },
                        "end": {
                          "line": 232,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6946,
                      "end": 6954,
                      "loc": {
                        "start": {
                          "line": 232,
                          "column": 12
                        },
                        "end": {
                          "line": 232,
                          "column": 20
                        },
                        "identifierName": "DateTime"
                      },
                      "name": "DateTime"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 6957,
                    "end": 6975,
                    "loc": {
                      "start": {
                        "line": 232,
                        "column": 23
                      },
                      "end": {
                        "line": 232,
                        "column": 41
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": true,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 6958,
                        "end": 6959,
                        "loc": {
                          "start": {
                            "line": 232,
                            "column": 24
                          },
                          "end": {
                            "line": 232,
                            "column": 25
                          },
                          "identifierName": "s"
                        },
                        "name": "s"
                      }
                    ],
                    "body": {
                      "type": "NewExpression",
                      "start": 6964,
                      "end": 6975,
                      "loc": {
                        "start": {
                          "line": 232,
                          "column": 30
                        },
                        "end": {
                          "line": 232,
                          "column": 41
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 6968,
                        "end": 6972,
                        "loc": {
                          "start": {
                            "line": 232,
                            "column": 34
                          },
                          "end": {
                            "line": 232,
                            "column": 38
                          },
                          "identifierName": "Date"
                        },
                        "name": "Date"
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 6973,
                          "end": 6974,
                          "loc": {
                            "start": {
                              "line": 232,
                              "column": 39
                            },
                            "end": {
                              "line": 232,
                              "column": 40
                            },
                            "identifierName": "s"
                          },
                          "name": "s"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 6979,
                  "end": 7110,
                  "loc": {
                    "start": {
                      "line": 233,
                      "column": 2
                    },
                    "end": {
                      "line": 239,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 6980,
                    "end": 6999,
                    "loc": {
                      "start": {
                        "line": 233,
                        "column": 3
                      },
                      "end": {
                        "line": 233,
                        "column": 22
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6980,
                      "end": 6988,
                      "loc": {
                        "start": {
                          "line": 233,
                          "column": 3
                        },
                        "end": {
                          "line": 233,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6989,
                      "end": 6999,
                      "loc": {
                        "start": {
                          "line": 233,
                          "column": 12
                        },
                        "end": {
                          "line": 233,
                          "column": 22
                        },
                        "identifierName": "ByteString"
                      },
                      "name": "ByteString"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 7002,
                    "end": 7110,
                    "loc": {
                      "start": {
                        "line": 233,
                        "column": 25
                      },
                      "end": {
                        "line": 239,
                        "column": 3
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 7003,
                        "end": 7004,
                        "loc": {
                          "start": {
                            "line": 233,
                            "column": 26
                          },
                          "end": {
                            "line": 233,
                            "column": 27
                          },
                          "identifierName": "b"
                        },
                        "name": "b"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 7009,
                      "end": 7110,
                      "loc": {
                        "start": {
                          "line": 233,
                          "column": 32
                        },
                        "end": {
                          "line": 239,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 7015,
                          "end": 7063,
                          "loc": {
                            "start": {
                              "line": 234,
                              "column": 4
                            },
                            "end": {
                              "line": 236,
                              "column": 5
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 7019,
                            "end": 7038,
                            "loc": {
                              "start": {
                                "line": 234,
                                "column": 8
                              },
                              "end": {
                                "line": 234,
                                "column": 27
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 7019,
                              "end": 7020,
                              "loc": {
                                "start": {
                                  "line": 234,
                                  "column": 8
                                },
                                "end": {
                                  "line": 234,
                                  "column": 9
                                },
                                "identifierName": "b"
                              },
                              "name": "b"
                            },
                            "operator": "instanceof",
                            "right": {
                              "type": "Identifier",
                              "start": 7032,
                              "end": 7038,
                              "loc": {
                                "start": {
                                  "line": 234,
                                  "column": 21
                                },
                                "end": {
                                  "line": 234,
                                  "column": 27
                                },
                                "identifierName": "Buffer"
                              },
                              "name": "Buffer"
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 7040,
                            "end": 7063,
                            "loc": {
                              "start": {
                                "line": 234,
                                "column": 29
                              },
                              "end": {
                                "line": 236,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 7048,
                                "end": 7057,
                                "loc": {
                                  "start": {
                                    "line": 235,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 235,
                                    "column": 15
                                  }
                                },
                                "argument": {
                                  "type": "Identifier",
                                  "start": 7055,
                                  "end": 7056,
                                  "loc": {
                                    "start": {
                                      "line": 235,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 235,
                                      "column": 14
                                    },
                                    "identifierName": "b"
                                  },
                                  "name": "b"
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 7069,
                          "end": 7106,
                          "loc": {
                            "start": {
                              "line": 238,
                              "column": 4
                            },
                            "end": {
                              "line": 238,
                              "column": 41
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 7076,
                            "end": 7105,
                            "loc": {
                              "start": {
                                "line": 238,
                                "column": 11
                              },
                              "end": {
                                "line": 238,
                                "column": 40
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7076,
                              "end": 7087,
                              "loc": {
                                "start": {
                                  "line": 238,
                                  "column": 11
                                },
                                "end": {
                                  "line": 238,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7076,
                                "end": 7082,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 17
                                  },
                                  "identifierName": "Buffer"
                                },
                                "name": "Buffer"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7083,
                                "end": 7087,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 22
                                  },
                                  "identifierName": "from"
                                },
                                "name": "from"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7088,
                                "end": 7094,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7088,
                                  "end": 7089,
                                  "loc": {
                                    "start": {
                                      "line": 238,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 238,
                                      "column": 24
                                    },
                                    "identifierName": "b"
                                  },
                                  "name": "b"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7090,
                                  "end": 7094,
                                  "loc": {
                                    "start": {
                                      "line": 238,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 238,
                                      "column": 29
                                    },
                                    "identifierName": "data"
                                  },
                                  "name": "data"
                                },
                                "computed": false
                              },
                              {
                                "type": "StringLiteral",
                                "start": 7096,
                                "end": 7104,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 39
                                  }
                                },
                                "extra": {
                                  "rawValue": "binary",
                                  "raw": "'binary'"
                                },
                                "value": "binary"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 7114,
                  "end": 7156,
                  "loc": {
                    "start": {
                      "line": 240,
                      "column": 2
                    },
                    "end": {
                      "line": 240,
                      "column": 44
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 7115,
                    "end": 7130,
                    "loc": {
                      "start": {
                        "line": 240,
                        "column": 3
                      },
                      "end": {
                        "line": 240,
                        "column": 18
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 7115,
                      "end": 7123,
                      "loc": {
                        "start": {
                          "line": 240,
                          "column": 3
                        },
                        "end": {
                          "line": 240,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 7124,
                      "end": 7130,
                      "loc": {
                        "start": {
                          "line": 240,
                          "column": 12
                        },
                        "end": {
                          "line": 240,
                          "column": 18
                        },
                        "identifierName": "NodeId"
                      },
                      "name": "NodeId"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 7133,
                    "end": 7156,
                    "loc": {
                      "start": {
                        "line": 240,
                        "column": 21
                      },
                      "end": {
                        "line": 240,
                        "column": 44
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": true,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 7134,
                        "end": 7135,
                        "loc": {
                          "start": {
                            "line": 240,
                            "column": 22
                          },
                          "end": {
                            "line": 240,
                            "column": 23
                          },
                          "identifierName": "s"
                        },
                        "name": "s"
                      }
                    ],
                    "body": {
                      "type": "CallExpression",
                      "start": 7140,
                      "end": 7156,
                      "loc": {
                        "start": {
                          "line": 240,
                          "column": 28
                        },
                        "end": {
                          "line": 240,
                          "column": 44
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 7140,
                        "end": 7153,
                        "loc": {
                          "start": {
                            "line": 240,
                            "column": 28
                          },
                          "end": {
                            "line": 240,
                            "column": 41
                          },
                          "identifierName": "resolveNodeId"
                        },
                        "name": "resolveNodeId"
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 7154,
                          "end": 7155,
                          "loc": {
                            "start": {
                              "line": 240,
                              "column": 42
                            },
                            "end": {
                              "line": 240,
                              "column": 43
                            },
                            "identifierName": "s"
                          },
                          "name": "s"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 7239,
                  "end": 7897,
                  "loc": {
                    "start": {
                      "line": 243,
                      "column": 2
                    },
                    "end": {
                      "line": 263,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 7240,
                    "end": 7263,
                    "loc": {
                      "start": {
                        "line": 243,
                        "column": 3
                      },
                      "end": {
                        "line": 243,
                        "column": 26
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 7240,
                      "end": 7248,
                      "loc": {
                        "start": {
                          "line": 243,
                          "column": 3
                        },
                        "end": {
                          "line": 243,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType",
                      "leadingComments": null
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 7249,
                      "end": 7263,
                      "loc": {
                        "start": {
                          "line": 243,
                          "column": 12
                        },
                        "end": {
                          "line": 243,
                          "column": 26
                        },
                        "identifierName": "ExpandedNodeId"
                      },
                      "name": "ExpandedNodeId"
                    },
                    "computed": false,
                    "leadingComments": null
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 7266,
                    "end": 7897,
                    "loc": {
                      "start": {
                        "line": 243,
                        "column": 29
                      },
                      "end": {
                        "line": 263,
                        "column": 3
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 7267,
                        "end": 7268,
                        "loc": {
                          "start": {
                            "line": 243,
                            "column": 30
                          },
                          "end": {
                            "line": 243,
                            "column": 31
                          },
                          "identifierName": "s"
                        },
                        "name": "s"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 7273,
                      "end": 7897,
                      "loc": {
                        "start": {
                          "line": 243,
                          "column": 36
                        },
                        "end": {
                          "line": 263,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 7279,
                          "end": 7311,
                          "loc": {
                            "start": {
                              "line": 244,
                              "column": 4
                            },
                            "end": {
                              "line": 244,
                              "column": 36
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 7285,
                              "end": 7310,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 10
                                },
                                "end": {
                                  "line": 244,
                                  "column": 35
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 7285,
                                "end": 7291,
                                "loc": {
                                  "start": {
                                    "line": 244,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 244,
                                    "column": 16
                                  },
                                  "identifierName": "nodeId"
                                },
                                "name": "nodeId"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 7294,
                                "end": 7310,
                                "loc": {
                                  "start": {
                                    "line": 244,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 244,
                                    "column": 35
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 7294,
                                  "end": 7307,
                                  "loc": {
                                    "start": {
                                      "line": 244,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 244,
                                      "column": 32
                                    },
                                    "identifierName": "resolveNodeId"
                                  },
                                  "name": "resolveNodeId"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 7308,
                                    "end": 7309,
                                    "loc": {
                                      "start": {
                                        "line": 244,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 244,
                                        "column": 34
                                      },
                                      "identifierName": "s"
                                    },
                                    "name": "s"
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 7316,
                          "end": 7365,
                          "loc": {
                            "start": {
                              "line": 245,
                              "column": 4
                            },
                            "end": {
                              "line": 245,
                              "column": 53
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 7322,
                              "end": 7364,
                              "loc": {
                                "start": {
                                  "line": 245,
                                  "column": 10
                                },
                                "end": {
                                  "line": 245,
                                  "column": 52
                                }
                              },
                              "id": {
                                "type": "ArrayPattern",
                                "start": 7322,
                                "end": 7338,
                                "loc": {
                                  "start": {
                                    "line": 245,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 245,
                                    "column": 26
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "Identifier",
                                    "start": 7323,
                                    "end": 7328,
                                    "loc": {
                                      "start": {
                                        "line": 245,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 245,
                                        "column": 16
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  {
                                    "type": "RestElement",
                                    "start": 7330,
                                    "end": 7337,
                                    "loc": {
                                      "start": {
                                        "line": 245,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 245,
                                        "column": 25
                                      }
                                    },
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 7333,
                                      "end": 7337,
                                      "loc": {
                                        "start": {
                                          "line": 245,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 245,
                                          "column": 25
                                        },
                                        "identifierName": "defs"
                                      },
                                      "name": "defs"
                                    }
                                  }
                                ]
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 7341,
                                "end": 7364,
                                "loc": {
                                  "start": {
                                    "line": 245,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 245,
                                    "column": 52
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7341,
                                  "end": 7359,
                                  "loc": {
                                    "start": {
                                      "line": 245,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 245,
                                      "column": 47
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7341,
                                    "end": 7353,
                                    "loc": {
                                      "start": {
                                        "line": 245,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 245,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7341,
                                      "end": 7347,
                                      "loc": {
                                        "start": {
                                          "line": 245,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 245,
                                          "column": 35
                                        },
                                        "identifierName": "nodeId"
                                      },
                                      "name": "nodeId"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7348,
                                      "end": 7353,
                                      "loc": {
                                        "start": {
                                          "line": 245,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 245,
                                          "column": 41
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7354,
                                    "end": 7359,
                                    "loc": {
                                      "start": {
                                        "line": 245,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 245,
                                        "column": 47
                                      },
                                      "identifierName": "split"
                                    },
                                    "name": "split"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 7360,
                                    "end": 7363,
                                    "loc": {
                                      "start": {
                                        "line": 245,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 245,
                                        "column": 51
                                      }
                                    },
                                    "extra": {
                                      "rawValue": ";",
                                      "raw": "';'"
                                    },
                                    "value": ";"
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 7371,
                          "end": 7800,
                          "loc": {
                            "start": {
                              "line": 247,
                              "column": 4
                            },
                            "end": {
                              "line": 260,
                              "column": 34
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 7377,
                              "end": 7799,
                              "loc": {
                                "start": {
                                  "line": 247,
                                  "column": 10
                                },
                                "end": {
                                  "line": 260,
                                  "column": 33
                                }
                              },
                              "id": {
                                "type": "ObjectPattern",
                                "start": 7377,
                                "end": 7433,
                                "loc": {
                                  "start": {
                                    "line": 247,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 247,
                                    "column": 66
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 7379,
                                    "end": 7393,
                                    "loc": {
                                      "start": {
                                        "line": 247,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 247,
                                        "column": 26
                                      }
                                    },
                                    "method": false,
                                    "shorthand": true,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 7379,
                                      "end": 7393,
                                      "loc": {
                                        "start": {
                                          "line": 247,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 247,
                                          "column": 26
                                        },
                                        "identifierName": "identifierType"
                                      },
                                      "name": "identifierType"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 7379,
                                      "end": 7393,
                                      "loc": {
                                        "start": {
                                          "line": 247,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 247,
                                          "column": 26
                                        },
                                        "identifierName": "identifierType"
                                      },
                                      "name": "identifierType"
                                    },
                                    "extra": {
                                      "shorthand": true
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 7395,
                                    "end": 7404,
                                    "loc": {
                                      "start": {
                                        "line": 247,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 247,
                                        "column": 37
                                      }
                                    },
                                    "method": false,
                                    "shorthand": true,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 7395,
                                      "end": 7404,
                                      "loc": {
                                        "start": {
                                          "line": 247,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 247,
                                          "column": 37
                                        },
                                        "identifierName": "namespace"
                                      },
                                      "name": "namespace"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 7395,
                                      "end": 7404,
                                      "loc": {
                                        "start": {
                                          "line": 247,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 247,
                                          "column": 37
                                        },
                                        "identifierName": "namespace"
                                      },
                                      "name": "namespace"
                                    },
                                    "extra": {
                                      "shorthand": true
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 7406,
                                    "end": 7418,
                                    "loc": {
                                      "start": {
                                        "line": 247,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 247,
                                        "column": 51
                                      }
                                    },
                                    "method": false,
                                    "shorthand": true,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 7406,
                                      "end": 7418,
                                      "loc": {
                                        "start": {
                                          "line": 247,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 247,
                                          "column": 51
                                        },
                                        "identifierName": "namespaceUri"
                                      },
                                      "name": "namespaceUri"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 7406,
                                      "end": 7418,
                                      "loc": {
                                        "start": {
                                          "line": 247,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 247,
                                          "column": 51
                                        },
                                        "identifierName": "namespaceUri"
                                      },
                                      "name": "namespaceUri"
                                    },
                                    "extra": {
                                      "shorthand": true
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 7420,
                                    "end": 7431,
                                    "loc": {
                                      "start": {
                                        "line": 247,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 247,
                                        "column": 64
                                      }
                                    },
                                    "method": false,
                                    "shorthand": true,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 7420,
                                      "end": 7431,
                                      "loc": {
                                        "start": {
                                          "line": 247,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 247,
                                          "column": 64
                                        },
                                        "identifierName": "serverIndex"
                                      },
                                      "name": "serverIndex"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 7420,
                                      "end": 7431,
                                      "loc": {
                                        "start": {
                                          "line": 247,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 247,
                                          "column": 64
                                        },
                                        "identifierName": "serverIndex"
                                      },
                                      "name": "serverIndex"
                                    },
                                    "extra": {
                                      "shorthand": true
                                    }
                                  }
                                ]
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 7436,
                                "end": 7799,
                                "loc": {
                                  "start": {
                                    "line": 247,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 260,
                                    "column": 33
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7436,
                                  "end": 7447,
                                  "loc": {
                                    "start": {
                                      "line": 247,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 247,
                                      "column": 80
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7436,
                                    "end": 7440,
                                    "loc": {
                                      "start": {
                                        "line": 247,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 247,
                                        "column": 73
                                      },
                                      "identifierName": "defs"
                                    },
                                    "name": "defs"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7441,
                                    "end": 7447,
                                    "loc": {
                                      "start": {
                                        "line": 247,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 247,
                                        "column": 80
                                      },
                                      "identifierName": "reduce"
                                    },
                                    "name": "reduce"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 7448,
                                    "end": 7771,
                                    "loc": {
                                      "start": {
                                        "line": 247,
                                        "column": 81
                                      },
                                      "end": {
                                        "line": 260,
                                        "column": 5
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 7449,
                                        "end": 7453,
                                        "loc": {
                                          "start": {
                                            "line": 247,
                                            "column": 82
                                          },
                                          "end": {
                                            "line": 247,
                                            "column": 86
                                          },
                                          "identifierName": "opts"
                                        },
                                        "name": "opts"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 7455,
                                        "end": 7458,
                                        "loc": {
                                          "start": {
                                            "line": 247,
                                            "column": 88
                                          },
                                          "end": {
                                            "line": 247,
                                            "column": 91
                                          },
                                          "identifierName": "def"
                                        },
                                        "name": "def"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 7463,
                                      "end": 7771,
                                      "loc": {
                                        "start": {
                                          "line": 247,
                                          "column": 96
                                        },
                                        "end": {
                                          "line": 260,
                                          "column": 5
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "start": 7471,
                                          "end": 7512,
                                          "loc": {
                                            "start": {
                                              "line": 248,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 248,
                                              "column": 47
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 7477,
                                              "end": 7511,
                                              "loc": {
                                                "start": {
                                                  "line": 248,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 248,
                                                  "column": 46
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 7477,
                                                "end": 7482,
                                                "loc": {
                                                  "start": {
                                                    "line": 248,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 248,
                                                    "column": 17
                                                  },
                                                  "identifierName": "match"
                                                },
                                                "name": "match"
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "start": 7485,
                                                "end": 7511,
                                                "loc": {
                                                  "start": {
                                                    "line": 248,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 248,
                                                    "column": 46
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 7485,
                                                  "end": 7494,
                                                  "loc": {
                                                    "start": {
                                                      "line": 248,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 248,
                                                      "column": 29
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 7485,
                                                    "end": 7488,
                                                    "loc": {
                                                      "start": {
                                                        "line": 248,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 248,
                                                        "column": 23
                                                      },
                                                      "identifierName": "def"
                                                    },
                                                    "name": "def"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 7489,
                                                    "end": 7494,
                                                    "loc": {
                                                      "start": {
                                                        "line": 248,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 248,
                                                        "column": 29
                                                      },
                                                      "identifierName": "match"
                                                    },
                                                    "name": "match"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "RegExpLiteral",
                                                    "start": 7495,
                                                    "end": 7510,
                                                    "loc": {
                                                      "start": {
                                                        "line": 248,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 248,
                                                        "column": 45
                                                      }
                                                    },
                                                    "extra": {
                                                      "raw": "/^([^:]+):(.*)/"
                                                    },
                                                    "pattern": "^([^:]+):(.*)",
                                                    "flags": ""
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "kind": "const"
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 7519,
                                          "end": 7561,
                                          "loc": {
                                            "start": {
                                              "line": 249,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 251,
                                              "column": 7
                                            }
                                          },
                                          "test": {
                                            "type": "UnaryExpression",
                                            "start": 7523,
                                            "end": 7529,
                                            "loc": {
                                              "start": {
                                                "line": 249,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 249,
                                                "column": 16
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 7524,
                                              "end": 7529,
                                              "loc": {
                                                "start": {
                                                  "line": 249,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 249,
                                                  "column": 16
                                                },
                                                "identifierName": "match"
                                              },
                                              "name": "match"
                                            },
                                            "extra": {
                                              "parenthesizedArgument": false
                                            }
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 7531,
                                            "end": 7561,
                                            "loc": {
                                              "start": {
                                                "line": 249,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 251,
                                                "column": 7
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ReturnStatement",
                                                "start": 7541,
                                                "end": 7553,
                                                "loc": {
                                                  "start": {
                                                    "line": 250,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 250,
                                                    "column": 20
                                                  }
                                                },
                                                "argument": {
                                                  "type": "Identifier",
                                                  "start": 7548,
                                                  "end": 7552,
                                                  "loc": {
                                                    "start": {
                                                      "line": 250,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 250,
                                                      "column": 19
                                                    },
                                                    "identifierName": "opts"
                                                  },
                                                  "name": "opts"
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": null
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "start": 7569,
                                          "end": 7601,
                                          "loc": {
                                            "start": {
                                              "line": 253,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 253,
                                              "column": 38
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 7573,
                                              "end": 7600,
                                              "loc": {
                                                "start": {
                                                  "line": 253,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 253,
                                                  "column": 37
                                                }
                                              },
                                              "id": {
                                                "type": "ArrayPattern",
                                                "start": 7573,
                                                "end": 7583,
                                                "loc": {
                                                  "start": {
                                                    "line": 253,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 253,
                                                    "column": 20
                                                  }
                                                },
                                                "elements": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 7574,
                                                    "end": 7577,
                                                    "loc": {
                                                      "start": {
                                                        "line": 253,
                                                        "column": 11
                                                      },
                                                      "end": {
                                                        "line": 253,
                                                        "column": 14
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 7579,
                                                    "end": 7582,
                                                    "loc": {
                                                      "start": {
                                                        "line": 253,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 253,
                                                        "column": 19
                                                      },
                                                      "identifierName": "val"
                                                    },
                                                    "name": "val"
                                                  }
                                                ]
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "start": 7586,
                                                "end": 7600,
                                                "loc": {
                                                  "start": {
                                                    "line": 253,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 253,
                                                    "column": 37
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 7586,
                                                  "end": 7597,
                                                  "loc": {
                                                    "start": {
                                                      "line": 253,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 253,
                                                      "column": 34
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 7586,
                                                    "end": 7591,
                                                    "loc": {
                                                      "start": {
                                                        "line": 253,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 253,
                                                        "column": 28
                                                      },
                                                      "identifierName": "match"
                                                    },
                                                    "name": "match"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 7592,
                                                    "end": 7597,
                                                    "loc": {
                                                      "start": {
                                                        "line": 253,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 253,
                                                        "column": 34
                                                      },
                                                      "identifierName": "slice"
                                                    },
                                                    "name": "slice"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 7598,
                                                    "end": 7599,
                                                    "loc": {
                                                      "start": {
                                                        "line": 253,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 253,
                                                        "column": 36
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "value": 1
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "kind": "let",
                                          "trailingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " eslint-disable-line prefer-const",
                                              "start": 7602,
                                              "end": 7637,
                                              "loc": {
                                                "start": {
                                                  "line": 253,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 253,
                                                  "column": 74
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 7645,
                                          "end": 7714,
                                          "loc": {
                                            "start": {
                                              "line": 255,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 257,
                                              "column": 7
                                            }
                                          },
                                          "test": {
                                            "type": "BinaryExpression",
                                            "start": 7649,
                                            "end": 7670,
                                            "loc": {
                                              "start": {
                                                "line": 255,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 255,
                                                "column": 31
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 7649,
                                              "end": 7652,
                                              "loc": {
                                                "start": {
                                                  "line": 255,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 255,
                                                  "column": 13
                                                },
                                                "identifierName": "key"
                                              },
                                              "name": "key",
                                              "leadingComments": null
                                            },
                                            "operator": "===",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 7657,
                                              "end": 7670,
                                              "loc": {
                                                "start": {
                                                  "line": 255,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 255,
                                                  "column": 31
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "serverIndex",
                                                "raw": "'serverIndex'"
                                              },
                                              "value": "serverIndex"
                                            },
                                            "leadingComments": null
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 7672,
                                            "end": 7714,
                                            "loc": {
                                              "start": {
                                                "line": 255,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 257,
                                                "column": 7
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 7682,
                                                "end": 7706,
                                                "loc": {
                                                  "start": {
                                                    "line": 256,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 256,
                                                    "column": 32
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 7682,
                                                  "end": 7705,
                                                  "loc": {
                                                    "start": {
                                                      "line": 256,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 256,
                                                      "column": 31
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 7682,
                                                    "end": 7685,
                                                    "loc": {
                                                      "start": {
                                                        "line": 256,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 256,
                                                        "column": 11
                                                      },
                                                      "identifierName": "val"
                                                    },
                                                    "name": "val"
                                                  },
                                                  "right": {
                                                    "type": "CallExpression",
                                                    "start": 7688,
                                                    "end": 7705,
                                                    "loc": {
                                                      "start": {
                                                        "line": 256,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 256,
                                                        "column": 31
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "start": 7688,
                                                      "end": 7696,
                                                      "loc": {
                                                        "start": {
                                                          "line": 256,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 256,
                                                          "column": 22
                                                        },
                                                        "identifierName": "parseInt"
                                                      },
                                                      "name": "parseInt"
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 7697,
                                                        "end": 7700,
                                                        "loc": {
                                                          "start": {
                                                            "line": 256,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 256,
                                                            "column": 26
                                                          },
                                                          "identifierName": "val"
                                                        },
                                                        "name": "val"
                                                      },
                                                      {
                                                        "type": "NumericLiteral",
                                                        "start": 7702,
                                                        "end": 7704,
                                                        "loc": {
                                                          "start": {
                                                            "line": 256,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 256,
                                                            "column": 30
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": 10,
                                                          "raw": "10"
                                                        },
                                                        "value": 10
                                                      }
                                                    ]
                                                  }
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": null,
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " eslint-disable-line prefer-const",
                                              "start": 7602,
                                              "end": 7637,
                                              "loc": {
                                                "start": {
                                                  "line": 253,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 253,
                                                  "column": 74
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "ReturnStatement",
                                          "start": 7722,
                                          "end": 7765,
                                          "loc": {
                                            "start": {
                                              "line": 259,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 259,
                                              "column": 49
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 7729,
                                            "end": 7764,
                                            "loc": {
                                              "start": {
                                                "line": 259,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 259,
                                                "column": 48
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 7729,
                                              "end": 7742,
                                              "loc": {
                                                "start": {
                                                  "line": 259,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 259,
                                                  "column": 26
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 7729,
                                                "end": 7735,
                                                "loc": {
                                                  "start": {
                                                    "line": 259,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 259,
                                                    "column": 19
                                                  },
                                                  "identifierName": "Object"
                                                },
                                                "name": "Object"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7736,
                                                "end": 7742,
                                                "loc": {
                                                  "start": {
                                                    "line": 259,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 259,
                                                    "column": 26
                                                  },
                                                  "identifierName": "assign"
                                                },
                                                "name": "assign"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 7743,
                                                "end": 7747,
                                                "loc": {
                                                  "start": {
                                                    "line": 259,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 259,
                                                    "column": 31
                                                  },
                                                  "identifierName": "opts"
                                                },
                                                "name": "opts"
                                              },
                                              {
                                                "type": "ObjectExpression",
                                                "start": 7749,
                                                "end": 7763,
                                                "loc": {
                                                  "start": {
                                                    "line": 259,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 259,
                                                    "column": 47
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "ObjectProperty",
                                                    "start": 7751,
                                                    "end": 7761,
                                                    "loc": {
                                                      "start": {
                                                        "line": 259,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 259,
                                                        "column": 45
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": true,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 7752,
                                                      "end": 7755,
                                                      "loc": {
                                                        "start": {
                                                          "line": 259,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 259,
                                                          "column": 39
                                                        },
                                                        "identifierName": "key"
                                                      },
                                                      "name": "key"
                                                    },
                                                    "value": {
                                                      "type": "Identifier",
                                                      "start": 7758,
                                                      "end": 7761,
                                                      "loc": {
                                                        "start": {
                                                          "line": 259,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 259,
                                                          "column": 45
                                                        },
                                                        "identifierName": "val"
                                                      },
                                                      "name": "val"
                                                    }
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  },
                                  {
                                    "type": "CallExpression",
                                    "start": 7773,
                                    "end": 7798,
                                    "loc": {
                                      "start": {
                                        "line": 260,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 260,
                                        "column": 32
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7773,
                                      "end": 7786,
                                      "loc": {
                                        "start": {
                                          "line": 260,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 260,
                                          "column": 20
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7773,
                                        "end": 7779,
                                        "loc": {
                                          "start": {
                                            "line": 260,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 260,
                                            "column": 13
                                          },
                                          "identifierName": "Object"
                                        },
                                        "name": "Object"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7780,
                                        "end": 7786,
                                        "loc": {
                                          "start": {
                                            "line": 260,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 260,
                                            "column": 20
                                          },
                                          "identifierName": "assign"
                                        },
                                        "name": "assign"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 7787,
                                        "end": 7789,
                                        "loc": {
                                          "start": {
                                            "line": 260,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 260,
                                            "column": 23
                                          }
                                        },
                                        "properties": []
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 7791,
                                        "end": 7797,
                                        "loc": {
                                          "start": {
                                            "line": 260,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 260,
                                            "column": 31
                                          },
                                          "identifierName": "nodeId"
                                        },
                                        "name": "nodeId"
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 7806,
                          "end": 7893,
                          "loc": {
                            "start": {
                              "line": 262,
                              "column": 4
                            },
                            "end": {
                              "line": 262,
                              "column": 91
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 7813,
                            "end": 7892,
                            "loc": {
                              "start": {
                                "line": 262,
                                "column": 11
                              },
                              "end": {
                                "line": 262,
                                "column": 90
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 7817,
                              "end": 7831,
                              "loc": {
                                "start": {
                                  "line": 262,
                                  "column": 15
                                },
                                "end": {
                                  "line": 262,
                                  "column": 29
                                },
                                "identifierName": "ExpandedNodeId"
                              },
                              "name": "ExpandedNodeId"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 7832,
                                "end": 7846,
                                "loc": {
                                  "start": {
                                    "line": 262,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 262,
                                    "column": 44
                                  },
                                  "identifierName": "identifierType"
                                },
                                "name": "identifierType"
                              },
                              {
                                "type": "Identifier",
                                "start": 7848,
                                "end": 7853,
                                "loc": {
                                  "start": {
                                    "line": 262,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 262,
                                    "column": 51
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              {
                                "type": "Identifier",
                                "start": 7855,
                                "end": 7864,
                                "loc": {
                                  "start": {
                                    "line": 262,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 262,
                                    "column": 62
                                  },
                                  "identifierName": "namespace"
                                },
                                "name": "namespace"
                              },
                              {
                                "type": "Identifier",
                                "start": 7866,
                                "end": 7878,
                                "loc": {
                                  "start": {
                                    "line": 262,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 262,
                                    "column": 76
                                  },
                                  "identifierName": "namespaceUri"
                                },
                                "name": "namespaceUri"
                              },
                              {
                                "type": "Identifier",
                                "start": 7880,
                                "end": 7891,
                                "loc": {
                                  "start": {
                                    "line": 262,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 262,
                                    "column": 89
                                  },
                                  "identifierName": "serverIndex"
                                },
                                "name": "serverIndex"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  "leadingComments": [
                    {
                      "type": "CommentLine",
                      "value": " Jep, node-opcua does not provide a resolve function for expanded nodeids",
                      "start": 7161,
                      "end": 7236,
                      "loc": {
                        "start": {
                          "line": 242,
                          "column": 2
                        },
                        "end": {
                          "line": 242,
                          "column": 77
                        }
                      }
                    }
                  ]
                },
                {
                  "type": "ObjectProperty",
                  "start": 7902,
                  "end": 7952,
                  "loc": {
                    "start": {
                      "line": 265,
                      "column": 2
                    },
                    "end": {
                      "line": 265,
                      "column": 52
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 7903,
                    "end": 7922,
                    "loc": {
                      "start": {
                        "line": 265,
                        "column": 3
                      },
                      "end": {
                        "line": 265,
                        "column": 22
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 7903,
                      "end": 7911,
                      "loc": {
                        "start": {
                          "line": 265,
                          "column": 3
                        },
                        "end": {
                          "line": 265,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 7912,
                      "end": 7922,
                      "loc": {
                        "start": {
                          "line": 265,
                          "column": 12
                        },
                        "end": {
                          "line": 265,
                          "column": 22
                        },
                        "identifierName": "StatusCode"
                      },
                      "name": "StatusCode"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 7925,
                    "end": 7952,
                    "loc": {
                      "start": {
                        "line": 265,
                        "column": 25
                      },
                      "end": {
                        "line": 265,
                        "column": 52
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": true,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 7926,
                        "end": 7930,
                        "loc": {
                          "start": {
                            "line": 265,
                            "column": 26
                          },
                          "end": {
                            "line": 265,
                            "column": 30
                          },
                          "identifierName": "name"
                        },
                        "name": "name"
                      }
                    ],
                    "body": {
                      "type": "MemberExpression",
                      "start": 7935,
                      "end": 7952,
                      "loc": {
                        "start": {
                          "line": 265,
                          "column": 35
                        },
                        "end": {
                          "line": 265,
                          "column": 52
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 7935,
                        "end": 7946,
                        "loc": {
                          "start": {
                            "line": 265,
                            "column": 35
                          },
                          "end": {
                            "line": 265,
                            "column": 46
                          },
                          "identifierName": "StatusCodes"
                        },
                        "name": "StatusCodes"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 7947,
                        "end": 7951,
                        "loc": {
                          "start": {
                            "line": 265,
                            "column": 47
                          },
                          "end": {
                            "line": 265,
                            "column": 51
                          },
                          "identifierName": "name"
                        },
                        "name": "name"
                      },
                      "computed": true
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 7956,
                  "end": 8021,
                  "loc": {
                    "start": {
                      "line": 266,
                      "column": 2
                    },
                    "end": {
                      "line": 266,
                      "column": 67
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 7957,
                    "end": 7979,
                    "loc": {
                      "start": {
                        "line": 266,
                        "column": 3
                      },
                      "end": {
                        "line": 266,
                        "column": 25
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 7957,
                      "end": 7965,
                      "loc": {
                        "start": {
                          "line": 266,
                          "column": 3
                        },
                        "end": {
                          "line": 266,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 7966,
                      "end": 7979,
                      "loc": {
                        "start": {
                          "line": 266,
                          "column": 12
                        },
                        "end": {
                          "line": 266,
                          "column": 25
                        },
                        "identifierName": "QualifiedName"
                      },
                      "name": "QualifiedName"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 7982,
                    "end": 8021,
                    "loc": {
                      "start": {
                        "line": 266,
                        "column": 28
                      },
                      "end": {
                        "line": 266,
                        "column": 67
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": true,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 7983,
                        "end": 7990,
                        "loc": {
                          "start": {
                            "line": 266,
                            "column": 29
                          },
                          "end": {
                            "line": 266,
                            "column": 36
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      }
                    ],
                    "body": {
                      "type": "NewExpression",
                      "start": 7995,
                      "end": 8021,
                      "loc": {
                        "start": {
                          "line": 266,
                          "column": 41
                        },
                        "end": {
                          "line": 266,
                          "column": 67
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 7999,
                        "end": 8012,
                        "loc": {
                          "start": {
                            "line": 266,
                            "column": 45
                          },
                          "end": {
                            "line": 266,
                            "column": 58
                          },
                          "identifierName": "QualifiedName"
                        },
                        "name": "QualifiedName"
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 8013,
                          "end": 8020,
                          "loc": {
                            "start": {
                              "line": 266,
                              "column": 59
                            },
                            "end": {
                              "line": 266,
                              "column": 66
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 8025,
                  "end": 8090,
                  "loc": {
                    "start": {
                      "line": 267,
                      "column": 2
                    },
                    "end": {
                      "line": 267,
                      "column": 67
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 8026,
                    "end": 8048,
                    "loc": {
                      "start": {
                        "line": 267,
                        "column": 3
                      },
                      "end": {
                        "line": 267,
                        "column": 25
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 8026,
                      "end": 8034,
                      "loc": {
                        "start": {
                          "line": 267,
                          "column": 3
                        },
                        "end": {
                          "line": 267,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 8035,
                      "end": 8048,
                      "loc": {
                        "start": {
                          "line": 267,
                          "column": 12
                        },
                        "end": {
                          "line": 267,
                          "column": 25
                        },
                        "identifierName": "LocalizedText"
                      },
                      "name": "LocalizedText"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 8051,
                    "end": 8090,
                    "loc": {
                      "start": {
                        "line": 267,
                        "column": 28
                      },
                      "end": {
                        "line": 267,
                        "column": 67
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": true,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 8052,
                        "end": 8059,
                        "loc": {
                          "start": {
                            "line": 267,
                            "column": 29
                          },
                          "end": {
                            "line": 267,
                            "column": 36
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      }
                    ],
                    "body": {
                      "type": "NewExpression",
                      "start": 8064,
                      "end": 8090,
                      "loc": {
                        "start": {
                          "line": 267,
                          "column": 41
                        },
                        "end": {
                          "line": 267,
                          "column": 67
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 8068,
                        "end": 8081,
                        "loc": {
                          "start": {
                            "line": 267,
                            "column": 45
                          },
                          "end": {
                            "line": 267,
                            "column": 58
                          },
                          "identifierName": "LocalizedText"
                        },
                        "name": "LocalizedText"
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 8082,
                          "end": 8089,
                          "loc": {
                            "start": {
                              "line": 267,
                              "column": 59
                            },
                            "end": {
                              "line": 267,
                              "column": 66
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 8094,
                  "end": 8484,
                  "loc": {
                    "start": {
                      "line": 268,
                      "column": 2
                    },
                    "end": {
                      "line": 277,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 8095,
                    "end": 8113,
                    "loc": {
                      "start": {
                        "line": 268,
                        "column": 3
                      },
                      "end": {
                        "line": 268,
                        "column": 21
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 8095,
                      "end": 8103,
                      "loc": {
                        "start": {
                          "line": 268,
                          "column": 3
                        },
                        "end": {
                          "line": 268,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 8104,
                      "end": 8113,
                      "loc": {
                        "start": {
                          "line": 268,
                          "column": 12
                        },
                        "end": {
                          "line": 268,
                          "column": 21
                        },
                        "identifierName": "DataValue"
                      },
                      "name": "DataValue"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 8116,
                    "end": 8484,
                    "loc": {
                      "start": {
                        "line": 268,
                        "column": 24
                      },
                      "end": {
                        "line": 277,
                        "column": 3
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 8117,
                        "end": 8124,
                        "loc": {
                          "start": {
                            "line": 268,
                            "column": 25
                          },
                          "end": {
                            "line": 268,
                            "column": 32
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 8129,
                      "end": 8484,
                      "loc": {
                        "start": {
                          "line": 268,
                          "column": 37
                        },
                        "end": {
                          "line": 277,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 8135,
                          "end": 8156,
                          "loc": {
                            "start": {
                              "line": 269,
                              "column": 4
                            },
                            "end": {
                              "line": 269,
                              "column": 25
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 8141,
                              "end": 8155,
                              "loc": {
                                "start": {
                                  "line": 269,
                                  "column": 10
                                },
                                "end": {
                                  "line": 269,
                                  "column": 24
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 8141,
                                "end": 8145,
                                "loc": {
                                  "start": {
                                    "line": 269,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 269,
                                    "column": 14
                                  },
                                  "identifierName": "opts"
                                },
                                "name": "opts"
                              },
                              "init": {
                                "type": "Identifier",
                                "start": 8148,
                                "end": 8155,
                                "loc": {
                                  "start": {
                                    "line": 269,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 269,
                                    "column": 24
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 8162,
                          "end": 8222,
                          "loc": {
                            "start": {
                              "line": 271,
                              "column": 4
                            },
                            "end": {
                              "line": 271,
                              "column": 64
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 8162,
                            "end": 8221,
                            "loc": {
                              "start": {
                                "line": 271,
                                "column": 4
                              },
                              "end": {
                                "line": 271,
                                "column": 63
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 8162,
                              "end": 8175,
                              "loc": {
                                "start": {
                                  "line": 271,
                                  "column": 4
                                },
                                "end": {
                                  "line": 271,
                                  "column": 17
                                },
                                "identifierName": "mapPropertyAs"
                              },
                              "name": "mapPropertyAs"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 8176,
                                "end": 8187,
                                "loc": {
                                  "start": {
                                    "line": 271,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 271,
                                    "column": 29
                                  },
                                  "identifierName": "toNodeValue"
                                },
                                "name": "toNodeValue"
                              },
                              {
                                "type": "Identifier",
                                "start": 8189,
                                "end": 8193,
                                "loc": {
                                  "start": {
                                    "line": 271,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 271,
                                    "column": 35
                                  },
                                  "identifierName": "opts"
                                },
                                "name": "opts"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 8195,
                                "end": 8202,
                                "loc": {
                                  "start": {
                                    "line": 271,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 271,
                                    "column": 44
                                  }
                                },
                                "extra": {
                                  "rawValue": "value",
                                  "raw": "'value'"
                                },
                                "value": "value"
                              },
                              {
                                "type": "MemberExpression",
                                "start": 8204,
                                "end": 8220,
                                "loc": {
                                  "start": {
                                    "line": 271,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 271,
                                    "column": 62
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8204,
                                  "end": 8212,
                                  "loc": {
                                    "start": {
                                      "line": 271,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 271,
                                      "column": 54
                                    },
                                    "identifierName": "DataType"
                                  },
                                  "name": "DataType"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8213,
                                  "end": 8220,
                                  "loc": {
                                    "start": {
                                      "line": 271,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 271,
                                      "column": 62
                                    },
                                    "identifierName": "Variant"
                                  },
                                  "name": "Variant"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 8227,
                          "end": 8295,
                          "loc": {
                            "start": {
                              "line": 272,
                              "column": 4
                            },
                            "end": {
                              "line": 272,
                              "column": 72
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 8227,
                            "end": 8294,
                            "loc": {
                              "start": {
                                "line": 272,
                                "column": 4
                              },
                              "end": {
                                "line": 272,
                                "column": 71
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 8227,
                              "end": 8240,
                              "loc": {
                                "start": {
                                  "line": 272,
                                  "column": 4
                                },
                                "end": {
                                  "line": 272,
                                  "column": 17
                                },
                                "identifierName": "mapPropertyAs"
                              },
                              "name": "mapPropertyAs"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 8241,
                                "end": 8252,
                                "loc": {
                                  "start": {
                                    "line": 272,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 272,
                                    "column": 29
                                  },
                                  "identifierName": "toNodeValue"
                                },
                                "name": "toNodeValue"
                              },
                              {
                                "type": "Identifier",
                                "start": 8254,
                                "end": 8258,
                                "loc": {
                                  "start": {
                                    "line": 272,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 272,
                                    "column": 35
                                  },
                                  "identifierName": "opts"
                                },
                                "name": "opts"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 8260,
                                "end": 8272,
                                "loc": {
                                  "start": {
                                    "line": 272,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 272,
                                    "column": 49
                                  }
                                },
                                "extra": {
                                  "rawValue": "statusCode",
                                  "raw": "'statusCode'"
                                },
                                "value": "statusCode"
                              },
                              {
                                "type": "MemberExpression",
                                "start": 8274,
                                "end": 8293,
                                "loc": {
                                  "start": {
                                    "line": 272,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 272,
                                    "column": 70
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8274,
                                  "end": 8282,
                                  "loc": {
                                    "start": {
                                      "line": 272,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 272,
                                      "column": 59
                                    },
                                    "identifierName": "DataType"
                                  },
                                  "name": "DataType"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8283,
                                  "end": 8293,
                                  "loc": {
                                    "start": {
                                      "line": 272,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 272,
                                      "column": 70
                                    },
                                    "identifierName": "StatusCode"
                                  },
                                  "name": "StatusCode"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 8300,
                          "end": 8371,
                          "loc": {
                            "start": {
                              "line": 273,
                              "column": 4
                            },
                            "end": {
                              "line": 273,
                              "column": 75
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 8300,
                            "end": 8370,
                            "loc": {
                              "start": {
                                "line": 273,
                                "column": 4
                              },
                              "end": {
                                "line": 273,
                                "column": 74
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 8300,
                              "end": 8313,
                              "loc": {
                                "start": {
                                  "line": 273,
                                  "column": 4
                                },
                                "end": {
                                  "line": 273,
                                  "column": 17
                                },
                                "identifierName": "mapPropertyAs"
                              },
                              "name": "mapPropertyAs"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 8314,
                                "end": 8325,
                                "loc": {
                                  "start": {
                                    "line": 273,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 273,
                                    "column": 29
                                  },
                                  "identifierName": "toNodeValue"
                                },
                                "name": "toNodeValue"
                              },
                              {
                                "type": "Identifier",
                                "start": 8327,
                                "end": 8331,
                                "loc": {
                                  "start": {
                                    "line": 273,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 273,
                                    "column": 35
                                  },
                                  "identifierName": "opts"
                                },
                                "name": "opts"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 8333,
                                "end": 8350,
                                "loc": {
                                  "start": {
                                    "line": 273,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 273,
                                    "column": 54
                                  }
                                },
                                "extra": {
                                  "rawValue": "sourceTimestamp",
                                  "raw": "'sourceTimestamp'"
                                },
                                "value": "sourceTimestamp"
                              },
                              {
                                "type": "MemberExpression",
                                "start": 8352,
                                "end": 8369,
                                "loc": {
                                  "start": {
                                    "line": 273,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 273,
                                    "column": 73
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8352,
                                  "end": 8360,
                                  "loc": {
                                    "start": {
                                      "line": 273,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 273,
                                      "column": 64
                                    },
                                    "identifierName": "DataType"
                                  },
                                  "name": "DataType"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8361,
                                  "end": 8369,
                                  "loc": {
                                    "start": {
                                      "line": 273,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 273,
                                      "column": 73
                                    },
                                    "identifierName": "DateTime"
                                  },
                                  "name": "DateTime"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 8376,
                          "end": 8447,
                          "loc": {
                            "start": {
                              "line": 274,
                              "column": 4
                            },
                            "end": {
                              "line": 274,
                              "column": 75
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 8376,
                            "end": 8446,
                            "loc": {
                              "start": {
                                "line": 274,
                                "column": 4
                              },
                              "end": {
                                "line": 274,
                                "column": 74
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 8376,
                              "end": 8389,
                              "loc": {
                                "start": {
                                  "line": 274,
                                  "column": 4
                                },
                                "end": {
                                  "line": 274,
                                  "column": 17
                                },
                                "identifierName": "mapPropertyAs"
                              },
                              "name": "mapPropertyAs"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 8390,
                                "end": 8401,
                                "loc": {
                                  "start": {
                                    "line": 274,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 274,
                                    "column": 29
                                  },
                                  "identifierName": "toNodeValue"
                                },
                                "name": "toNodeValue"
                              },
                              {
                                "type": "Identifier",
                                "start": 8403,
                                "end": 8407,
                                "loc": {
                                  "start": {
                                    "line": 274,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 274,
                                    "column": 35
                                  },
                                  "identifierName": "opts"
                                },
                                "name": "opts"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 8409,
                                "end": 8426,
                                "loc": {
                                  "start": {
                                    "line": 274,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 274,
                                    "column": 54
                                  }
                                },
                                "extra": {
                                  "rawValue": "serverTimestamp",
                                  "raw": "'serverTimestamp'"
                                },
                                "value": "serverTimestamp"
                              },
                              {
                                "type": "MemberExpression",
                                "start": 8428,
                                "end": 8445,
                                "loc": {
                                  "start": {
                                    "line": 274,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 274,
                                    "column": 73
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8428,
                                  "end": 8436,
                                  "loc": {
                                    "start": {
                                      "line": 274,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 274,
                                      "column": 64
                                    },
                                    "identifierName": "DataType"
                                  },
                                  "name": "DataType"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8437,
                                  "end": 8445,
                                  "loc": {
                                    "start": {
                                      "line": 274,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 274,
                                      "column": 73
                                    },
                                    "identifierName": "DateTime"
                                  },
                                  "name": "DateTime"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 8453,
                          "end": 8480,
                          "loc": {
                            "start": {
                              "line": 276,
                              "column": 4
                            },
                            "end": {
                              "line": 276,
                              "column": 31
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 8460,
                            "end": 8479,
                            "loc": {
                              "start": {
                                "line": 276,
                                "column": 11
                              },
                              "end": {
                                "line": 276,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 8464,
                              "end": 8473,
                              "loc": {
                                "start": {
                                  "line": 276,
                                  "column": 15
                                },
                                "end": {
                                  "line": 276,
                                  "column": 24
                                },
                                "identifierName": "DataValue"
                              },
                              "name": "DataValue"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 8474,
                                "end": 8478,
                                "loc": {
                                  "start": {
                                    "line": 276,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 276,
                                    "column": 29
                                  },
                                  "identifierName": "opts"
                                },
                                "name": "opts"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 8488,
                  "end": 8673,
                  "loc": {
                    "start": {
                      "line": 278,
                      "column": 2
                    },
                    "end": {
                      "line": 284,
                      "column": 6
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 8489,
                    "end": 8505,
                    "loc": {
                      "start": {
                        "line": 278,
                        "column": 3
                      },
                      "end": {
                        "line": 278,
                        "column": 19
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 8489,
                      "end": 8497,
                      "loc": {
                        "start": {
                          "line": 278,
                          "column": 3
                        },
                        "end": {
                          "line": 278,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 8498,
                      "end": 8505,
                      "loc": {
                        "start": {
                          "line": 278,
                          "column": 12
                        },
                        "end": {
                          "line": 278,
                          "column": 19
                        },
                        "identifierName": "Variant"
                      },
                      "name": "Variant"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 8508,
                    "end": 8673,
                    "loc": {
                      "start": {
                        "line": 278,
                        "column": 22
                      },
                      "end": {
                        "line": 284,
                        "column": 6
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": true,
                    "async": false,
                    "params": [
                      {
                        "type": "ObjectPattern",
                        "start": 8509,
                        "end": 8551,
                        "loc": {
                          "start": {
                            "line": 278,
                            "column": 23
                          },
                          "end": {
                            "line": 278,
                            "column": 65
                          }
                        },
                        "properties": [
                          {
                            "type": "ObjectProperty",
                            "start": 8511,
                            "end": 8519,
                            "loc": {
                              "start": {
                                "line": 278,
                                "column": 25
                              },
                              "end": {
                                "line": 278,
                                "column": 33
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 8511,
                              "end": 8519,
                              "loc": {
                                "start": {
                                  "line": 278,
                                  "column": 25
                                },
                                "end": {
                                  "line": 278,
                                  "column": 33
                                },
                                "identifierName": "dataType"
                              },
                              "name": "dataType"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 8511,
                              "end": 8519,
                              "loc": {
                                "start": {
                                  "line": 278,
                                  "column": 25
                                },
                                "end": {
                                  "line": 278,
                                  "column": 33
                                },
                                "identifierName": "dataType"
                              },
                              "name": "dataType"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 8521,
                            "end": 8530,
                            "loc": {
                              "start": {
                                "line": 278,
                                "column": 35
                              },
                              "end": {
                                "line": 278,
                                "column": 44
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 8521,
                              "end": 8530,
                              "loc": {
                                "start": {
                                  "line": 278,
                                  "column": 35
                                },
                                "end": {
                                  "line": 278,
                                  "column": 44
                                },
                                "identifierName": "arrayType"
                              },
                              "name": "arrayType"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 8521,
                              "end": 8530,
                              "loc": {
                                "start": {
                                  "line": 278,
                                  "column": 35
                                },
                                "end": {
                                  "line": 278,
                                  "column": 44
                                },
                                "identifierName": "arrayType"
                              },
                              "name": "arrayType"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 8532,
                            "end": 8537,
                            "loc": {
                              "start": {
                                "line": 278,
                                "column": 46
                              },
                              "end": {
                                "line": 278,
                                "column": 51
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 8532,
                              "end": 8537,
                              "loc": {
                                "start": {
                                  "line": 278,
                                  "column": 46
                                },
                                "end": {
                                  "line": 278,
                                  "column": 51
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 8532,
                              "end": 8537,
                              "loc": {
                                "start": {
                                  "line": 278,
                                  "column": 46
                                },
                                "end": {
                                  "line": 278,
                                  "column": 51
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 8539,
                            "end": 8549,
                            "loc": {
                              "start": {
                                "line": 278,
                                "column": 53
                              },
                              "end": {
                                "line": 278,
                                "column": 63
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 8539,
                              "end": 8549,
                              "loc": {
                                "start": {
                                  "line": 278,
                                  "column": 53
                                },
                                "end": {
                                  "line": 278,
                                  "column": 63
                                },
                                "identifierName": "dimensions"
                              },
                              "name": "dimensions"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 8539,
                              "end": 8549,
                              "loc": {
                                "start": {
                                  "line": 278,
                                  "column": 53
                                },
                                "end": {
                                  "line": 278,
                                  "column": 63
                                },
                                "identifierName": "dimensions"
                              },
                              "name": "dimensions"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          }
                        ]
                      }
                    ],
                    "body": {
                      "type": "NewExpression",
                      "start": 8560,
                      "end": 8673,
                      "loc": {
                        "start": {
                          "line": 279,
                          "column": 4
                        },
                        "end": {
                          "line": 284,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 8564,
                        "end": 8571,
                        "loc": {
                          "start": {
                            "line": 279,
                            "column": 8
                          },
                          "end": {
                            "line": 279,
                            "column": 15
                          },
                          "identifierName": "Variant"
                        },
                        "name": "Variant"
                      },
                      "arguments": [
                        {
                          "type": "ObjectExpression",
                          "start": 8572,
                          "end": 8672,
                          "loc": {
                            "start": {
                              "line": 279,
                              "column": 16
                            },
                            "end": {
                              "line": 284,
                              "column": 5
                            }
                          },
                          "properties": [
                            {
                              "type": "ObjectProperty",
                              "start": 8580,
                              "end": 8588,
                              "loc": {
                                "start": {
                                  "line": 280,
                                  "column": 6
                                },
                                "end": {
                                  "line": 280,
                                  "column": 14
                                }
                              },
                              "method": false,
                              "shorthand": true,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 8580,
                                "end": 8588,
                                "loc": {
                                  "start": {
                                    "line": 280,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 280,
                                    "column": 14
                                  },
                                  "identifierName": "dataType"
                                },
                                "name": "dataType"
                              },
                              "value": {
                                "type": "Identifier",
                                "start": 8580,
                                "end": 8588,
                                "loc": {
                                  "start": {
                                    "line": 280,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 280,
                                    "column": 14
                                  },
                                  "identifierName": "dataType"
                                },
                                "name": "dataType"
                              },
                              "extra": {
                                "shorthand": true
                              }
                            },
                            {
                              "type": "ObjectProperty",
                              "start": 8596,
                              "end": 8634,
                              "loc": {
                                "start": {
                                  "line": 281,
                                  "column": 6
                                },
                                "end": {
                                  "line": 281,
                                  "column": 44
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 8596,
                                "end": 8605,
                                "loc": {
                                  "start": {
                                    "line": 281,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 281,
                                    "column": 15
                                  },
                                  "identifierName": "arrayType"
                                },
                                "name": "arrayType"
                              },
                              "value": {
                                "type": "MemberExpression",
                                "start": 8607,
                                "end": 8634,
                                "loc": {
                                  "start": {
                                    "line": 281,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 281,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8607,
                                  "end": 8623,
                                  "loc": {
                                    "start": {
                                      "line": 281,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 281,
                                      "column": 33
                                    },
                                    "identifierName": "VariantArrayType"
                                  },
                                  "name": "VariantArrayType"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8624,
                                  "end": 8633,
                                  "loc": {
                                    "start": {
                                      "line": 281,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 281,
                                      "column": 43
                                    },
                                    "identifierName": "arrayType"
                                  },
                                  "name": "arrayType"
                                },
                                "computed": true
                              }
                            },
                            {
                              "type": "ObjectProperty",
                              "start": 8642,
                              "end": 8647,
                              "loc": {
                                "start": {
                                  "line": 282,
                                  "column": 6
                                },
                                "end": {
                                  "line": 282,
                                  "column": 11
                                }
                              },
                              "method": false,
                              "shorthand": true,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 8642,
                                "end": 8647,
                                "loc": {
                                  "start": {
                                    "line": 282,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 282,
                                    "column": 11
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "value": {
                                "type": "Identifier",
                                "start": 8642,
                                "end": 8647,
                                "loc": {
                                  "start": {
                                    "line": 282,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 282,
                                    "column": 11
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "extra": {
                                "shorthand": true
                              }
                            },
                            {
                              "type": "ObjectProperty",
                              "start": 8655,
                              "end": 8665,
                              "loc": {
                                "start": {
                                  "line": 283,
                                  "column": 6
                                },
                                "end": {
                                  "line": 283,
                                  "column": 16
                                }
                              },
                              "method": false,
                              "shorthand": true,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 8655,
                                "end": 8665,
                                "loc": {
                                  "start": {
                                    "line": 283,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 283,
                                    "column": 16
                                  },
                                  "identifierName": "dimensions"
                                },
                                "name": "dimensions"
                              },
                              "value": {
                                "type": "Identifier",
                                "start": 8655,
                                "end": 8665,
                                "loc": {
                                  "start": {
                                    "line": 283,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 283,
                                    "column": 16
                                  },
                                  "identifierName": "dimensions"
                                },
                                "name": "dimensions"
                              },
                              "extra": {
                                "shorthand": true
                              }
                            }
                          ]
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 8677,
                  "end": 8951,
                  "loc": {
                    "start": {
                      "line": 285,
                      "column": 2
                    },
                    "end": {
                      "line": 292,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": true,
                  "key": {
                    "type": "MemberExpression",
                    "start": 8678,
                    "end": 8701,
                    "loc": {
                      "start": {
                        "line": 285,
                        "column": 3
                      },
                      "end": {
                        "line": 285,
                        "column": 26
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 8678,
                      "end": 8686,
                      "loc": {
                        "start": {
                          "line": 285,
                          "column": 3
                        },
                        "end": {
                          "line": 285,
                          "column": 11
                        },
                        "identifierName": "DataType"
                      },
                      "name": "DataType"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 8687,
                      "end": 8701,
                      "loc": {
                        "start": {
                          "line": 285,
                          "column": 12
                        },
                        "end": {
                          "line": 285,
                          "column": 26
                        },
                        "identifierName": "DiagnosticInfo"
                      },
                      "name": "DiagnosticInfo"
                    },
                    "computed": false
                  },
                  "value": {
                    "type": "ArrowFunctionExpression",
                    "start": 8704,
                    "end": 8951,
                    "loc": {
                      "start": {
                        "line": 285,
                        "column": 29
                      },
                      "end": {
                        "line": 292,
                        "column": 3
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 8705,
                        "end": 8712,
                        "loc": {
                          "start": {
                            "line": 285,
                            "column": 30
                          },
                          "end": {
                            "line": 285,
                            "column": 37
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 8717,
                      "end": 8951,
                      "loc": {
                        "start": {
                          "line": 285,
                          "column": 42
                        },
                        "end": {
                          "line": 292,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 8723,
                          "end": 8744,
                          "loc": {
                            "start": {
                              "line": 286,
                              "column": 4
                            },
                            "end": {
                              "line": 286,
                              "column": 25
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 8729,
                              "end": 8743,
                              "loc": {
                                "start": {
                                  "line": 286,
                                  "column": 10
                                },
                                "end": {
                                  "line": 286,
                                  "column": 24
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 8729,
                                "end": 8733,
                                "loc": {
                                  "start": {
                                    "line": 286,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 286,
                                    "column": 14
                                  },
                                  "identifierName": "opts"
                                },
                                "name": "opts"
                              },
                              "init": {
                                "type": "Identifier",
                                "start": 8736,
                                "end": 8743,
                                "loc": {
                                  "start": {
                                    "line": 286,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 286,
                                    "column": 24
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 8750,
                          "end": 8823,
                          "loc": {
                            "start": {
                              "line": 288,
                              "column": 4
                            },
                            "end": {
                              "line": 288,
                              "column": 77
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 8750,
                            "end": 8822,
                            "loc": {
                              "start": {
                                "line": 288,
                                "column": 4
                              },
                              "end": {
                                "line": 288,
                                "column": 76
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 8750,
                              "end": 8763,
                              "loc": {
                                "start": {
                                  "line": 288,
                                  "column": 4
                                },
                                "end": {
                                  "line": 288,
                                  "column": 17
                                },
                                "identifierName": "mapPropertyAs"
                              },
                              "name": "mapPropertyAs"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 8764,
                                "end": 8775,
                                "loc": {
                                  "start": {
                                    "line": 288,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 288,
                                    "column": 29
                                  },
                                  "identifierName": "toNodeValue"
                                },
                                "name": "toNodeValue"
                              },
                              {
                                "type": "Identifier",
                                "start": 8777,
                                "end": 8781,
                                "loc": {
                                  "start": {
                                    "line": 288,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 288,
                                    "column": 35
                                  },
                                  "identifierName": "opts"
                                },
                                "name": "opts"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 8783,
                                "end": 8800,
                                "loc": {
                                  "start": {
                                    "line": 288,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 288,
                                    "column": 54
                                  }
                                },
                                "extra": {
                                  "rawValue": "innerStatusCode",
                                  "raw": "'innerStatusCode'"
                                },
                                "value": "innerStatusCode"
                              },
                              {
                                "type": "MemberExpression",
                                "start": 8802,
                                "end": 8821,
                                "loc": {
                                  "start": {
                                    "line": 288,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 288,
                                    "column": 75
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8802,
                                  "end": 8810,
                                  "loc": {
                                    "start": {
                                      "line": 288,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 288,
                                      "column": 64
                                    },
                                    "identifierName": "DataType"
                                  },
                                  "name": "DataType"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8811,
                                  "end": 8821,
                                  "loc": {
                                    "start": {
                                      "line": 288,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 288,
                                      "column": 75
                                    },
                                    "identifierName": "StatusCode"
                                  },
                                  "name": "StatusCode"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 8828,
                          "end": 8909,
                          "loc": {
                            "start": {
                              "line": 289,
                              "column": 4
                            },
                            "end": {
                              "line": 289,
                              "column": 85
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 8828,
                            "end": 8908,
                            "loc": {
                              "start": {
                                "line": 289,
                                "column": 4
                              },
                              "end": {
                                "line": 289,
                                "column": 84
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 8828,
                              "end": 8841,
                              "loc": {
                                "start": {
                                  "line": 289,
                                  "column": 4
                                },
                                "end": {
                                  "line": 289,
                                  "column": 17
                                },
                                "identifierName": "mapPropertyAs"
                              },
                              "name": "mapPropertyAs"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 8842,
                                "end": 8853,
                                "loc": {
                                  "start": {
                                    "line": 289,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 289,
                                    "column": 29
                                  },
                                  "identifierName": "toNodeValue"
                                },
                                "name": "toNodeValue"
                              },
                              {
                                "type": "Identifier",
                                "start": 8855,
                                "end": 8859,
                                "loc": {
                                  "start": {
                                    "line": 289,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 289,
                                    "column": 35
                                  },
                                  "identifierName": "opts"
                                },
                                "name": "opts"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 8861,
                                "end": 8882,
                                "loc": {
                                  "start": {
                                    "line": 289,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 289,
                                    "column": 58
                                  }
                                },
                                "extra": {
                                  "rawValue": "innerDiagnosticInfo",
                                  "raw": "'innerDiagnosticInfo'"
                                },
                                "value": "innerDiagnosticInfo"
                              },
                              {
                                "type": "MemberExpression",
                                "start": 8884,
                                "end": 8907,
                                "loc": {
                                  "start": {
                                    "line": 289,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 289,
                                    "column": 83
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8884,
                                  "end": 8892,
                                  "loc": {
                                    "start": {
                                      "line": 289,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 289,
                                      "column": 68
                                    },
                                    "identifierName": "DataType"
                                  },
                                  "name": "DataType"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8893,
                                  "end": 8907,
                                  "loc": {
                                    "start": {
                                      "line": 289,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 289,
                                      "column": 83
                                    },
                                    "identifierName": "DiagnosticInfo"
                                  },
                                  "name": "DiagnosticInfo"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 8915,
                          "end": 8947,
                          "loc": {
                            "start": {
                              "line": 291,
                              "column": 4
                            },
                            "end": {
                              "line": 291,
                              "column": 36
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 8922,
                            "end": 8946,
                            "loc": {
                              "start": {
                                "line": 291,
                                "column": 11
                              },
                              "end": {
                                "line": 291,
                                "column": 35
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 8926,
                              "end": 8940,
                              "loc": {
                                "start": {
                                  "line": 291,
                                  "column": 15
                                },
                                "end": {
                                  "line": 291,
                                  "column": 29
                                },
                                "identifierName": "DiagnosticInfo"
                              },
                              "name": "DiagnosticInfo"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 8941,
                                "end": 8945,
                                "loc": {
                                  "start": {
                                    "line": 291,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 291,
                                    "column": 34
                                  },
                                  "identifierName": "opts"
                                },
                                "name": "opts"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                }
              ]
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Mapping functions that return OPC-UA node values for raw values.\n * @type {Map<node-opcua~DataType, function>}\n ",
            "start": 6790,
            "end": 6911,
            "loc": {
              "start": {
                "line": 227,
                "column": 0
              },
              "end": {
                "line": 230,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Returns a node's raw value based on it's OPC-UA value and type.\n * @param {*} value A node's OPC-UA value.\n * @param {node-opcua~DataType} dataType The node's data type.\n * @param {node-opcua~VariantArrayType} arrayType The node's array type.\n * @return {*} The raw value of the given node.\n ",
            "start": 8957,
            "end": 9258,
            "loc": {
              "start": {
                "line": 295,
                "column": 0
              },
              "end": {
                "line": 301,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 9259,
        "end": 9594,
        "loc": {
          "start": {
            "line": 302,
            "column": 0
          },
          "end": {
            "line": 310,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 9265,
            "end": 9593,
            "loc": {
              "start": {
                "line": 302,
                "column": 6
              },
              "end": {
                "line": 310,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 9265,
              "end": 9276,
              "loc": {
                "start": {
                  "line": 302,
                  "column": 6
                },
                "end": {
                  "line": 302,
                  "column": 17
                },
                "identifierName": "getRawValue"
              },
              "name": "getRawValue",
              "leadingComments": null
            },
            "init": {
              "type": "ArrowFunctionExpression",
              "start": 9279,
              "end": 9593,
              "loc": {
                "start": {
                  "line": 302,
                  "column": 20
                },
                "end": {
                  "line": 310,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 9265,
                "end": 9276,
                "loc": {
                  "start": {
                    "line": 302,
                    "column": 6
                  },
                  "end": {
                    "line": 302,
                    "column": 17
                  },
                  "identifierName": "getRawValue"
                },
                "name": "getRawValue",
                "leadingComments": null
              },
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 9280,
                  "end": 9285,
                  "loc": {
                    "start": {
                      "line": 302,
                      "column": 21
                    },
                    "end": {
                      "line": 302,
                      "column": 26
                    },
                    "identifierName": "value"
                  },
                  "name": "value"
                },
                {
                  "type": "Identifier",
                  "start": 9287,
                  "end": 9295,
                  "loc": {
                    "start": {
                      "line": 302,
                      "column": 28
                    },
                    "end": {
                      "line": 302,
                      "column": 36
                    },
                    "identifierName": "dataType"
                  },
                  "name": "dataType"
                },
                {
                  "type": "Identifier",
                  "start": 9297,
                  "end": 9306,
                  "loc": {
                    "start": {
                      "line": 302,
                      "column": 38
                    },
                    "end": {
                      "line": 302,
                      "column": 47
                    },
                    "identifierName": "arrayType"
                  },
                  "name": "arrayType"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 9311,
                "end": 9593,
                "loc": {
                  "start": {
                    "line": 302,
                    "column": 52
                  },
                  "end": {
                    "line": 310,
                    "column": 1
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 9315,
                    "end": 9542,
                    "loc": {
                      "start": {
                        "line": 303,
                        "column": 2
                      },
                      "end": {
                        "line": 307,
                        "column": 3
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 9319,
                      "end": 9368,
                      "loc": {
                        "start": {
                          "line": 303,
                          "column": 6
                        },
                        "end": {
                          "line": 303,
                          "column": 55
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 9319,
                        "end": 9334,
                        "loc": {
                          "start": {
                            "line": 303,
                            "column": 6
                          },
                          "end": {
                            "line": 303,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 9319,
                          "end": 9328,
                          "loc": {
                            "start": {
                              "line": 303,
                              "column": 6
                            },
                            "end": {
                              "line": 303,
                              "column": 15
                            },
                            "identifierName": "arrayType"
                          },
                          "name": "arrayType"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9329,
                          "end": 9334,
                          "loc": {
                            "start": {
                              "line": 303,
                              "column": 16
                            },
                            "end": {
                              "line": 303,
                              "column": 21
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        },
                        "computed": false
                      },
                      "operator": "!==",
                      "right": {
                        "type": "MemberExpression",
                        "start": 9339,
                        "end": 9368,
                        "loc": {
                          "start": {
                            "line": 303,
                            "column": 26
                          },
                          "end": {
                            "line": 303,
                            "column": 55
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 9339,
                          "end": 9362,
                          "loc": {
                            "start": {
                              "line": 303,
                              "column": 26
                            },
                            "end": {
                              "line": 303,
                              "column": 49
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9339,
                            "end": 9355,
                            "loc": {
                              "start": {
                                "line": 303,
                                "column": 26
                              },
                              "end": {
                                "line": 303,
                                "column": 42
                              },
                              "identifierName": "VariantArrayType"
                            },
                            "name": "VariantArrayType"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9356,
                            "end": 9362,
                            "loc": {
                              "start": {
                                "line": 303,
                                "column": 43
                              },
                              "end": {
                                "line": 303,
                                "column": 49
                              },
                              "identifierName": "Scalar"
                            },
                            "name": "Scalar"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9363,
                          "end": 9368,
                          "loc": {
                            "start": {
                              "line": 303,
                              "column": 50
                            },
                            "end": {
                              "line": 303,
                              "column": 55
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        },
                        "computed": false
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 9370,
                      "end": 9542,
                      "loc": {
                        "start": {
                          "line": 303,
                          "column": 57
                        },
                        "end": {
                          "line": 307,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 9376,
                          "end": 9439,
                          "loc": {
                            "start": {
                              "line": 304,
                              "column": 4
                            },
                            "end": {
                              "line": 304,
                              "column": 67
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 9382,
                              "end": 9438,
                              "loc": {
                                "start": {
                                  "line": 304,
                                  "column": 10
                                },
                                "end": {
                                  "line": 304,
                                  "column": 66
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 9382,
                                "end": 9387,
                                "loc": {
                                  "start": {
                                    "line": 304,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 304,
                                    "column": 15
                                  },
                                  "identifierName": "array"
                                },
                                "name": "array"
                              },
                              "init": {
                                "type": "ConditionalExpression",
                                "start": 9390,
                                "end": 9438,
                                "loc": {
                                  "start": {
                                    "line": 304,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 304,
                                    "column": 66
                                  }
                                },
                                "test": {
                                  "type": "CallExpression",
                                  "start": 9390,
                                  "end": 9410,
                                  "loc": {
                                    "start": {
                                      "line": 304,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 304,
                                      "column": 38
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 9390,
                                    "end": 9403,
                                    "loc": {
                                      "start": {
                                        "line": 304,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 304,
                                        "column": 31
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 9390,
                                      "end": 9395,
                                      "loc": {
                                        "start": {
                                          "line": 304,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 304,
                                          "column": 23
                                        },
                                        "identifierName": "Array"
                                      },
                                      "name": "Array"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9396,
                                      "end": 9403,
                                      "loc": {
                                        "start": {
                                          "line": 304,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 304,
                                          "column": 31
                                        },
                                        "identifierName": "isArray"
                                      },
                                      "name": "isArray"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 9404,
                                      "end": 9409,
                                      "loc": {
                                        "start": {
                                          "line": 304,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 304,
                                          "column": 37
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    }
                                  ]
                                },
                                "consequent": {
                                  "type": "Identifier",
                                  "start": 9413,
                                  "end": 9418,
                                  "loc": {
                                    "start": {
                                      "line": 304,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 304,
                                      "column": 46
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "alternate": {
                                  "type": "CallExpression",
                                  "start": 9421,
                                  "end": 9438,
                                  "loc": {
                                    "start": {
                                      "line": 304,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 304,
                                      "column": 66
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 9421,
                                    "end": 9431,
                                    "loc": {
                                      "start": {
                                        "line": 304,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 304,
                                        "column": 59
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 9421,
                                      "end": 9426,
                                      "loc": {
                                        "start": {
                                          "line": 304,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 304,
                                          "column": 54
                                        },
                                        "identifierName": "Array"
                                      },
                                      "name": "Array"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9427,
                                      "end": 9431,
                                      "loc": {
                                        "start": {
                                          "line": 304,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 304,
                                          "column": 59
                                        },
                                        "identifierName": "from"
                                      },
                                      "name": "from"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 9432,
                                      "end": 9437,
                                      "loc": {
                                        "start": {
                                          "line": 304,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 304,
                                          "column": 65
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 9445,
                          "end": 9538,
                          "loc": {
                            "start": {
                              "line": 306,
                              "column": 4
                            },
                            "end": {
                              "line": 306,
                              "column": 97
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 9452,
                            "end": 9537,
                            "loc": {
                              "start": {
                                "line": 306,
                                "column": 11
                              },
                              "end": {
                                "line": 306,
                                "column": 96
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9452,
                              "end": 9461,
                              "loc": {
                                "start": {
                                  "line": 306,
                                  "column": 11
                                },
                                "end": {
                                  "line": 306,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 9452,
                                "end": 9457,
                                "loc": {
                                  "start": {
                                    "line": 306,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 306,
                                    "column": 16
                                  },
                                  "identifierName": "array"
                                },
                                "name": "array"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9458,
                                "end": 9461,
                                "loc": {
                                  "start": {
                                    "line": 306,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 306,
                                    "column": 20
                                  },
                                  "identifierName": "map"
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 9462,
                                "end": 9536,
                                "loc": {
                                  "start": {
                                    "line": 306,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 306,
                                    "column": 95
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 9463,
                                    "end": 9466,
                                    "loc": {
                                      "start": {
                                        "line": 306,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 306,
                                        "column": 25
                                      },
                                      "identifierName": "val"
                                    },
                                    "name": "val"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 9471,
                                  "end": 9536,
                                  "loc": {
                                    "start": {
                                      "line": 306,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 306,
                                      "column": 95
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 9471,
                                    "end": 9482,
                                    "loc": {
                                      "start": {
                                        "line": 306,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 306,
                                        "column": 41
                                      },
                                      "identifierName": "getRawValue"
                                    },
                                    "name": "getRawValue"
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 9483,
                                      "end": 9486,
                                      "loc": {
                                        "start": {
                                          "line": 306,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 306,
                                          "column": 45
                                        },
                                        "identifierName": "val"
                                      },
                                      "name": "val"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 9488,
                                      "end": 9496,
                                      "loc": {
                                        "start": {
                                          "line": 306,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 306,
                                          "column": 55
                                        },
                                        "identifierName": "dataType"
                                      },
                                      "name": "dataType"
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 9498,
                                      "end": 9535,
                                      "loc": {
                                        "start": {
                                          "line": 306,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 306,
                                          "column": 94
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 9498,
                                        "end": 9514,
                                        "loc": {
                                          "start": {
                                            "line": 306,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 306,
                                            "column": 73
                                          },
                                          "identifierName": "VariantArrayType"
                                        },
                                        "name": "VariantArrayType"
                                      },
                                      "property": {
                                        "type": "BinaryExpression",
                                        "start": 9515,
                                        "end": 9534,
                                        "loc": {
                                          "start": {
                                            "line": 306,
                                            "column": 74
                                          },
                                          "end": {
                                            "line": 306,
                                            "column": 93
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 9515,
                                          "end": 9530,
                                          "loc": {
                                            "start": {
                                              "line": 306,
                                              "column": 74
                                            },
                                            "end": {
                                              "line": 306,
                                              "column": 89
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 9515,
                                            "end": 9524,
                                            "loc": {
                                              "start": {
                                                "line": 306,
                                                "column": 74
                                              },
                                              "end": {
                                                "line": 306,
                                                "column": 83
                                              },
                                              "identifierName": "arrayType"
                                            },
                                            "name": "arrayType"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 9525,
                                            "end": 9530,
                                            "loc": {
                                              "start": {
                                                "line": 306,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 306,
                                                "column": 89
                                              },
                                              "identifierName": "value"
                                            },
                                            "name": "value"
                                          },
                                          "computed": false
                                        },
                                        "operator": "-",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 9533,
                                          "end": 9534,
                                          "loc": {
                                            "start": {
                                              "line": 306,
                                              "column": 92
                                            },
                                            "end": {
                                              "line": 306,
                                              "column": 93
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 1,
                                            "raw": "1"
                                          },
                                          "value": 1
                                        }
                                      },
                                      "computed": true
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 9546,
                    "end": 9591,
                    "loc": {
                      "start": {
                        "line": 309,
                        "column": 2
                      },
                      "end": {
                        "line": 309,
                        "column": 47
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 9553,
                      "end": 9590,
                      "loc": {
                        "start": {
                          "line": 309,
                          "column": 9
                        },
                        "end": {
                          "line": 309,
                          "column": 46
                        }
                      },
                      "callee": {
                        "type": "LogicalExpression",
                        "start": 9554,
                        "end": 9582,
                        "loc": {
                          "start": {
                            "line": 309,
                            "column": 10
                          },
                          "end": {
                            "line": 309,
                            "column": 38
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 9554,
                          "end": 9574,
                          "loc": {
                            "start": {
                              "line": 309,
                              "column": 10
                            },
                            "end": {
                              "line": 309,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9554,
                            "end": 9564,
                            "loc": {
                              "start": {
                                "line": 309,
                                "column": 10
                              },
                              "end": {
                                "line": 309,
                                "column": 20
                              },
                              "identifierName": "toRawValue"
                            },
                            "name": "toRawValue"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9565,
                            "end": 9573,
                            "loc": {
                              "start": {
                                "line": 309,
                                "column": 21
                              },
                              "end": {
                                "line": 309,
                                "column": 29
                              },
                              "identifierName": "dataType"
                            },
                            "name": "dataType"
                          },
                          "computed": true
                        },
                        "operator": "||",
                        "right": {
                          "type": "Identifier",
                          "start": 9578,
                          "end": 9582,
                          "loc": {
                            "start": {
                              "line": 309,
                              "column": 34
                            },
                            "end": {
                              "line": 309,
                              "column": 38
                            },
                            "identifierName": "asIs"
                          },
                          "name": "asIs"
                        },
                        "extra": {
                          "parenthesized": true,
                          "parenStart": 9553
                        }
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 9584,
                          "end": 9589,
                          "loc": {
                            "start": {
                              "line": 309,
                              "column": 40
                            },
                            "end": {
                              "line": 309,
                              "column": 45
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Returns a node's raw value based on it's OPC-UA value and type.\n * @param {*} value A node's OPC-UA value.\n * @param {node-opcua~DataType} dataType The node's data type.\n * @param {node-opcua~VariantArrayType} arrayType The node's array type.\n * @return {*} The raw value of the given node.\n ",
            "start": 8957,
            "end": 9258,
            "loc": {
              "start": {
                "line": 295,
                "column": 0
              },
              "end": {
                "line": 301,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Returns a node's OPC-UA value based on it's raw value and type.\n * @param {*} rawValue A node's raw value.\n * @param {node-opcua~DataType} dataType A node's data type.\n * @param {node-opcua~VariantArrayType} arrayType A node's array type.\n ",
            "start": 9596,
            "end": 9845,
            "loc": {
              "start": {
                "line": 312,
                "column": 0
              },
              "end": {
                "line": 317,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 9846,
        "end": 10226,
        "loc": {
          "start": {
            "line": 318,
            "column": 0
          },
          "end": {
            "line": 330,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 9852,
            "end": 10225,
            "loc": {
              "start": {
                "line": 318,
                "column": 6
              },
              "end": {
                "line": 330,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 9852,
              "end": 9864,
              "loc": {
                "start": {
                  "line": 318,
                  "column": 6
                },
                "end": {
                  "line": 318,
                  "column": 18
                },
                "identifierName": "getNodeValue"
              },
              "name": "getNodeValue",
              "leadingComments": null
            },
            "init": {
              "type": "ArrowFunctionExpression",
              "start": 9867,
              "end": 10225,
              "loc": {
                "start": {
                  "line": 318,
                  "column": 21
                },
                "end": {
                  "line": 330,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 9852,
                "end": 9864,
                "loc": {
                  "start": {
                    "line": 318,
                    "column": 6
                  },
                  "end": {
                    "line": 318,
                    "column": 18
                  },
                  "identifierName": "getNodeValue"
                },
                "name": "getNodeValue",
                "leadingComments": null
              },
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 9868,
                  "end": 9876,
                  "loc": {
                    "start": {
                      "line": 318,
                      "column": 22
                    },
                    "end": {
                      "line": 318,
                      "column": 30
                    },
                    "identifierName": "rawValue"
                  },
                  "name": "rawValue"
                },
                {
                  "type": "Identifier",
                  "start": 9878,
                  "end": 9886,
                  "loc": {
                    "start": {
                      "line": 318,
                      "column": 32
                    },
                    "end": {
                      "line": 318,
                      "column": 40
                    },
                    "identifierName": "dataType"
                  },
                  "name": "dataType"
                },
                {
                  "type": "Identifier",
                  "start": 9888,
                  "end": 9897,
                  "loc": {
                    "start": {
                      "line": 318,
                      "column": 42
                    },
                    "end": {
                      "line": 318,
                      "column": 51
                    },
                    "identifierName": "arrayType"
                  },
                  "name": "arrayType"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 9902,
                "end": 10225,
                "loc": {
                  "start": {
                    "line": 318,
                    "column": 56
                  },
                  "end": {
                    "line": 330,
                    "column": 1
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 9906,
                    "end": 10170,
                    "loc": {
                      "start": {
                        "line": 319,
                        "column": 2
                      },
                      "end": {
                        "line": 327,
                        "column": 3
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 9910,
                      "end": 9959,
                      "loc": {
                        "start": {
                          "line": 319,
                          "column": 6
                        },
                        "end": {
                          "line": 319,
                          "column": 55
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 9910,
                        "end": 9925,
                        "loc": {
                          "start": {
                            "line": 319,
                            "column": 6
                          },
                          "end": {
                            "line": 319,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 9910,
                          "end": 9919,
                          "loc": {
                            "start": {
                              "line": 319,
                              "column": 6
                            },
                            "end": {
                              "line": 319,
                              "column": 15
                            },
                            "identifierName": "arrayType"
                          },
                          "name": "arrayType"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9920,
                          "end": 9925,
                          "loc": {
                            "start": {
                              "line": 319,
                              "column": 16
                            },
                            "end": {
                              "line": 319,
                              "column": 21
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        },
                        "computed": false
                      },
                      "operator": "!==",
                      "right": {
                        "type": "MemberExpression",
                        "start": 9930,
                        "end": 9959,
                        "loc": {
                          "start": {
                            "line": 319,
                            "column": 26
                          },
                          "end": {
                            "line": 319,
                            "column": 55
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 9930,
                          "end": 9953,
                          "loc": {
                            "start": {
                              "line": 319,
                              "column": 26
                            },
                            "end": {
                              "line": 319,
                              "column": 49
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9930,
                            "end": 9946,
                            "loc": {
                              "start": {
                                "line": 319,
                                "column": 26
                              },
                              "end": {
                                "line": 319,
                                "column": 42
                              },
                              "identifierName": "VariantArrayType"
                            },
                            "name": "VariantArrayType"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9947,
                            "end": 9953,
                            "loc": {
                              "start": {
                                "line": 319,
                                "column": 43
                              },
                              "end": {
                                "line": 319,
                                "column": 49
                              },
                              "identifierName": "Scalar"
                            },
                            "name": "Scalar"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9954,
                          "end": 9959,
                          "loc": {
                            "start": {
                              "line": 319,
                              "column": 50
                            },
                            "end": {
                              "line": 319,
                              "column": 55
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        },
                        "computed": false
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 9961,
                      "end": 10170,
                      "loc": {
                        "start": {
                          "line": 319,
                          "column": 57
                        },
                        "end": {
                          "line": 327,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 9967,
                          "end": 10052,
                          "loc": {
                            "start": {
                              "line": 320,
                              "column": 4
                            },
                            "end": {
                              "line": 322,
                              "column": 5
                            }
                          },
                          "test": {
                            "type": "UnaryExpression",
                            "start": 9971,
                            "end": 9995,
                            "loc": {
                              "start": {
                                "line": 320,
                                "column": 8
                              },
                              "end": {
                                "line": 320,
                                "column": 32
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "CallExpression",
                              "start": 9972,
                              "end": 9995,
                              "loc": {
                                "start": {
                                  "line": 320,
                                  "column": 9
                                },
                                "end": {
                                  "line": 320,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 9972,
                                "end": 9985,
                                "loc": {
                                  "start": {
                                    "line": 320,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 320,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 9972,
                                  "end": 9977,
                                  "loc": {
                                    "start": {
                                      "line": 320,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 320,
                                      "column": 14
                                    },
                                    "identifierName": "Array"
                                  },
                                  "name": "Array"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9978,
                                  "end": 9985,
                                  "loc": {
                                    "start": {
                                      "line": 320,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 320,
                                      "column": 22
                                    },
                                    "identifierName": "isArray"
                                  },
                                  "name": "isArray"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 9986,
                                  "end": 9994,
                                  "loc": {
                                    "start": {
                                      "line": 320,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 320,
                                      "column": 31
                                    },
                                    "identifierName": "rawValue"
                                  },
                                  "name": "rawValue"
                                }
                              ]
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 9997,
                            "end": 10052,
                            "loc": {
                              "start": {
                                "line": 320,
                                "column": 34
                              },
                              "end": {
                                "line": 322,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ThrowStatement",
                                "start": 10005,
                                "end": 10046,
                                "loc": {
                                  "start": {
                                    "line": 321,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 321,
                                    "column": 47
                                  }
                                },
                                "argument": {
                                  "type": "NewExpression",
                                  "start": 10011,
                                  "end": 10045,
                                  "loc": {
                                    "start": {
                                      "line": 321,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 321,
                                      "column": 46
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 10015,
                                    "end": 10020,
                                    "loc": {
                                      "start": {
                                        "line": 321,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 321,
                                        "column": 21
                                      },
                                      "identifierName": "Error"
                                    },
                                    "name": "Error"
                                  },
                                  "arguments": [
                                    {
                                      "type": "StringLiteral",
                                      "start": 10021,
                                      "end": 10044,
                                      "loc": {
                                        "start": {
                                          "line": 321,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 321,
                                          "column": 45
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "Value is not an array",
                                        "raw": "'Value is not an array'"
                                      },
                                      "value": "Value is not an array"
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 10058,
                          "end": 10166,
                          "loc": {
                            "start": {
                              "line": 324,
                              "column": 4
                            },
                            "end": {
                              "line": 326,
                              "column": 6
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 10065,
                            "end": 10165,
                            "loc": {
                              "start": {
                                "line": 324,
                                "column": 11
                              },
                              "end": {
                                "line": 326,
                                "column": 5
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 10065,
                              "end": 10077,
                              "loc": {
                                "start": {
                                  "line": 324,
                                  "column": 11
                                },
                                "end": {
                                  "line": 324,
                                  "column": 23
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 10065,
                                "end": 10073,
                                "loc": {
                                  "start": {
                                    "line": 324,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 324,
                                    "column": 19
                                  },
                                  "identifierName": "rawValue"
                                },
                                "name": "rawValue"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10074,
                                "end": 10077,
                                "loc": {
                                  "start": {
                                    "line": 324,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 324,
                                    "column": 23
                                  },
                                  "identifierName": "map"
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 10078,
                                "end": 10159,
                                "loc": {
                                  "start": {
                                    "line": 324,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 325,
                                    "column": 72
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 10079,
                                    "end": 10082,
                                    "loc": {
                                      "start": {
                                        "line": 324,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 324,
                                        "column": 28
                                      },
                                      "identifierName": "raw"
                                    },
                                    "name": "raw"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 10093,
                                  "end": 10159,
                                  "loc": {
                                    "start": {
                                      "line": 325,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 325,
                                      "column": 72
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 10093,
                                    "end": 10105,
                                    "loc": {
                                      "start": {
                                        "line": 325,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 325,
                                        "column": 18
                                      },
                                      "identifierName": "getNodeValue"
                                    },
                                    "name": "getNodeValue"
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 10106,
                                      "end": 10109,
                                      "loc": {
                                        "start": {
                                          "line": 325,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 325,
                                          "column": 22
                                        },
                                        "identifierName": "raw"
                                      },
                                      "name": "raw"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 10111,
                                      "end": 10119,
                                      "loc": {
                                        "start": {
                                          "line": 325,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 325,
                                          "column": 32
                                        },
                                        "identifierName": "dataType"
                                      },
                                      "name": "dataType"
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 10121,
                                      "end": 10158,
                                      "loc": {
                                        "start": {
                                          "line": 325,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 325,
                                          "column": 71
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10121,
                                        "end": 10137,
                                        "loc": {
                                          "start": {
                                            "line": 325,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 325,
                                            "column": 50
                                          },
                                          "identifierName": "VariantArrayType"
                                        },
                                        "name": "VariantArrayType"
                                      },
                                      "property": {
                                        "type": "BinaryExpression",
                                        "start": 10138,
                                        "end": 10157,
                                        "loc": {
                                          "start": {
                                            "line": 325,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 325,
                                            "column": 70
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 10138,
                                          "end": 10153,
                                          "loc": {
                                            "start": {
                                              "line": 325,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 325,
                                              "column": 66
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 10138,
                                            "end": 10147,
                                            "loc": {
                                              "start": {
                                                "line": 325,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 325,
                                                "column": 60
                                              },
                                              "identifierName": "arrayType"
                                            },
                                            "name": "arrayType"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10148,
                                            "end": 10153,
                                            "loc": {
                                              "start": {
                                                "line": 325,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 325,
                                                "column": 66
                                              },
                                              "identifierName": "value"
                                            },
                                            "name": "value"
                                          },
                                          "computed": false
                                        },
                                        "operator": "-",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 10156,
                                          "end": 10157,
                                          "loc": {
                                            "start": {
                                              "line": 325,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 325,
                                              "column": 70
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 1,
                                            "raw": "1"
                                          },
                                          "value": 1
                                        }
                                      },
                                      "computed": true
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 10174,
                    "end": 10223,
                    "loc": {
                      "start": {
                        "line": 329,
                        "column": 2
                      },
                      "end": {
                        "line": 329,
                        "column": 51
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 10181,
                      "end": 10222,
                      "loc": {
                        "start": {
                          "line": 329,
                          "column": 9
                        },
                        "end": {
                          "line": 329,
                          "column": 50
                        }
                      },
                      "callee": {
                        "type": "LogicalExpression",
                        "start": 10182,
                        "end": 10211,
                        "loc": {
                          "start": {
                            "line": 329,
                            "column": 10
                          },
                          "end": {
                            "line": 329,
                            "column": 39
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 10182,
                          "end": 10203,
                          "loc": {
                            "start": {
                              "line": 329,
                              "column": 10
                            },
                            "end": {
                              "line": 329,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10182,
                            "end": 10193,
                            "loc": {
                              "start": {
                                "line": 329,
                                "column": 10
                              },
                              "end": {
                                "line": 329,
                                "column": 21
                              },
                              "identifierName": "toNodeValue"
                            },
                            "name": "toNodeValue"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10194,
                            "end": 10202,
                            "loc": {
                              "start": {
                                "line": 329,
                                "column": 22
                              },
                              "end": {
                                "line": 329,
                                "column": 30
                              },
                              "identifierName": "dataType"
                            },
                            "name": "dataType"
                          },
                          "computed": true
                        },
                        "operator": "||",
                        "right": {
                          "type": "Identifier",
                          "start": 10207,
                          "end": 10211,
                          "loc": {
                            "start": {
                              "line": 329,
                              "column": 35
                            },
                            "end": {
                              "line": 329,
                              "column": 39
                            },
                            "identifierName": "asIs"
                          },
                          "name": "asIs"
                        },
                        "extra": {
                          "parenthesized": true,
                          "parenStart": 10181
                        }
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 10213,
                          "end": 10221,
                          "loc": {
                            "start": {
                              "line": 329,
                              "column": 41
                            },
                            "end": {
                              "line": 329,
                              "column": 49
                            },
                            "identifierName": "rawValue"
                          },
                          "name": "rawValue"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Returns a node's OPC-UA value based on it's raw value and type.\n * @param {*} rawValue A node's raw value.\n * @param {node-opcua~DataType} dataType A node's data type.\n * @param {node-opcua~VariantArrayType} arrayType A node's array type.\n ",
            "start": 9596,
            "end": 9845,
            "loc": {
              "start": {
                "line": 312,
                "column": 0
              },
              "end": {
                "line": 317,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Returns the extension for a specific {@link node-opcua~DataType}.\n * Algorithm:\n *   - if the type has a shortened extension defined in {@link ExtensionForDataType}, return it.\n *   - else return the DataType's name, in lowercase letters.\n * @param {node-opcua~DataType} dataType The datatype to get the extension for.\n * @return {string} The resulting extension.\n ",
            "start": 10228,
            "end": 10602,
            "loc": {
              "start": {
                "line": 332,
                "column": 0
              },
              "end": {
                "line": 339,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 10603,
        "end": 10724,
        "loc": {
          "start": {
            "line": 340,
            "column": 0
          },
          "end": {
            "line": 342,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 10612,
          "end": 10632,
          "loc": {
            "start": {
              "line": 340,
              "column": 9
            },
            "end": {
              "line": 340,
              "column": 29
            },
            "identifierName": "extensionForDataType"
          },
          "name": "extensionForDataType",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 10633,
            "end": 10641,
            "loc": {
              "start": {
                "line": 340,
                "column": 30
              },
              "end": {
                "line": 340,
                "column": 38
              },
              "identifierName": "dataType"
            },
            "name": "dataType"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 10643,
          "end": 10724,
          "loc": {
            "start": {
              "line": 340,
              "column": 40
            },
            "end": {
              "line": 342,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 10647,
              "end": 10722,
              "loc": {
                "start": {
                  "line": 341,
                  "column": 2
                },
                "end": {
                  "line": 341,
                  "column": 77
                }
              },
              "argument": {
                "type": "LogicalExpression",
                "start": 10654,
                "end": 10721,
                "loc": {
                  "start": {
                    "line": 341,
                    "column": 9
                  },
                  "end": {
                    "line": 341,
                    "column": 76
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 10654,
                  "end": 10684,
                  "loc": {
                    "start": {
                      "line": 341,
                      "column": 9
                    },
                    "end": {
                      "line": 341,
                      "column": 39
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 10654,
                    "end": 10674,
                    "loc": {
                      "start": {
                        "line": 341,
                        "column": 9
                      },
                      "end": {
                        "line": 341,
                        "column": 29
                      },
                      "identifierName": "ExtensionForDataType"
                    },
                    "name": "ExtensionForDataType"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 10675,
                    "end": 10683,
                    "loc": {
                      "start": {
                        "line": 341,
                        "column": 30
                      },
                      "end": {
                        "line": 341,
                        "column": 38
                      },
                      "identifierName": "dataType"
                    },
                    "name": "dataType"
                  },
                  "computed": true
                },
                "operator": "||",
                "right": {
                  "type": "CallExpression",
                  "start": 10688,
                  "end": 10721,
                  "loc": {
                    "start": {
                      "line": 341,
                      "column": 43
                    },
                    "end": {
                      "line": 341,
                      "column": 76
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 10688,
                    "end": 10719,
                    "loc": {
                      "start": {
                        "line": 341,
                        "column": 43
                      },
                      "end": {
                        "line": 341,
                        "column": 74
                      }
                    },
                    "object": {
                      "type": "CallExpression",
                      "start": 10688,
                      "end": 10707,
                      "loc": {
                        "start": {
                          "line": 341,
                          "column": 43
                        },
                        "end": {
                          "line": 341,
                          "column": 62
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 10688,
                        "end": 10705,
                        "loc": {
                          "start": {
                            "line": 341,
                            "column": 43
                          },
                          "end": {
                            "line": 341,
                            "column": 60
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 10688,
                          "end": 10696,
                          "loc": {
                            "start": {
                              "line": 341,
                              "column": 43
                            },
                            "end": {
                              "line": 341,
                              "column": 51
                            },
                            "identifierName": "dataType"
                          },
                          "name": "dataType"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 10697,
                          "end": 10705,
                          "loc": {
                            "start": {
                              "line": 341,
                              "column": 52
                            },
                            "end": {
                              "line": 341,
                              "column": 60
                            },
                            "identifierName": "toString"
                          },
                          "name": "toString"
                        },
                        "computed": false
                      },
                      "arguments": []
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 10708,
                      "end": 10719,
                      "loc": {
                        "start": {
                          "line": 341,
                          "column": 63
                        },
                        "end": {
                          "line": 341,
                          "column": 74
                        },
                        "identifierName": "toLowerCase"
                      },
                      "name": "toLowerCase"
                    },
                    "computed": false
                  },
                  "arguments": []
                }
              }
            }
          ],
          "directives": [],
          "trailingComments": null
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Returns the extension for a specific {@link node-opcua~DataType}.\n * Algorithm:\n *   - if the type has a shortened extension defined in {@link ExtensionForDataType}, return it.\n *   - else return the DataType's name, in lowercase letters.\n * @param {node-opcua~DataType} dataType The datatype to get the extension for.\n * @return {string} The resulting extension.\n ",
            "start": 10228,
            "end": 10602,
            "loc": {
              "start": {
                "line": 332,
                "column": 0
              },
              "end": {
                "line": 339,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A regular expression that maches all reference definition files.\n * @type {RegExp}\n ",
            "start": 10726,
            "end": 10819,
            "loc": {
              "start": {
                "line": 344,
                "column": 0
              },
              "end": {
                "line": 347,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 10820,
        "end": 10917,
        "loc": {
          "start": {
            "line": 348,
            "column": 0
          },
          "end": {
            "line": 348,
            "column": 97
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 10826,
            "end": 10916,
            "loc": {
              "start": {
                "line": 348,
                "column": 6
              },
              "end": {
                "line": 348,
                "column": 96
              }
            },
            "id": {
              "type": "Identifier",
              "start": 10826,
              "end": 10842,
              "loc": {
                "start": {
                  "line": 348,
                  "column": 6
                },
                "end": {
                  "line": 348,
                  "column": 22
                },
                "identifierName": "ConfigFileRegexp"
              },
              "name": "ConfigFileRegexp",
              "leadingComments": null
            },
            "init": {
              "type": "RegExpLiteral",
              "start": 10845,
              "end": 10916,
              "loc": {
                "start": {
                  "line": 348,
                  "column": 25
                },
                "end": {
                  "line": 348,
                  "column": 96
                }
              },
              "extra": {
                "raw": "/^\\.((Object|Variable)(Type)?|Method|View|(Reference|Data)Type)\\.json$/"
              },
              "pattern": "^\\.((Object|Variable)(Type)?|Method|View|(Reference|Data)Type)\\.json$",
              "flags": ""
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A regular expression that maches all reference definition files.\n * @type {RegExp}\n ",
            "start": 10726,
            "end": 10819,
            "loc": {
              "start": {
                "line": 344,
                "column": 0
              },
              "end": {
                "line": 347,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * An extension to {@link vinyl~File} providing some additional, atvise-related properties.\n * @property {node-opcua~DataType} AtviseFile#dataType The {@link node-opcua~DataType} the node is\n * stored against on atvise server.\n * @property {NodeId} typeDefinition The file's type definition on atvise server.\n * FIXME: Additional properties not showing in API docs.\n ",
            "start": 10919,
            "end": 11292,
            "loc": {
              "start": {
                "line": 350,
                "column": 0
              },
              "end": {
                "line": 356,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 11293,
        "end": 25602,
        "loc": {
          "start": {
            "line": 357,
            "column": 0
          },
          "end": {
            "line": 887,
            "column": 1
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 11308,
          "end": 25602,
          "loc": {
            "start": {
              "line": 357,
              "column": 15
            },
            "end": {
              "line": 887,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 11314,
            "end": 11324,
            "loc": {
              "start": {
                "line": 357,
                "column": 21
              },
              "end": {
                "line": 357,
                "column": 31
              },
              "identifierName": "AtviseFile"
            },
            "name": "AtviseFile",
            "leadingComments": null
          },
          "superClass": {
            "type": "Identifier",
            "start": 11333,
            "end": 11337,
            "loc": {
              "start": {
                "line": 357,
                "column": 40
              },
              "end": {
                "line": 357,
                "column": 44
              },
              "identifierName": "File"
            },
            "name": "File"
          },
          "body": {
            "type": "ClassBody",
            "start": 11338,
            "end": 25602,
            "loc": {
              "start": {
                "line": 357,
                "column": 45
              },
              "end": {
                "line": 887,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 11501,
                "end": 13038,
                "loc": {
                  "start": {
                    "line": 362,
                    "column": 2
                  },
                  "end": {
                    "line": 403,
                    "column": 3
                  }
                },
                "static": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 11508,
                  "end": 11525,
                  "loc": {
                    "start": {
                      "line": 362,
                      "column": 9
                    },
                    "end": {
                      "line": 362,
                      "column": 26
                    },
                    "identifierName": "pathForReadResult"
                  },
                  "name": "pathForReadResult"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 11526,
                    "end": 11536,
                    "loc": {
                      "start": {
                        "line": 362,
                        "column": 27
                      },
                      "end": {
                        "line": 362,
                        "column": 37
                      },
                      "identifierName": "readResult"
                    },
                    "name": "readResult"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 11538,
                  "end": 13038,
                  "loc": {
                    "start": {
                      "line": 362,
                      "column": 39
                    },
                    "end": {
                      "line": 403,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 11544,
                      "end": 11582,
                      "loc": {
                        "start": {
                          "line": 363,
                          "column": 4
                        },
                        "end": {
                          "line": 363,
                          "column": 42
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 11548,
                          "end": 11581,
                          "loc": {
                            "start": {
                              "line": 363,
                              "column": 8
                            },
                            "end": {
                              "line": 363,
                              "column": 41
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 11548,
                            "end": 11552,
                            "loc": {
                              "start": {
                                "line": 363,
                                "column": 8
                              },
                              "end": {
                                "line": 363,
                                "column": 12
                              },
                              "identifierName": "path"
                            },
                            "name": "path"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 11555,
                            "end": 11581,
                            "loc": {
                              "start": {
                                "line": 363,
                                "column": 15
                              },
                              "end": {
                                "line": 363,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 11555,
                              "end": 11572,
                              "loc": {
                                "start": {
                                  "line": 363,
                                  "column": 15
                                },
                                "end": {
                                  "line": 363,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 11555,
                                "end": 11565,
                                "loc": {
                                  "start": {
                                    "line": 363,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 363,
                                    "column": 25
                                  },
                                  "identifierName": "readResult"
                                },
                                "name": "readResult"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11566,
                                "end": 11572,
                                "loc": {
                                  "start": {
                                    "line": 363,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 363,
                                    "column": 32
                                  },
                                  "identifierName": "nodeId"
                                },
                                "name": "nodeId"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11573,
                              "end": 11581,
                              "loc": {
                                "start": {
                                  "line": 363,
                                  "column": 33
                                },
                                "end": {
                                  "line": 363,
                                  "column": 41
                                },
                                "identifierName": "filePath"
                              },
                              "name": "filePath"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 11588,
                      "end": 11714,
                      "loc": {
                        "start": {
                          "line": 365,
                          "column": 4
                        },
                        "end": {
                          "line": 367,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 11592,
                        "end": 11647,
                        "loc": {
                          "start": {
                            "line": 365,
                            "column": 8
                          },
                          "end": {
                            "line": 365,
                            "column": 63
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 11592,
                          "end": 11618,
                          "loc": {
                            "start": {
                              "line": 365,
                              "column": 8
                            },
                            "end": {
                              "line": 365,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 11592,
                            "end": 11612,
                            "loc": {
                              "start": {
                                "line": 365,
                                "column": 8
                              },
                              "end": {
                                "line": 365,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 11592,
                              "end": 11602,
                              "loc": {
                                "start": {
                                  "line": 365,
                                  "column": 8
                                },
                                "end": {
                                  "line": 365,
                                  "column": 18
                                },
                                "identifierName": "readResult"
                              },
                              "name": "readResult"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11603,
                              "end": 11612,
                              "loc": {
                                "start": {
                                  "line": 365,
                                  "column": 19
                                },
                                "end": {
                                  "line": 365,
                                  "column": 28
                                },
                                "identifierName": "nodeClass"
                              },
                              "name": "nodeClass"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11613,
                            "end": 11618,
                            "loc": {
                              "start": {
                                "line": 365,
                                "column": 29
                              },
                              "end": {
                                "line": 365,
                                "column": 34
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "computed": false
                        },
                        "operator": "!==",
                        "right": {
                          "type": "MemberExpression",
                          "start": 11623,
                          "end": 11647,
                          "loc": {
                            "start": {
                              "line": 365,
                              "column": 39
                            },
                            "end": {
                              "line": 365,
                              "column": 63
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 11623,
                            "end": 11641,
                            "loc": {
                              "start": {
                                "line": 365,
                                "column": 39
                              },
                              "end": {
                                "line": 365,
                                "column": 57
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 11623,
                              "end": 11632,
                              "loc": {
                                "start": {
                                  "line": 365,
                                  "column": 39
                                },
                                "end": {
                                  "line": 365,
                                  "column": 48
                                },
                                "identifierName": "NodeClass"
                              },
                              "name": "NodeClass"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11633,
                              "end": 11641,
                              "loc": {
                                "start": {
                                  "line": 365,
                                  "column": 49
                                },
                                "end": {
                                  "line": 365,
                                  "column": 57
                                },
                                "identifierName": "Variable"
                              },
                              "name": "Variable"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11642,
                            "end": 11647,
                            "loc": {
                              "start": {
                                "line": 365,
                                "column": 58
                              },
                              "end": {
                                "line": 365,
                                "column": 63
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 11649,
                        "end": 11714,
                        "loc": {
                          "start": {
                            "line": 365,
                            "column": 65
                          },
                          "end": {
                            "line": 367,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 11657,
                            "end": 11708,
                            "loc": {
                              "start": {
                                "line": 366,
                                "column": 6
                              },
                              "end": {
                                "line": 366,
                                "column": 57
                              }
                            },
                            "argument": {
                              "type": "TemplateLiteral",
                              "start": 11664,
                              "end": 11707,
                              "loc": {
                                "start": {
                                  "line": 366,
                                  "column": 13
                                },
                                "end": {
                                  "line": 366,
                                  "column": 56
                                }
                              },
                              "expressions": [
                                {
                                  "type": "Identifier",
                                  "start": 11667,
                                  "end": 11671,
                                  "loc": {
                                    "start": {
                                      "line": 366,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 366,
                                      "column": 20
                                    },
                                    "identifierName": "path"
                                  },
                                  "name": "path"
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 11676,
                                  "end": 11700,
                                  "loc": {
                                    "start": {
                                      "line": 366,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 366,
                                      "column": 49
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 11676,
                                    "end": 11696,
                                    "loc": {
                                      "start": {
                                        "line": 366,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 366,
                                        "column": 45
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 11676,
                                      "end": 11686,
                                      "loc": {
                                        "start": {
                                          "line": 366,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 366,
                                          "column": 35
                                        },
                                        "identifierName": "readResult"
                                      },
                                      "name": "readResult"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 11687,
                                      "end": 11696,
                                      "loc": {
                                        "start": {
                                          "line": 366,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 366,
                                          "column": 45
                                        },
                                        "identifierName": "nodeClass"
                                      },
                                      "name": "nodeClass"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11697,
                                    "end": 11700,
                                    "loc": {
                                      "start": {
                                        "line": 366,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 366,
                                        "column": 49
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  },
                                  "computed": false
                                }
                              ],
                              "quasis": [
                                {
                                  "type": "TemplateElement",
                                  "start": 11665,
                                  "end": 11665,
                                  "loc": {
                                    "start": {
                                      "line": 366,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 366,
                                      "column": 14
                                    }
                                  },
                                  "value": {
                                    "raw": "",
                                    "cooked": ""
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 11672,
                                  "end": 11674,
                                  "loc": {
                                    "start": {
                                      "line": 366,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 366,
                                      "column": 23
                                    }
                                  },
                                  "value": {
                                    "raw": "/.",
                                    "cooked": "/."
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 11701,
                                  "end": 11706,
                                  "loc": {
                                    "start": {
                                      "line": 366,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 366,
                                      "column": 55
                                    }
                                  },
                                  "value": {
                                    "raw": ".json",
                                    "cooked": ".json"
                                  },
                                  "tail": true
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 11720,
                      "end": 11764,
                      "loc": {
                        "start": {
                          "line": 369,
                          "column": 4
                        },
                        "end": {
                          "line": 369,
                          "column": 48
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 11726,
                          "end": 11763,
                          "loc": {
                            "start": {
                              "line": 369,
                              "column": 10
                            },
                            "end": {
                              "line": 369,
                              "column": 47
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 11726,
                            "end": 11734,
                            "loc": {
                              "start": {
                                "line": 369,
                                "column": 10
                              },
                              "end": {
                                "line": 369,
                                "column": 18
                              },
                              "identifierName": "dataType"
                            },
                            "name": "dataType"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 11737,
                            "end": 11763,
                            "loc": {
                              "start": {
                                "line": 369,
                                "column": 21
                              },
                              "end": {
                                "line": 369,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 11737,
                              "end": 11753,
                              "loc": {
                                "start": {
                                  "line": 369,
                                  "column": 21
                                },
                                "end": {
                                  "line": 369,
                                  "column": 37
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 11737,
                                "end": 11747,
                                "loc": {
                                  "start": {
                                    "line": 369,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 369,
                                    "column": 31
                                  },
                                  "identifierName": "readResult"
                                },
                                "name": "readResult"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11748,
                                "end": 11753,
                                "loc": {
                                  "start": {
                                    "line": 369,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 369,
                                    "column": 37
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11754,
                              "end": 11763,
                              "loc": {
                                "start": {
                                  "line": 369,
                                  "column": 38
                                },
                                "end": {
                                  "line": 369,
                                  "column": 47
                                },
                                "identifierName": "$dataType"
                              },
                              "name": "$dataType"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 11769,
                      "end": 11815,
                      "loc": {
                        "start": {
                          "line": 370,
                          "column": 4
                        },
                        "end": {
                          "line": 370,
                          "column": 50
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 11775,
                          "end": 11814,
                          "loc": {
                            "start": {
                              "line": 370,
                              "column": 10
                            },
                            "end": {
                              "line": 370,
                              "column": 49
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 11775,
                            "end": 11784,
                            "loc": {
                              "start": {
                                "line": 370,
                                "column": 10
                              },
                              "end": {
                                "line": 370,
                                "column": 19
                              },
                              "identifierName": "arrayType"
                            },
                            "name": "arrayType"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 11787,
                            "end": 11814,
                            "loc": {
                              "start": {
                                "line": 370,
                                "column": 22
                              },
                              "end": {
                                "line": 370,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 11787,
                              "end": 11803,
                              "loc": {
                                "start": {
                                  "line": 370,
                                  "column": 22
                                },
                                "end": {
                                  "line": 370,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 11787,
                                "end": 11797,
                                "loc": {
                                  "start": {
                                    "line": 370,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 370,
                                    "column": 32
                                  },
                                  "identifierName": "readResult"
                                },
                                "name": "readResult"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11798,
                                "end": 11803,
                                "loc": {
                                  "start": {
                                    "line": 370,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 370,
                                    "column": 38
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11804,
                              "end": 11814,
                              "loc": {
                                "start": {
                                  "line": 370,
                                  "column": 39
                                },
                                "end": {
                                  "line": 370,
                                  "column": 49
                                },
                                "identifierName": "$arrayType"
                              },
                              "name": "$arrayType"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 11820,
                      "end": 11886,
                      "loc": {
                        "start": {
                          "line": 371,
                          "column": 4
                        },
                        "end": {
                          "line": 371,
                          "column": 70
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 11826,
                          "end": 11885,
                          "loc": {
                            "start": {
                              "line": 371,
                              "column": 10
                            },
                            "end": {
                              "line": 371,
                              "column": 69
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 11826,
                            "end": 11840,
                            "loc": {
                              "start": {
                                "line": 371,
                                "column": 10
                              },
                              "end": {
                                "line": 371,
                                "column": 24
                              },
                              "identifierName": "typeDefinition"
                            },
                            "name": "typeDefinition"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 11843,
                            "end": 11885,
                            "loc": {
                              "start": {
                                "line": 371,
                                "column": 27
                              },
                              "end": {
                                "line": 371,
                                "column": 69
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 11843,
                              "end": 11882,
                              "loc": {
                                "start": {
                                  "line": 371,
                                  "column": 27
                                },
                                "end": {
                                  "line": 371,
                                  "column": 66
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 11843,
                                "end": 11864,
                                "loc": {
                                  "start": {
                                    "line": 371,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 371,
                                    "column": 48
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 11843,
                                  "end": 11853,
                                  "loc": {
                                    "start": {
                                      "line": 371,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 371,
                                      "column": 37
                                    },
                                    "identifierName": "readResult"
                                  },
                                  "name": "readResult"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11854,
                                  "end": 11864,
                                  "loc": {
                                    "start": {
                                      "line": 371,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 371,
                                      "column": 48
                                    },
                                    "identifierName": "references"
                                  },
                                  "name": "references"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11865,
                                "end": 11882,
                                "loc": {
                                  "start": {
                                    "line": 371,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 371,
                                    "column": 66
                                  },
                                  "identifierName": "HasTypeDefinition"
                                },
                                "name": "HasTypeDefinition"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "NumericLiteral",
                              "start": 11883,
                              "end": 11884,
                              "loc": {
                                "start": {
                                  "line": 371,
                                  "column": 67
                                },
                                "end": {
                                  "line": 371,
                                  "column": 68
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 11892,
                      "end": 12797,
                      "loc": {
                        "start": {
                          "line": 373,
                          "column": 4
                        },
                        "end": {
                          "line": 395,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 11896,
                        "end": 11949,
                        "loc": {
                          "start": {
                            "line": 373,
                            "column": 8
                          },
                          "end": {
                            "line": 373,
                            "column": 61
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 11896,
                          "end": 11916,
                          "loc": {
                            "start": {
                              "line": 373,
                              "column": 8
                            },
                            "end": {
                              "line": 373,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 11896,
                            "end": 11910,
                            "loc": {
                              "start": {
                                "line": 373,
                                "column": 8
                              },
                              "end": {
                                "line": 373,
                                "column": 22
                              },
                              "identifierName": "typeDefinition"
                            },
                            "name": "typeDefinition"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11911,
                            "end": 11916,
                            "loc": {
                              "start": {
                                "line": 373,
                                "column": 23
                              },
                              "end": {
                                "line": 373,
                                "column": 28
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "MemberExpression",
                          "start": 11921,
                          "end": 11949,
                          "loc": {
                            "start": {
                              "line": 373,
                              "column": 33
                            },
                            "end": {
                              "line": 373,
                              "column": 61
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 11921,
                            "end": 11943,
                            "loc": {
                              "start": {
                                "line": 373,
                                "column": 33
                              },
                              "end": {
                                "line": 373,
                                "column": 55
                              },
                              "identifierName": "VariableTypeDefinition"
                            },
                            "name": "VariableTypeDefinition"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11944,
                            "end": 11949,
                            "loc": {
                              "start": {
                                "line": 373,
                                "column": 56
                              },
                              "end": {
                                "line": 373,
                                "column": 61
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 11951,
                        "end": 12091,
                        "loc": {
                          "start": {
                            "line": 373,
                            "column": 63
                          },
                          "end": {
                            "line": 376,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 12040,
                            "end": 12085,
                            "loc": {
                              "start": {
                                "line": 375,
                                "column": 6
                              },
                              "end": {
                                "line": 375,
                                "column": 51
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 12040,
                              "end": 12084,
                              "loc": {
                                "start": {
                                  "line": 375,
                                  "column": 6
                                },
                                "end": {
                                  "line": 375,
                                  "column": 50
                                }
                              },
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "start": 12040,
                                "end": 12044,
                                "loc": {
                                  "start": {
                                    "line": 375,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 375,
                                    "column": 10
                                  },
                                  "identifierName": "path"
                                },
                                "name": "path",
                                "leadingComments": null
                              },
                              "right": {
                                "type": "TemplateLiteral",
                                "start": 12048,
                                "end": 12084,
                                "loc": {
                                  "start": {
                                    "line": 375,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 375,
                                    "column": 50
                                  }
                                },
                                "expressions": [
                                  {
                                    "type": "CallExpression",
                                    "start": 12052,
                                    "end": 12082,
                                    "loc": {
                                      "start": {
                                        "line": 375,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 375,
                                        "column": 48
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 12052,
                                      "end": 12072,
                                      "loc": {
                                        "start": {
                                          "line": 375,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 375,
                                          "column": 38
                                        },
                                        "identifierName": "extensionForDataType"
                                      },
                                      "name": "extensionForDataType"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 12073,
                                        "end": 12081,
                                        "loc": {
                                          "start": {
                                            "line": 375,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 375,
                                            "column": 47
                                          },
                                          "identifierName": "dataType"
                                        },
                                        "name": "dataType"
                                      }
                                    ]
                                  }
                                ],
                                "quasis": [
                                  {
                                    "type": "TemplateElement",
                                    "start": 12049,
                                    "end": 12050,
                                    "loc": {
                                      "start": {
                                        "line": 375,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 375,
                                        "column": 16
                                      }
                                    },
                                    "value": {
                                      "raw": ".",
                                      "cooked": "."
                                    },
                                    "tail": false
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "start": 12083,
                                    "end": 12083,
                                    "loc": {
                                      "start": {
                                        "line": 375,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 375,
                                        "column": 49
                                      }
                                    },
                                    "value": {
                                      "raw": "",
                                      "cooked": ""
                                    },
                                    "tail": true
                                  }
                                ]
                              },
                              "leadingComments": null
                            },
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " Variable nodes are stored with their lowercase datatype as an extension",
                                "start": 11959,
                                "end": 12033,
                                "loc": {
                                  "start": {
                                    "line": 374,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 374,
                                    "column": 80
                                  }
                                }
                              }
                            ]
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 12097,
                        "end": 12797,
                        "loc": {
                          "start": {
                            "line": 376,
                            "column": 11
                          },
                          "end": {
                            "line": 395,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 12101,
                          "end": 12154,
                          "loc": {
                            "start": {
                              "line": 376,
                              "column": 15
                            },
                            "end": {
                              "line": 376,
                              "column": 68
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 12101,
                            "end": 12121,
                            "loc": {
                              "start": {
                                "line": 376,
                                "column": 15
                              },
                              "end": {
                                "line": 376,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 12101,
                              "end": 12115,
                              "loc": {
                                "start": {
                                  "line": 376,
                                  "column": 15
                                },
                                "end": {
                                  "line": 376,
                                  "column": 29
                                },
                                "identifierName": "typeDefinition"
                              },
                              "name": "typeDefinition"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12116,
                              "end": 12121,
                              "loc": {
                                "start": {
                                  "line": 376,
                                  "column": 30
                                },
                                "end": {
                                  "line": 376,
                                  "column": 35
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "MemberExpression",
                            "start": 12126,
                            "end": 12154,
                            "loc": {
                              "start": {
                                "line": 376,
                                "column": 40
                              },
                              "end": {
                                "line": 376,
                                "column": 68
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 12126,
                              "end": 12148,
                              "loc": {
                                "start": {
                                  "line": 376,
                                  "column": 40
                                },
                                "end": {
                                  "line": 376,
                                  "column": 62
                                },
                                "identifierName": "PropertyTypeDefinition"
                              },
                              "name": "PropertyTypeDefinition"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12149,
                              "end": 12154,
                              "loc": {
                                "start": {
                                  "line": 376,
                                  "column": 63
                                },
                                "end": {
                                  "line": 376,
                                  "column": 68
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 12156,
                          "end": 12313,
                          "loc": {
                            "start": {
                              "line": 376,
                              "column": 70
                            },
                            "end": {
                              "line": 379,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 12257,
                              "end": 12307,
                              "loc": {
                                "start": {
                                  "line": 378,
                                  "column": 6
                                },
                                "end": {
                                  "line": 378,
                                  "column": 56
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 12257,
                                "end": 12306,
                                "loc": {
                                  "start": {
                                    "line": 378,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 378,
                                    "column": 55
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 12257,
                                  "end": 12261,
                                  "loc": {
                                    "start": {
                                      "line": 378,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 378,
                                      "column": 10
                                    },
                                    "identifierName": "path"
                                  },
                                  "name": "path",
                                  "leadingComments": null
                                },
                                "right": {
                                  "type": "TemplateLiteral",
                                  "start": 12265,
                                  "end": 12306,
                                  "loc": {
                                    "start": {
                                      "line": 378,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 378,
                                      "column": 55
                                    }
                                  },
                                  "expressions": [
                                    {
                                      "type": "CallExpression",
                                      "start": 12274,
                                      "end": 12304,
                                      "loc": {
                                        "start": {
                                          "line": 378,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 378,
                                          "column": 53
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 12274,
                                        "end": 12294,
                                        "loc": {
                                          "start": {
                                            "line": 378,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 378,
                                            "column": 43
                                          },
                                          "identifierName": "extensionForDataType"
                                        },
                                        "name": "extensionForDataType"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 12295,
                                          "end": 12303,
                                          "loc": {
                                            "start": {
                                              "line": 378,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 378,
                                              "column": 52
                                            },
                                            "identifierName": "dataType"
                                          },
                                          "name": "dataType"
                                        }
                                      ]
                                    }
                                  ],
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "start": 12266,
                                      "end": 12272,
                                      "loc": {
                                        "start": {
                                          "line": 378,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 378,
                                          "column": 21
                                        }
                                      },
                                      "value": {
                                        "raw": ".prop.",
                                        "cooked": ".prop."
                                      },
                                      "tail": false
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "start": 12305,
                                      "end": 12305,
                                      "loc": {
                                        "start": {
                                          "line": 378,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 378,
                                          "column": 54
                                        }
                                      },
                                      "value": {
                                        "raw": "",
                                        "cooked": ""
                                      },
                                      "tail": true
                                    }
                                  ]
                                },
                                "leadingComments": null
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " Property nodes are stored with \".prop\" and their lowercase datatype as an extension",
                                  "start": 12164,
                                  "end": 12250,
                                  "loc": {
                                    "start": {
                                      "line": 377,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 377,
                                      "column": 92
                                    }
                                  }
                                }
                              ]
                            }
                          ],
                          "directives": []
                        },
                        "alternate": {
                          "type": "BlockStatement",
                          "start": 12319,
                          "end": 12797,
                          "loc": {
                            "start": {
                              "line": 379,
                              "column": 11
                            },
                            "end": {
                              "line": 395,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 12356,
                              "end": 12379,
                              "loc": {
                                "start": {
                                  "line": 381,
                                  "column": 6
                                },
                                "end": {
                                  "line": 381,
                                  "column": 29
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 12360,
                                  "end": 12378,
                                  "loc": {
                                    "start": {
                                      "line": 381,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 381,
                                      "column": 28
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 12360,
                                    "end": 12370,
                                    "loc": {
                                      "start": {
                                        "line": 381,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 381,
                                        "column": 20
                                      },
                                      "identifierName": "identifier"
                                    },
                                    "name": "identifier",
                                    "leadingComments": null
                                  },
                                  "init": {
                                    "type": "StringLiteral",
                                    "start": 12373,
                                    "end": 12378,
                                    "loc": {
                                      "start": {
                                        "line": 381,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 381,
                                        "column": 28
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "var",
                                      "raw": "'var'"
                                    },
                                    "value": "var"
                                  },
                                  "leadingComments": null
                                }
                              ],
                              "kind": "let",
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " Handle custom types",
                                  "start": 12327,
                                  "end": 12349,
                                  "loc": {
                                    "start": {
                                      "line": 380,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 380,
                                      "column": 28
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 12386,
                              "end": 12412,
                              "loc": {
                                "start": {
                                  "line": 382,
                                  "column": 6
                                },
                                "end": {
                                  "line": 382,
                                  "column": 32
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 12390,
                                  "end": 12411,
                                  "loc": {
                                    "start": {
                                      "line": 382,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 382,
                                      "column": 31
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 12390,
                                    "end": 12403,
                                    "loc": {
                                      "start": {
                                        "line": 382,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 382,
                                        "column": 23
                                      },
                                      "identifierName": "fileExtension"
                                    },
                                    "name": "fileExtension"
                                  },
                                  "init": {
                                    "type": "BooleanLiteral",
                                    "start": 12406,
                                    "end": 12411,
                                    "loc": {
                                      "start": {
                                        "line": 382,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 382,
                                        "column": 31
                                      }
                                    },
                                    "value": false
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 12419,
                              "end": 12445,
                              "loc": {
                                "start": {
                                  "line": 383,
                                  "column": 6
                                },
                                "end": {
                                  "line": 383,
                                  "column": 32
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 12423,
                                  "end": 12444,
                                  "loc": {
                                    "start": {
                                      "line": 383,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 383,
                                      "column": 31
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 12423,
                                    "end": 12436,
                                    "loc": {
                                      "start": {
                                        "line": 383,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 383,
                                        "column": 23
                                      },
                                      "identifierName": "keepExtension"
                                    },
                                    "name": "keepExtension"
                                  },
                                  "init": {
                                    "type": "BooleanLiteral",
                                    "start": 12439,
                                    "end": 12444,
                                    "loc": {
                                      "start": {
                                        "line": 383,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 383,
                                        "column": 31
                                      }
                                    },
                                    "value": false
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 12453,
                              "end": 12509,
                              "loc": {
                                "start": {
                                  "line": 385,
                                  "column": 6
                                },
                                "end": {
                                  "line": 385,
                                  "column": 62
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 12459,
                                  "end": 12508,
                                  "loc": {
                                    "start": {
                                      "line": 385,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 385,
                                      "column": 61
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 12459,
                                    "end": 12465,
                                    "loc": {
                                      "start": {
                                        "line": 385,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 385,
                                        "column": 18
                                      },
                                      "identifierName": "atType"
                                    },
                                    "name": "atType"
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "start": 12468,
                                    "end": 12508,
                                    "loc": {
                                      "start": {
                                        "line": 385,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 385,
                                        "column": 61
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 12468,
                                      "end": 12486,
                                      "loc": {
                                        "start": {
                                          "line": 385,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 385,
                                          "column": 39
                                        },
                                        "identifierName": "AtviseTypesByValue"
                                      },
                                      "name": "AtviseTypesByValue"
                                    },
                                    "property": {
                                      "type": "MemberExpression",
                                      "start": 12487,
                                      "end": 12507,
                                      "loc": {
                                        "start": {
                                          "line": 385,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 385,
                                          "column": 60
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 12487,
                                        "end": 12501,
                                        "loc": {
                                          "start": {
                                            "line": 385,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 385,
                                            "column": 54
                                          },
                                          "identifierName": "typeDefinition"
                                        },
                                        "name": "typeDefinition"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 12502,
                                        "end": 12507,
                                        "loc": {
                                          "start": {
                                            "line": 385,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 385,
                                            "column": 60
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "computed": false
                                    },
                                    "computed": true
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "IfStatement",
                              "start": 12516,
                              "end": 12669,
                              "loc": {
                                "start": {
                                  "line": 386,
                                  "column": 6
                                },
                                "end": {
                                  "line": 390,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "Identifier",
                                "start": 12520,
                                "end": 12526,
                                "loc": {
                                  "start": {
                                    "line": 386,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 386,
                                    "column": 16
                                  },
                                  "identifierName": "atType"
                                },
                                "name": "atType"
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 12528,
                                "end": 12669,
                                "loc": {
                                  "start": {
                                    "line": 386,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 390,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 12538,
                                    "end": 12569,
                                    "loc": {
                                      "start": {
                                        "line": 387,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 387,
                                        "column": 39
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 12538,
                                      "end": 12568,
                                      "loc": {
                                        "start": {
                                          "line": 387,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 387,
                                          "column": 38
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 12538,
                                        "end": 12548,
                                        "loc": {
                                          "start": {
                                            "line": 387,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 387,
                                            "column": 18
                                          },
                                          "identifierName": "identifier"
                                        },
                                        "name": "identifier"
                                      },
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 12551,
                                        "end": 12568,
                                        "loc": {
                                          "start": {
                                            "line": 387,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 387,
                                            "column": 38
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 12551,
                                          "end": 12557,
                                          "loc": {
                                            "start": {
                                              "line": 387,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 387,
                                              "column": 27
                                            },
                                            "identifierName": "atType"
                                          },
                                          "name": "atType"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12558,
                                          "end": 12568,
                                          "loc": {
                                            "start": {
                                              "line": 387,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 387,
                                              "column": 38
                                            },
                                            "identifierName": "identifier"
                                          },
                                          "name": "identifier"
                                        },
                                        "computed": false
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 12578,
                                    "end": 12615,
                                    "loc": {
                                      "start": {
                                        "line": 388,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 388,
                                        "column": 45
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 12578,
                                      "end": 12614,
                                      "loc": {
                                        "start": {
                                          "line": 388,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 388,
                                          "column": 44
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 12578,
                                        "end": 12591,
                                        "loc": {
                                          "start": {
                                            "line": 388,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 388,
                                            "column": 21
                                          },
                                          "identifierName": "fileExtension"
                                        },
                                        "name": "fileExtension"
                                      },
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 12594,
                                        "end": 12614,
                                        "loc": {
                                          "start": {
                                            "line": 388,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 388,
                                            "column": 44
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 12594,
                                          "end": 12600,
                                          "loc": {
                                            "start": {
                                              "line": 388,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 388,
                                              "column": 30
                                            },
                                            "identifierName": "atType"
                                          },
                                          "name": "atType"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12601,
                                          "end": 12614,
                                          "loc": {
                                            "start": {
                                              "line": 388,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 388,
                                              "column": 44
                                            },
                                            "identifierName": "fileExtension"
                                          },
                                          "name": "fileExtension"
                                        },
                                        "computed": false
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 12624,
                                    "end": 12661,
                                    "loc": {
                                      "start": {
                                        "line": 389,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 389,
                                        "column": 45
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 12624,
                                      "end": 12660,
                                      "loc": {
                                        "start": {
                                          "line": 389,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 389,
                                          "column": 44
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 12624,
                                        "end": 12637,
                                        "loc": {
                                          "start": {
                                            "line": 389,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 389,
                                            "column": 21
                                          },
                                          "identifierName": "keepExtension"
                                        },
                                        "name": "keepExtension"
                                      },
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 12640,
                                        "end": 12660,
                                        "loc": {
                                          "start": {
                                            "line": 389,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 389,
                                            "column": 44
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 12640,
                                          "end": 12646,
                                          "loc": {
                                            "start": {
                                              "line": 389,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 389,
                                              "column": 30
                                            },
                                            "identifierName": "atType"
                                          },
                                          "name": "atType"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12647,
                                          "end": 12660,
                                          "loc": {
                                            "start": {
                                              "line": 389,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 389,
                                              "column": 44
                                            },
                                            "identifierName": "keepExtension"
                                          },
                                          "name": "keepExtension"
                                        },
                                        "computed": false
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            },
                            {
                              "type": "IfStatement",
                              "start": 12677,
                              "end": 12791,
                              "loc": {
                                "start": {
                                  "line": 392,
                                  "column": 6
                                },
                                "end": {
                                  "line": 394,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "UnaryExpression",
                                "start": 12681,
                                "end": 12695,
                                "loc": {
                                  "start": {
                                    "line": 392,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 392,
                                    "column": 24
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "Identifier",
                                  "start": 12682,
                                  "end": 12695,
                                  "loc": {
                                    "start": {
                                      "line": 392,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 392,
                                      "column": 24
                                    },
                                    "identifierName": "keepExtension"
                                  },
                                  "name": "keepExtension"
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 12697,
                                "end": 12791,
                                "loc": {
                                  "start": {
                                    "line": 392,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 394,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 12707,
                                    "end": 12783,
                                    "loc": {
                                      "start": {
                                        "line": 393,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 393,
                                        "column": 84
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 12707,
                                      "end": 12782,
                                      "loc": {
                                        "start": {
                                          "line": 393,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 393,
                                          "column": 83
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 12707,
                                        "end": 12711,
                                        "loc": {
                                          "start": {
                                            "line": 393,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 393,
                                            "column": 12
                                          },
                                          "identifierName": "path"
                                        },
                                        "name": "path"
                                      },
                                      "right": {
                                        "type": "TemplateLiteral",
                                        "start": 12715,
                                        "end": 12782,
                                        "loc": {
                                          "start": {
                                            "line": 393,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 393,
                                            "column": 83
                                          }
                                        },
                                        "expressions": [
                                          {
                                            "type": "Identifier",
                                            "start": 12719,
                                            "end": 12729,
                                            "loc": {
                                              "start": {
                                                "line": 393,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 393,
                                                "column": 30
                                              },
                                              "identifierName": "identifier"
                                            },
                                            "name": "identifier"
                                          },
                                          {
                                            "type": "LogicalExpression",
                                            "start": 12733,
                                            "end": 12780,
                                            "loc": {
                                              "start": {
                                                "line": 393,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 393,
                                                "column": 81
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 12733,
                                              "end": 12746,
                                              "loc": {
                                                "start": {
                                                  "line": 393,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 393,
                                                  "column": 47
                                                },
                                                "identifierName": "fileExtension"
                                              },
                                              "name": "fileExtension"
                                            },
                                            "operator": "||",
                                            "right": {
                                              "type": "CallExpression",
                                              "start": 12750,
                                              "end": 12780,
                                              "loc": {
                                                "start": {
                                                  "line": 393,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 393,
                                                  "column": 81
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 12750,
                                                "end": 12770,
                                                "loc": {
                                                  "start": {
                                                    "line": 393,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 393,
                                                    "column": 71
                                                  },
                                                  "identifierName": "extensionForDataType"
                                                },
                                                "name": "extensionForDataType"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 12771,
                                                  "end": 12779,
                                                  "loc": {
                                                    "start": {
                                                      "line": 393,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 393,
                                                      "column": 80
                                                    },
                                                    "identifierName": "dataType"
                                                  },
                                                  "name": "dataType"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "quasis": [
                                          {
                                            "type": "TemplateElement",
                                            "start": 12716,
                                            "end": 12717,
                                            "loc": {
                                              "start": {
                                                "line": 393,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 393,
                                                "column": 18
                                              }
                                            },
                                            "value": {
                                              "raw": ".",
                                              "cooked": "."
                                            },
                                            "tail": false
                                          },
                                          {
                                            "type": "TemplateElement",
                                            "start": 12730,
                                            "end": 12731,
                                            "loc": {
                                              "start": {
                                                "line": 393,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 393,
                                                "column": 32
                                              }
                                            },
                                            "value": {
                                              "raw": ".",
                                              "cooked": "."
                                            },
                                            "tail": false
                                          },
                                          {
                                            "type": "TemplateElement",
                                            "start": 12781,
                                            "end": 12781,
                                            "loc": {
                                              "start": {
                                                "line": 393,
                                                "column": 82
                                              },
                                              "end": {
                                                "line": 393,
                                                "column": 82
                                              }
                                            },
                                            "value": {
                                              "raw": "",
                                              "cooked": ""
                                            },
                                            "tail": true
                                          }
                                        ]
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": [],
                          "trailingComments": null
                        },
                        "trailingComments": null
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Add \"array\" or \"matrix\" extensions for corresponding array types",
                          "start": 12803,
                          "end": 12870,
                          "loc": {
                            "start": {
                              "line": 397,
                              "column": 4
                            },
                            "end": {
                              "line": 397,
                              "column": 71
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 12875,
                      "end": 13016,
                      "loc": {
                        "start": {
                          "line": 398,
                          "column": 4
                        },
                        "end": {
                          "line": 400,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 12879,
                        "end": 12928,
                        "loc": {
                          "start": {
                            "line": 398,
                            "column": 8
                          },
                          "end": {
                            "line": 398,
                            "column": 57
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 12879,
                          "end": 12894,
                          "loc": {
                            "start": {
                              "line": 398,
                              "column": 8
                            },
                            "end": {
                              "line": 398,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 12879,
                            "end": 12888,
                            "loc": {
                              "start": {
                                "line": 398,
                                "column": 8
                              },
                              "end": {
                                "line": 398,
                                "column": 17
                              },
                              "identifierName": "arrayType"
                            },
                            "name": "arrayType",
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12889,
                            "end": 12894,
                            "loc": {
                              "start": {
                                "line": 398,
                                "column": 18
                              },
                              "end": {
                                "line": 398,
                                "column": 23
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "operator": "!==",
                        "right": {
                          "type": "MemberExpression",
                          "start": 12899,
                          "end": 12928,
                          "loc": {
                            "start": {
                              "line": 398,
                              "column": 28
                            },
                            "end": {
                              "line": 398,
                              "column": 57
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 12899,
                            "end": 12922,
                            "loc": {
                              "start": {
                                "line": 398,
                                "column": 28
                              },
                              "end": {
                                "line": 398,
                                "column": 51
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 12899,
                              "end": 12915,
                              "loc": {
                                "start": {
                                  "line": 398,
                                  "column": 28
                                },
                                "end": {
                                  "line": 398,
                                  "column": 44
                                },
                                "identifierName": "VariantArrayType"
                              },
                              "name": "VariantArrayType"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12916,
                              "end": 12922,
                              "loc": {
                                "start": {
                                  "line": 398,
                                  "column": 45
                                },
                                "end": {
                                  "line": 398,
                                  "column": 51
                                },
                                "identifierName": "Scalar"
                              },
                              "name": "Scalar"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12923,
                            "end": 12928,
                            "loc": {
                              "start": {
                                "line": 398,
                                "column": 52
                              },
                              "end": {
                                "line": 398,
                                "column": 57
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "computed": false
                        },
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 12930,
                        "end": 13016,
                        "loc": {
                          "start": {
                            "line": 398,
                            "column": 59
                          },
                          "end": {
                            "line": 400,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 12938,
                            "end": 13010,
                            "loc": {
                              "start": {
                                "line": 399,
                                "column": 6
                              },
                              "end": {
                                "line": 399,
                                "column": 78
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 12938,
                              "end": 13009,
                              "loc": {
                                "start": {
                                  "line": 399,
                                  "column": 6
                                },
                                "end": {
                                  "line": 399,
                                  "column": 77
                                }
                              },
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "start": 12938,
                                "end": 12942,
                                "loc": {
                                  "start": {
                                    "line": 399,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 399,
                                    "column": 10
                                  },
                                  "identifierName": "path"
                                },
                                "name": "path"
                              },
                              "right": {
                                "type": "TemplateLiteral",
                                "start": 12946,
                                "end": 13009,
                                "loc": {
                                  "start": {
                                    "line": 399,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 399,
                                    "column": 77
                                  }
                                },
                                "expressions": [
                                  {
                                    "type": "ConditionalExpression",
                                    "start": 12950,
                                    "end": 13007,
                                    "loc": {
                                      "start": {
                                        "line": 399,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 399,
                                        "column": 75
                                      }
                                    },
                                    "test": {
                                      "type": "BinaryExpression",
                                      "start": 12950,
                                      "end": 12986,
                                      "loc": {
                                        "start": {
                                          "line": 399,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 399,
                                          "column": 54
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 12950,
                                        "end": 12959,
                                        "loc": {
                                          "start": {
                                            "line": 399,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 399,
                                            "column": 27
                                          },
                                          "identifierName": "arrayType"
                                        },
                                        "name": "arrayType"
                                      },
                                      "operator": "===",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 12964,
                                        "end": 12986,
                                        "loc": {
                                          "start": {
                                            "line": 399,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 399,
                                            "column": 54
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 12964,
                                          "end": 12980,
                                          "loc": {
                                            "start": {
                                              "line": 399,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 399,
                                              "column": 48
                                            },
                                            "identifierName": "VariantArrayType"
                                          },
                                          "name": "VariantArrayType"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12981,
                                          "end": 12986,
                                          "loc": {
                                            "start": {
                                              "line": 399,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 399,
                                              "column": 54
                                            },
                                            "identifierName": "Array"
                                          },
                                          "name": "Array"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "consequent": {
                                      "type": "StringLiteral",
                                      "start": 12989,
                                      "end": 12996,
                                      "loc": {
                                        "start": {
                                          "line": 399,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 399,
                                          "column": 64
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "array",
                                        "raw": "'array'"
                                      },
                                      "value": "array"
                                    },
                                    "alternate": {
                                      "type": "StringLiteral",
                                      "start": 12999,
                                      "end": 13007,
                                      "loc": {
                                        "start": {
                                          "line": 399,
                                          "column": 67
                                        },
                                        "end": {
                                          "line": 399,
                                          "column": 75
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "matrix",
                                        "raw": "'matrix'"
                                      },
                                      "value": "matrix"
                                    }
                                  }
                                ],
                                "quasis": [
                                  {
                                    "type": "TemplateElement",
                                    "start": 12947,
                                    "end": 12948,
                                    "loc": {
                                      "start": {
                                        "line": 399,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 399,
                                        "column": 16
                                      }
                                    },
                                    "value": {
                                      "raw": ".",
                                      "cooked": "."
                                    },
                                    "tail": false
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "start": 13008,
                                    "end": 13008,
                                    "loc": {
                                      "start": {
                                        "line": 399,
                                        "column": 76
                                      },
                                      "end": {
                                        "line": 399,
                                        "column": 76
                                      }
                                    },
                                    "value": {
                                      "raw": "",
                                      "cooked": ""
                                    },
                                    "tail": true
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Add \"array\" or \"matrix\" extensions for corresponding array types",
                          "start": 12803,
                          "end": 12870,
                          "loc": {
                            "start": {
                              "line": 397,
                              "column": 4
                            },
                            "end": {
                              "line": 397,
                              "column": 71
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 13022,
                      "end": 13034,
                      "loc": {
                        "start": {
                          "line": 402,
                          "column": 4
                        },
                        "end": {
                          "line": 402,
                          "column": 16
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 13029,
                        "end": 13033,
                        "loc": {
                          "start": {
                            "line": 402,
                            "column": 11
                          },
                          "end": {
                            "line": 402,
                            "column": 15
                          },
                          "identifierName": "path"
                        },
                        "name": "path"
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns a storage path for a {@link ReadStream.ReadResult}.\n   * @param {ReadStream.ReadResult} readResult The read result to get a path for.\n   ",
                    "start": 11342,
                    "end": 11498,
                    "loc": {
                      "start": {
                        "line": 358,
                        "column": 2
                      },
                      "end": {
                        "line": 361,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Encodes a node's value to file contents.\n   * @param {*} value The value to encode.\n   * @param {node-opcua~DataType} dataType The {@link node-opcua~DataType} to encode the value for.\n   * @param {node-opcua~VariantArrayType} arrayType The files array type.\n   * @return {?Buffer} The encoded file contents or null.\n   ",
                    "start": 13042,
                    "end": 13372,
                    "loc": {
                      "start": {
                        "line": 405,
                        "column": 2
                      },
                      "end": {
                        "line": 411,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 13375,
                "end": 13868,
                "loc": {
                  "start": {
                    "line": 412,
                    "column": 2
                  },
                  "end": {
                    "line": 428,
                    "column": 3
                  }
                },
                "static": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 13382,
                  "end": 13393,
                  "loc": {
                    "start": {
                      "line": 412,
                      "column": 9
                    },
                    "end": {
                      "line": 412,
                      "column": 20
                    },
                    "identifierName": "encodeValue"
                  },
                  "name": "encodeValue"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 13394,
                    "end": 13399,
                    "loc": {
                      "start": {
                        "line": 412,
                        "column": 21
                      },
                      "end": {
                        "line": 412,
                        "column": 26
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  },
                  {
                    "type": "Identifier",
                    "start": 13401,
                    "end": 13409,
                    "loc": {
                      "start": {
                        "line": 412,
                        "column": 28
                      },
                      "end": {
                        "line": 412,
                        "column": 36
                      },
                      "identifierName": "dataType"
                    },
                    "name": "dataType"
                  },
                  {
                    "type": "Identifier",
                    "start": 13411,
                    "end": 13420,
                    "loc": {
                      "start": {
                        "line": 412,
                        "column": 38
                      },
                      "end": {
                        "line": 412,
                        "column": 47
                      },
                      "identifierName": "arrayType"
                    },
                    "name": "arrayType"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 13422,
                  "end": 13868,
                  "loc": {
                    "start": {
                      "line": 412,
                      "column": 49
                    },
                    "end": {
                      "line": 428,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 13428,
                      "end": 13491,
                      "loc": {
                        "start": {
                          "line": 413,
                          "column": 4
                        },
                        "end": {
                          "line": 415,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 13432,
                        "end": 13452,
                        "loc": {
                          "start": {
                            "line": 413,
                            "column": 8
                          },
                          "end": {
                            "line": 413,
                            "column": 28
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 13432,
                          "end": 13443,
                          "loc": {
                            "start": {
                              "line": 413,
                              "column": 8
                            },
                            "end": {
                              "line": 413,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 13432,
                            "end": 13437,
                            "loc": {
                              "start": {
                                "line": 413,
                                "column": 8
                              },
                              "end": {
                                "line": 413,
                                "column": 13
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 13438,
                            "end": 13443,
                            "loc": {
                              "start": {
                                "line": 413,
                                "column": 14
                              },
                              "end": {
                                "line": 413,
                                "column": 19
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "NullLiteral",
                          "start": 13448,
                          "end": 13452,
                          "loc": {
                            "start": {
                              "line": 413,
                              "column": 24
                            },
                            "end": {
                              "line": 413,
                              "column": 28
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 13454,
                        "end": 13491,
                        "loc": {
                          "start": {
                            "line": 413,
                            "column": 30
                          },
                          "end": {
                            "line": 415,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 13462,
                            "end": 13485,
                            "loc": {
                              "start": {
                                "line": 414,
                                "column": 6
                              },
                              "end": {
                                "line": 414,
                                "column": 29
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 13469,
                              "end": 13484,
                              "loc": {
                                "start": {
                                  "line": 414,
                                  "column": 13
                                },
                                "end": {
                                  "line": 414,
                                  "column": 28
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 13469,
                                "end": 13480,
                                "loc": {
                                  "start": {
                                    "line": 414,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 414,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 13469,
                                  "end": 13475,
                                  "loc": {
                                    "start": {
                                      "line": 414,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 414,
                                      "column": 19
                                    },
                                    "identifierName": "Buffer"
                                  },
                                  "name": "Buffer"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13476,
                                  "end": 13480,
                                  "loc": {
                                    "start": {
                                      "line": 414,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 414,
                                      "column": 24
                                    },
                                    "identifierName": "from"
                                  },
                                  "name": "from"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 13481,
                                  "end": 13483,
                                  "loc": {
                                    "start": {
                                      "line": 414,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 414,
                                      "column": 27
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "",
                                    "raw": "''"
                                  },
                                  "value": ""
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 13497,
                      "end": 13560,
                      "loc": {
                        "start": {
                          "line": 417,
                          "column": 4
                        },
                        "end": {
                          "line": 417,
                          "column": 67
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 13503,
                          "end": 13559,
                          "loc": {
                            "start": {
                              "line": 417,
                              "column": 10
                            },
                            "end": {
                              "line": 417,
                              "column": 66
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 13503,
                            "end": 13511,
                            "loc": {
                              "start": {
                                "line": 417,
                                "column": 10
                              },
                              "end": {
                                "line": 417,
                                "column": 18
                              },
                              "identifierName": "rawValue"
                            },
                            "name": "rawValue"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 13514,
                            "end": 13559,
                            "loc": {
                              "start": {
                                "line": 417,
                                "column": 21
                              },
                              "end": {
                                "line": 417,
                                "column": 66
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 13514,
                              "end": 13525,
                              "loc": {
                                "start": {
                                  "line": 417,
                                  "column": 21
                                },
                                "end": {
                                  "line": 417,
                                  "column": 32
                                },
                                "identifierName": "getRawValue"
                              },
                              "name": "getRawValue"
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 13526,
                                "end": 13537,
                                "loc": {
                                  "start": {
                                    "line": 417,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 417,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 13526,
                                  "end": 13531,
                                  "loc": {
                                    "start": {
                                      "line": 417,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 417,
                                      "column": 38
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13532,
                                  "end": 13537,
                                  "loc": {
                                    "start": {
                                      "line": 417,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 417,
                                      "column": 44
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "computed": false
                              },
                              {
                                "type": "Identifier",
                                "start": 13539,
                                "end": 13547,
                                "loc": {
                                  "start": {
                                    "line": 417,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 417,
                                    "column": 54
                                  },
                                  "identifierName": "dataType"
                                },
                                "name": "dataType"
                              },
                              {
                                "type": "Identifier",
                                "start": 13549,
                                "end": 13558,
                                "loc": {
                                  "start": {
                                    "line": 417,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 417,
                                    "column": 65
                                  },
                                  "identifierName": "arrayType"
                                },
                                "name": "arrayType"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 13566,
                      "end": 13628,
                      "loc": {
                        "start": {
                          "line": 419,
                          "column": 4
                        },
                        "end": {
                          "line": 421,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 13570,
                        "end": 13596,
                        "loc": {
                          "start": {
                            "line": 419,
                            "column": 8
                          },
                          "end": {
                            "line": 419,
                            "column": 34
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 13570,
                          "end": 13578,
                          "loc": {
                            "start": {
                              "line": 419,
                              "column": 8
                            },
                            "end": {
                              "line": 419,
                              "column": 16
                            },
                            "identifierName": "rawValue"
                          },
                          "name": "rawValue"
                        },
                        "operator": "instanceof",
                        "right": {
                          "type": "Identifier",
                          "start": 13590,
                          "end": 13596,
                          "loc": {
                            "start": {
                              "line": 419,
                              "column": 28
                            },
                            "end": {
                              "line": 419,
                              "column": 34
                            },
                            "identifierName": "Buffer"
                          },
                          "name": "Buffer"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 13598,
                        "end": 13628,
                        "loc": {
                          "start": {
                            "line": 419,
                            "column": 36
                          },
                          "end": {
                            "line": 421,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 13606,
                            "end": 13622,
                            "loc": {
                              "start": {
                                "line": 420,
                                "column": 6
                              },
                              "end": {
                                "line": 420,
                                "column": 22
                              }
                            },
                            "argument": {
                              "type": "Identifier",
                              "start": 13613,
                              "end": 13621,
                              "loc": {
                                "start": {
                                  "line": 420,
                                  "column": 13
                                },
                                "end": {
                                  "line": 420,
                                  "column": 21
                                },
                                "identifierName": "rawValue"
                              },
                              "name": "rawValue"
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 13634,
                      "end": 13715,
                      "loc": {
                        "start": {
                          "line": 423,
                          "column": 4
                        },
                        "end": {
                          "line": 423,
                          "column": 85
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 13640,
                          "end": 13714,
                          "loc": {
                            "start": {
                              "line": 423,
                              "column": 10
                            },
                            "end": {
                              "line": 423,
                              "column": 84
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 13640,
                            "end": 13649,
                            "loc": {
                              "start": {
                                "line": 423,
                                "column": 10
                              },
                              "end": {
                                "line": 423,
                                "column": 19
                              },
                              "identifierName": "stringify"
                            },
                            "name": "stringify"
                          },
                          "init": {
                            "type": "ArrowFunctionExpression",
                            "start": 13652,
                            "end": 13714,
                            "loc": {
                              "start": {
                                "line": 423,
                                "column": 22
                              },
                              "end": {
                                "line": 423,
                                "column": 84
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 13653,
                                "end": 13654,
                                "loc": {
                                  "start": {
                                    "line": 423,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 423,
                                    "column": 24
                                  },
                                  "identifierName": "a"
                                },
                                "name": "a"
                              }
                            ],
                            "body": {
                              "type": "ConditionalExpression",
                              "start": 13660,
                              "end": 13713,
                              "loc": {
                                "start": {
                                  "line": 423,
                                  "column": 30
                                },
                                "end": {
                                  "line": 423,
                                  "column": 83
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 13660,
                                "end": 13668,
                                "loc": {
                                  "start": {
                                    "line": 423,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 423,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 13660,
                                  "end": 13661,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 31
                                    },
                                    "identifierName": "a"
                                  },
                                  "name": "a"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13662,
                                  "end": 13668,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 38
                                    },
                                    "identifierName": "toJSON"
                                  },
                                  "name": "toJSON"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "CallExpression",
                                "start": 13671,
                                "end": 13681,
                                "loc": {
                                  "start": {
                                    "line": 423,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 423,
                                    "column": 51
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 13671,
                                  "end": 13679,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 49
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 13671,
                                    "end": 13672,
                                    "loc": {
                                      "start": {
                                        "line": 423,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 423,
                                        "column": 42
                                      },
                                      "identifierName": "a"
                                    },
                                    "name": "a"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13673,
                                    "end": 13679,
                                    "loc": {
                                      "start": {
                                        "line": 423,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 423,
                                        "column": 49
                                      },
                                      "identifierName": "toJSON"
                                    },
                                    "name": "toJSON"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "alternate": {
                                "type": "CallExpression",
                                "start": 13684,
                                "end": 13713,
                                "loc": {
                                  "start": {
                                    "line": 423,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 423,
                                    "column": 83
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 13684,
                                  "end": 13698,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 68
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 13684,
                                    "end": 13688,
                                    "loc": {
                                      "start": {
                                        "line": 423,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 423,
                                        "column": 58
                                      },
                                      "identifierName": "JSON"
                                    },
                                    "name": "JSON"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13689,
                                    "end": 13698,
                                    "loc": {
                                      "start": {
                                        "line": 423,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 423,
                                        "column": 68
                                      },
                                      "identifierName": "stringify"
                                    },
                                    "name": "stringify"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 13699,
                                    "end": 13700,
                                    "loc": {
                                      "start": {
                                        "line": 423,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 423,
                                        "column": 70
                                      },
                                      "identifierName": "a"
                                    },
                                    "name": "a"
                                  },
                                  {
                                    "type": "NullLiteral",
                                    "start": 13702,
                                    "end": 13706,
                                    "loc": {
                                      "start": {
                                        "line": 423,
                                        "column": 72
                                      },
                                      "end": {
                                        "line": 423,
                                        "column": 76
                                      }
                                    }
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 13708,
                                    "end": 13712,
                                    "loc": {
                                      "start": {
                                        "line": 423,
                                        "column": 78
                                      },
                                      "end": {
                                        "line": 423,
                                        "column": 82
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "  ",
                                      "raw": "'  '"
                                    },
                                    "value": "  "
                                  }
                                ]
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 13659
                              }
                            }
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 13720,
                      "end": 13826,
                      "loc": {
                        "start": {
                          "line": 424,
                          "column": 4
                        },
                        "end": {
                          "line": 425,
                          "column": 86
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 13726,
                          "end": 13825,
                          "loc": {
                            "start": {
                              "line": 424,
                              "column": 10
                            },
                            "end": {
                              "line": 425,
                              "column": 85
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 13726,
                            "end": 13737,
                            "loc": {
                              "start": {
                                "line": 424,
                                "column": 10
                              },
                              "end": {
                                "line": 424,
                                "column": 21
                              },
                              "identifierName": "stringified"
                            },
                            "name": "stringified"
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 13746,
                            "end": 13825,
                            "loc": {
                              "start": {
                                "line": 425,
                                "column": 6
                              },
                              "end": {
                                "line": 425,
                                "column": 85
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 13746,
                              "end": 13774,
                              "loc": {
                                "start": {
                                  "line": 425,
                                  "column": 6
                                },
                                "end": {
                                  "line": 425,
                                  "column": 34
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 13746,
                                "end": 13761,
                                "loc": {
                                  "start": {
                                    "line": 425,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 425,
                                    "column": 21
                                  }
                                },
                                "operator": "typeof",
                                "prefix": true,
                                "argument": {
                                  "type": "Identifier",
                                  "start": 13753,
                                  "end": 13761,
                                  "loc": {
                                    "start": {
                                      "line": 425,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 425,
                                      "column": 21
                                    },
                                    "identifierName": "rawValue"
                                  },
                                  "name": "rawValue"
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "operator": "===",
                              "right": {
                                "type": "StringLiteral",
                                "start": 13766,
                                "end": 13774,
                                "loc": {
                                  "start": {
                                    "line": 425,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 425,
                                    "column": 34
                                  }
                                },
                                "extra": {
                                  "rawValue": "object",
                                  "raw": "'object'"
                                },
                                "value": "object"
                              }
                            },
                            "consequent": {
                              "type": "CallExpression",
                              "start": 13777,
                              "end": 13796,
                              "loc": {
                                "start": {
                                  "line": 425,
                                  "column": 37
                                },
                                "end": {
                                  "line": 425,
                                  "column": 56
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 13777,
                                "end": 13786,
                                "loc": {
                                  "start": {
                                    "line": 425,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 425,
                                    "column": 46
                                  },
                                  "identifierName": "stringify"
                                },
                                "name": "stringify"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 13787,
                                  "end": 13795,
                                  "loc": {
                                    "start": {
                                      "line": 425,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 425,
                                      "column": 55
                                    },
                                    "identifierName": "rawValue"
                                  },
                                  "name": "rawValue"
                                }
                              ]
                            },
                            "alternate": {
                              "type": "CallExpression",
                              "start": 13799,
                              "end": 13825,
                              "loc": {
                                "start": {
                                  "line": 425,
                                  "column": 59
                                },
                                "end": {
                                  "line": 425,
                                  "column": 85
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 13799,
                                "end": 13823,
                                "loc": {
                                  "start": {
                                    "line": 425,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 425,
                                    "column": 83
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 13799,
                                  "end": 13818,
                                  "loc": {
                                    "start": {
                                      "line": 425,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 425,
                                      "column": 78
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 13799,
                                    "end": 13816,
                                    "loc": {
                                      "start": {
                                        "line": 425,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 425,
                                        "column": 76
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 13799,
                                      "end": 13807,
                                      "loc": {
                                        "start": {
                                          "line": 425,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 425,
                                          "column": 67
                                        },
                                        "identifierName": "rawValue"
                                      },
                                      "name": "rawValue"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13808,
                                      "end": 13816,
                                      "loc": {
                                        "start": {
                                          "line": 425,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 425,
                                          "column": 76
                                        },
                                        "identifierName": "toString"
                                      },
                                      "name": "toString"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13819,
                                  "end": 13823,
                                  "loc": {
                                    "start": {
                                      "line": 425,
                                      "column": 79
                                    },
                                    "end": {
                                      "line": 425,
                                      "column": 83
                                    },
                                    "identifierName": "trim"
                                  },
                                  "name": "trim"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 13832,
                      "end": 13864,
                      "loc": {
                        "start": {
                          "line": 427,
                          "column": 4
                        },
                        "end": {
                          "line": 427,
                          "column": 36
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 13839,
                        "end": 13863,
                        "loc": {
                          "start": {
                            "line": 427,
                            "column": 11
                          },
                          "end": {
                            "line": 427,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 13839,
                          "end": 13850,
                          "loc": {
                            "start": {
                              "line": 427,
                              "column": 11
                            },
                            "end": {
                              "line": 427,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 13839,
                            "end": 13845,
                            "loc": {
                              "start": {
                                "line": 427,
                                "column": 11
                              },
                              "end": {
                                "line": 427,
                                "column": 17
                              },
                              "identifierName": "Buffer"
                            },
                            "name": "Buffer"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 13846,
                            "end": 13850,
                            "loc": {
                              "start": {
                                "line": 427,
                                "column": 18
                              },
                              "end": {
                                "line": 427,
                                "column": 22
                              },
                              "identifierName": "from"
                            },
                            "name": "from"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 13851,
                            "end": 13862,
                            "loc": {
                              "start": {
                                "line": 427,
                                "column": 23
                              },
                              "end": {
                                "line": 427,
                                "column": 34
                              },
                              "identifierName": "stringified"
                            },
                            "name": "stringified"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Encodes a node's value to file contents.\n   * @param {*} value The value to encode.\n   * @param {node-opcua~DataType} dataType The {@link node-opcua~DataType} to encode the value for.\n   * @param {node-opcua~VariantArrayType} arrayType The files array type.\n   * @return {?Buffer} The encoded file contents or null.\n   ",
                    "start": 13042,
                    "end": 13372,
                    "loc": {
                      "start": {
                        "line": 405,
                        "column": 2
                      },
                      "end": {
                        "line": 411,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Decodes a file's contents to a node's value.\n   * @param {Buffer} buffer The file contents to decode.\n   * @param {node-opcua~DataType} dataType The {@link node-opcua~DataType} to decode the contents.\n   * @param {node-opcua~VariantArrayType} arrayType The files array type.\n   * @return {?*} The decoded node value or null.\n   ",
                    "start": 13872,
                    "end": 14211,
                    "loc": {
                      "start": {
                        "line": 430,
                        "column": 2
                      },
                      "end": {
                        "line": 436,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 14214,
                "end": 14672,
                "loc": {
                  "start": {
                    "line": 437,
                    "column": 2
                  },
                  "end": {
                    "line": 452,
                    "column": 3
                  }
                },
                "static": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 14221,
                  "end": 14232,
                  "loc": {
                    "start": {
                      "line": 437,
                      "column": 9
                    },
                    "end": {
                      "line": 437,
                      "column": 20
                    },
                    "identifierName": "decodeValue"
                  },
                  "name": "decodeValue"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 14233,
                    "end": 14239,
                    "loc": {
                      "start": {
                        "line": 437,
                        "column": 21
                      },
                      "end": {
                        "line": 437,
                        "column": 27
                      },
                      "identifierName": "buffer"
                    },
                    "name": "buffer"
                  },
                  {
                    "type": "Identifier",
                    "start": 14241,
                    "end": 14249,
                    "loc": {
                      "start": {
                        "line": 437,
                        "column": 29
                      },
                      "end": {
                        "line": 437,
                        "column": 37
                      },
                      "identifierName": "dataType"
                    },
                    "name": "dataType"
                  },
                  {
                    "type": "Identifier",
                    "start": 14251,
                    "end": 14260,
                    "loc": {
                      "start": {
                        "line": 437,
                        "column": 39
                      },
                      "end": {
                        "line": 437,
                        "column": 48
                      },
                      "identifierName": "arrayType"
                    },
                    "name": "arrayType"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 14262,
                  "end": 14672,
                  "loc": {
                    "start": {
                      "line": 437,
                      "column": 50
                    },
                    "end": {
                      "line": 452,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 14268,
                      "end": 14338,
                      "loc": {
                        "start": {
                          "line": 438,
                          "column": 4
                        },
                        "end": {
                          "line": 440,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 14272,
                        "end": 14310,
                        "loc": {
                          "start": {
                            "line": 438,
                            "column": 8
                          },
                          "end": {
                            "line": 438,
                            "column": 46
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 14272,
                          "end": 14287,
                          "loc": {
                            "start": {
                              "line": 438,
                              "column": 8
                            },
                            "end": {
                              "line": 438,
                              "column": 23
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 14272,
                            "end": 14278,
                            "loc": {
                              "start": {
                                "line": 438,
                                "column": 8
                              },
                              "end": {
                                "line": 438,
                                "column": 14
                              },
                              "identifierName": "buffer"
                            },
                            "name": "buffer"
                          },
                          "operator": "===",
                          "right": {
                            "type": "NullLiteral",
                            "start": 14283,
                            "end": 14287,
                            "loc": {
                              "start": {
                                "line": 438,
                                "column": 19
                              },
                              "end": {
                                "line": 438,
                                "column": 23
                              }
                            }
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 14291,
                          "end": 14310,
                          "loc": {
                            "start": {
                              "line": 438,
                              "column": 27
                            },
                            "end": {
                              "line": 438,
                              "column": 46
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 14291,
                            "end": 14304,
                            "loc": {
                              "start": {
                                "line": 438,
                                "column": 27
                              },
                              "end": {
                                "line": 438,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 14291,
                              "end": 14297,
                              "loc": {
                                "start": {
                                  "line": 438,
                                  "column": 27
                                },
                                "end": {
                                  "line": 438,
                                  "column": 33
                                },
                                "identifierName": "buffer"
                              },
                              "name": "buffer"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 14298,
                              "end": 14304,
                              "loc": {
                                "start": {
                                  "line": 438,
                                  "column": 34
                                },
                                "end": {
                                  "line": 438,
                                  "column": 40
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 14309,
                            "end": 14310,
                            "loc": {
                              "start": {
                                "line": 438,
                                "column": 45
                              },
                              "end": {
                                "line": 438,
                                "column": 46
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 14312,
                        "end": 14338,
                        "loc": {
                          "start": {
                            "line": 438,
                            "column": 48
                          },
                          "end": {
                            "line": 440,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 14320,
                            "end": 14332,
                            "loc": {
                              "start": {
                                "line": 439,
                                "column": 6
                              },
                              "end": {
                                "line": 439,
                                "column": 18
                              }
                            },
                            "argument": {
                              "type": "NullLiteral",
                              "start": 14327,
                              "end": 14331,
                              "loc": {
                                "start": {
                                  "line": 439,
                                  "column": 13
                                },
                                "end": {
                                  "line": 439,
                                  "column": 17
                                }
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 14344,
                      "end": 14451,
                      "loc": {
                        "start": {
                          "line": 442,
                          "column": 4
                        },
                        "end": {
                          "line": 444,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 14348,
                        "end": 14421,
                        "loc": {
                          "start": {
                            "line": 442,
                            "column": 8
                          },
                          "end": {
                            "line": 442,
                            "column": 81
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 14348,
                          "end": 14380,
                          "loc": {
                            "start": {
                              "line": 442,
                              "column": 8
                            },
                            "end": {
                              "line": 442,
                              "column": 40
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 14348,
                            "end": 14356,
                            "loc": {
                              "start": {
                                "line": 442,
                                "column": 8
                              },
                              "end": {
                                "line": 442,
                                "column": 16
                              },
                              "identifierName": "dataType"
                            },
                            "name": "dataType"
                          },
                          "operator": "===",
                          "right": {
                            "type": "MemberExpression",
                            "start": 14361,
                            "end": 14380,
                            "loc": {
                              "start": {
                                "line": 442,
                                "column": 21
                              },
                              "end": {
                                "line": 442,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 14361,
                              "end": 14369,
                              "loc": {
                                "start": {
                                  "line": 442,
                                  "column": 21
                                },
                                "end": {
                                  "line": 442,
                                  "column": 29
                                },
                                "identifierName": "DataType"
                              },
                              "name": "DataType"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 14370,
                              "end": 14380,
                              "loc": {
                                "start": {
                                  "line": 442,
                                  "column": 30
                                },
                                "end": {
                                  "line": 442,
                                  "column": 40
                                },
                                "identifierName": "ByteString"
                              },
                              "name": "ByteString"
                            },
                            "computed": false
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 14384,
                          "end": 14421,
                          "loc": {
                            "start": {
                              "line": 442,
                              "column": 44
                            },
                            "end": {
                              "line": 442,
                              "column": 81
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 14384,
                            "end": 14393,
                            "loc": {
                              "start": {
                                "line": 442,
                                "column": 44
                              },
                              "end": {
                                "line": 442,
                                "column": 53
                              },
                              "identifierName": "arrayType"
                            },
                            "name": "arrayType"
                          },
                          "operator": "===",
                          "right": {
                            "type": "MemberExpression",
                            "start": 14398,
                            "end": 14421,
                            "loc": {
                              "start": {
                                "line": 442,
                                "column": 58
                              },
                              "end": {
                                "line": 442,
                                "column": 81
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 14398,
                              "end": 14414,
                              "loc": {
                                "start": {
                                  "line": 442,
                                  "column": 58
                                },
                                "end": {
                                  "line": 442,
                                  "column": 74
                                },
                                "identifierName": "VariantArrayType"
                              },
                              "name": "VariantArrayType"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 14415,
                              "end": 14421,
                              "loc": {
                                "start": {
                                  "line": 442,
                                  "column": 75
                                },
                                "end": {
                                  "line": 442,
                                  "column": 81
                                },
                                "identifierName": "Scalar"
                              },
                              "name": "Scalar"
                            },
                            "computed": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 14423,
                        "end": 14451,
                        "loc": {
                          "start": {
                            "line": 442,
                            "column": 83
                          },
                          "end": {
                            "line": 444,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 14431,
                            "end": 14445,
                            "loc": {
                              "start": {
                                "line": 443,
                                "column": 6
                              },
                              "end": {
                                "line": 443,
                                "column": 20
                              }
                            },
                            "argument": {
                              "type": "Identifier",
                              "start": 14438,
                              "end": 14444,
                              "loc": {
                                "start": {
                                  "line": 443,
                                  "column": 13
                                },
                                "end": {
                                  "line": 443,
                                  "column": 19
                                },
                                "identifierName": "buffer"
                              },
                              "name": "buffer"
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 14457,
                      "end": 14611,
                      "loc": {
                        "start": {
                          "line": 446,
                          "column": 4
                        },
                        "end": {
                          "line": 449,
                          "column": 40
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 14463,
                          "end": 14610,
                          "loc": {
                            "start": {
                              "line": 446,
                              "column": 10
                            },
                            "end": {
                              "line": 449,
                              "column": 39
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 14463,
                            "end": 14471,
                            "loc": {
                              "start": {
                                "line": 446,
                                "column": 10
                              },
                              "end": {
                                "line": 446,
                                "column": 18
                              },
                              "identifierName": "rawValue"
                            },
                            "name": "rawValue"
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 14480,
                            "end": 14610,
                            "loc": {
                              "start": {
                                "line": 447,
                                "column": 6
                              },
                              "end": {
                                "line": 449,
                                "column": 39
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 14480,
                              "end": 14517,
                              "loc": {
                                "start": {
                                  "line": 447,
                                  "column": 6
                                },
                                "end": {
                                  "line": 447,
                                  "column": 43
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 14480,
                                "end": 14489,
                                "loc": {
                                  "start": {
                                    "line": 447,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 447,
                                    "column": 15
                                  },
                                  "identifierName": "arrayType"
                                },
                                "name": "arrayType"
                              },
                              "operator": "===",
                              "right": {
                                "type": "MemberExpression",
                                "start": 14494,
                                "end": 14517,
                                "loc": {
                                  "start": {
                                    "line": 447,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 447,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 14494,
                                  "end": 14510,
                                  "loc": {
                                    "start": {
                                      "line": 447,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 447,
                                      "column": 36
                                    },
                                    "identifierName": "VariantArrayType"
                                  },
                                  "name": "VariantArrayType"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 14511,
                                  "end": 14517,
                                  "loc": {
                                    "start": {
                                      "line": 447,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 447,
                                      "column": 43
                                    },
                                    "identifierName": "Scalar"
                                  },
                                  "name": "Scalar"
                                },
                                "computed": false
                              }
                            },
                            "consequent": {
                              "type": "CallExpression",
                              "start": 14528,
                              "end": 14570,
                              "loc": {
                                "start": {
                                  "line": 448,
                                  "column": 10
                                },
                                "end": {
                                  "line": 448,
                                  "column": 52
                                }
                              },
                              "callee": {
                                "type": "LogicalExpression",
                                "start": 14529,
                                "end": 14561,
                                "loc": {
                                  "start": {
                                    "line": 448,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 448,
                                    "column": 43
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 14529,
                                  "end": 14553,
                                  "loc": {
                                    "start": {
                                      "line": 448,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 448,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 14529,
                                    "end": 14543,
                                    "loc": {
                                      "start": {
                                        "line": 448,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 448,
                                        "column": 25
                                      },
                                      "identifierName": "decodeRawValue"
                                    },
                                    "name": "decodeRawValue"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 14544,
                                    "end": 14552,
                                    "loc": {
                                      "start": {
                                        "line": 448,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 448,
                                        "column": 34
                                      },
                                      "identifierName": "dataType"
                                    },
                                    "name": "dataType"
                                  },
                                  "computed": true
                                },
                                "operator": "||",
                                "right": {
                                  "type": "Identifier",
                                  "start": 14557,
                                  "end": 14561,
                                  "loc": {
                                    "start": {
                                      "line": 448,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 448,
                                      "column": 43
                                    },
                                    "identifierName": "asIs"
                                  },
                                  "name": "asIs"
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 14528
                                }
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 14563,
                                  "end": 14569,
                                  "loc": {
                                    "start": {
                                      "line": 448,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 448,
                                      "column": 51
                                    },
                                    "identifierName": "buffer"
                                  },
                                  "name": "buffer"
                                }
                              ]
                            },
                            "alternate": {
                              "type": "CallExpression",
                              "start": 14581,
                              "end": 14610,
                              "loc": {
                                "start": {
                                  "line": 449,
                                  "column": 10
                                },
                                "end": {
                                  "line": 449,
                                  "column": 39
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 14581,
                                "end": 14591,
                                "loc": {
                                  "start": {
                                    "line": 449,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 449,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 14581,
                                  "end": 14585,
                                  "loc": {
                                    "start": {
                                      "line": 449,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 449,
                                      "column": 14
                                    },
                                    "identifierName": "JSON"
                                  },
                                  "name": "JSON"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 14586,
                                  "end": 14591,
                                  "loc": {
                                    "start": {
                                      "line": 449,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 449,
                                      "column": 20
                                    },
                                    "identifierName": "parse"
                                  },
                                  "name": "parse"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "start": 14592,
                                  "end": 14609,
                                  "loc": {
                                    "start": {
                                      "line": 449,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 449,
                                      "column": 38
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 14592,
                                    "end": 14607,
                                    "loc": {
                                      "start": {
                                        "line": 449,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 449,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 14592,
                                      "end": 14598,
                                      "loc": {
                                        "start": {
                                          "line": 449,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 449,
                                          "column": 27
                                        },
                                        "identifierName": "buffer"
                                      },
                                      "name": "buffer"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 14599,
                                      "end": 14607,
                                      "loc": {
                                        "start": {
                                          "line": 449,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 449,
                                          "column": 36
                                        },
                                        "identifierName": "toString"
                                      },
                                      "name": "toString"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 14617,
                      "end": 14668,
                      "loc": {
                        "start": {
                          "line": 451,
                          "column": 4
                        },
                        "end": {
                          "line": 451,
                          "column": 55
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 14624,
                        "end": 14667,
                        "loc": {
                          "start": {
                            "line": 451,
                            "column": 11
                          },
                          "end": {
                            "line": 451,
                            "column": 54
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 14624,
                          "end": 14636,
                          "loc": {
                            "start": {
                              "line": 451,
                              "column": 11
                            },
                            "end": {
                              "line": 451,
                              "column": 23
                            },
                            "identifierName": "getNodeValue"
                          },
                          "name": "getNodeValue"
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 14637,
                            "end": 14645,
                            "loc": {
                              "start": {
                                "line": 451,
                                "column": 24
                              },
                              "end": {
                                "line": 451,
                                "column": 32
                              },
                              "identifierName": "rawValue"
                            },
                            "name": "rawValue"
                          },
                          {
                            "type": "Identifier",
                            "start": 14647,
                            "end": 14655,
                            "loc": {
                              "start": {
                                "line": 451,
                                "column": 34
                              },
                              "end": {
                                "line": 451,
                                "column": 42
                              },
                              "identifierName": "dataType"
                            },
                            "name": "dataType"
                          },
                          {
                            "type": "Identifier",
                            "start": 14657,
                            "end": 14666,
                            "loc": {
                              "start": {
                                "line": 451,
                                "column": 44
                              },
                              "end": {
                                "line": 451,
                                "column": 53
                              },
                              "identifierName": "arrayType"
                            },
                            "name": "arrayType"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Decodes a file's contents to a node's value.\n   * @param {Buffer} buffer The file contents to decode.\n   * @param {node-opcua~DataType} dataType The {@link node-opcua~DataType} to decode the contents.\n   * @param {node-opcua~VariantArrayType} arrayType The files array type.\n   * @return {?*} The decoded node value or null.\n   ",
                    "start": 13872,
                    "end": 14211,
                    "loc": {
                      "start": {
                        "line": 430,
                        "column": 2
                      },
                      "end": {
                        "line": 436,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * As file mtimes do not support millisecond resolution these must be removed before storing\n   * files.\n   * @param {Date} date The original mtime.\n   * @return {Date} The normalized mtime.\n   ",
                    "start": 14676,
                    "end": 14878,
                    "loc": {
                      "start": {
                        "line": 454,
                        "column": 2
                      },
                      "end": {
                        "line": 459,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 14881,
                "end": 14961,
                "loc": {
                  "start": {
                    "line": 460,
                    "column": 2
                  },
                  "end": {
                    "line": 464,
                    "column": 3
                  }
                },
                "static": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 14888,
                  "end": 14902,
                  "loc": {
                    "start": {
                      "line": 460,
                      "column": 9
                    },
                    "end": {
                      "line": 460,
                      "column": 23
                    },
                    "identifierName": "normalizeMtime"
                  },
                  "name": "normalizeMtime"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 14903,
                    "end": 14907,
                    "loc": {
                      "start": {
                        "line": 460,
                        "column": 24
                      },
                      "end": {
                        "line": 460,
                        "column": 28
                      },
                      "identifierName": "date"
                    },
                    "name": "date"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 14909,
                  "end": 14961,
                  "loc": {
                    "start": {
                      "line": 460,
                      "column": 30
                    },
                    "end": {
                      "line": 464,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 14915,
                      "end": 14939,
                      "loc": {
                        "start": {
                          "line": 461,
                          "column": 4
                        },
                        "end": {
                          "line": 461,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 14915,
                        "end": 14938,
                        "loc": {
                          "start": {
                            "line": 461,
                            "column": 4
                          },
                          "end": {
                            "line": 461,
                            "column": 27
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 14915,
                          "end": 14935,
                          "loc": {
                            "start": {
                              "line": 461,
                              "column": 4
                            },
                            "end": {
                              "line": 461,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 14915,
                            "end": 14919,
                            "loc": {
                              "start": {
                                "line": 461,
                                "column": 4
                              },
                              "end": {
                                "line": 461,
                                "column": 8
                              },
                              "identifierName": "date"
                            },
                            "name": "date"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 14920,
                            "end": 14935,
                            "loc": {
                              "start": {
                                "line": 461,
                                "column": 9
                              },
                              "end": {
                                "line": 461,
                                "column": 24
                              },
                              "identifierName": "setMilliseconds"
                            },
                            "name": "setMilliseconds"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 14936,
                            "end": 14937,
                            "loc": {
                              "start": {
                                "line": 461,
                                "column": 25
                              },
                              "end": {
                                "line": 461,
                                "column": 26
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 14945,
                      "end": 14957,
                      "loc": {
                        "start": {
                          "line": 463,
                          "column": 4
                        },
                        "end": {
                          "line": 463,
                          "column": 16
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 14952,
                        "end": 14956,
                        "loc": {
                          "start": {
                            "line": 463,
                            "column": 11
                          },
                          "end": {
                            "line": 463,
                            "column": 15
                          },
                          "identifierName": "date"
                        },
                        "name": "date"
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * As file mtimes do not support millisecond resolution these must be removed before storing\n   * files.\n   * @param {Date} date The original mtime.\n   * @return {Date} The normalized mtime.\n   ",
                    "start": 14676,
                    "end": 14878,
                    "loc": {
                      "start": {
                        "line": 454,
                        "column": 2
                      },
                      "end": {
                        "line": 459,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Creates a new {@link AtviseFile} for the given {@link ReadStream.ReadResult}.\n   * @param {ReadStream.ReadResult} readResult The read result to create the file for.\n   * @return {AtviseFile} The resulting file.\n   ",
                    "start": 14965,
                    "end": 15190,
                    "loc": {
                      "start": {
                        "line": 466,
                        "column": 2
                      },
                      "end": {
                        "line": 470,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 15193,
                "end": 16053,
                "loc": {
                  "start": {
                    "line": 471,
                    "column": 2
                  },
                  "end": {
                    "line": 497,
                    "column": 3
                  }
                },
                "static": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 15200,
                  "end": 15214,
                  "loc": {
                    "start": {
                      "line": 471,
                      "column": 9
                    },
                    "end": {
                      "line": 471,
                      "column": 23
                    },
                    "identifierName": "fromReadResult"
                  },
                  "name": "fromReadResult"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 15215,
                    "end": 15225,
                    "loc": {
                      "start": {
                        "line": 471,
                        "column": 24
                      },
                      "end": {
                        "line": 471,
                        "column": 34
                      },
                      "identifierName": "readResult"
                    },
                    "name": "readResult"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 15227,
                  "end": 16053,
                  "loc": {
                    "start": {
                      "line": 471,
                      "column": 36
                    },
                    "end": {
                      "line": 497,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 15233,
                      "end": 15292,
                      "loc": {
                        "start": {
                          "line": 472,
                          "column": 4
                        },
                        "end": {
                          "line": 472,
                          "column": 63
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 15239,
                          "end": 15291,
                          "loc": {
                            "start": {
                              "line": 472,
                              "column": 10
                            },
                            "end": {
                              "line": 472,
                              "column": 62
                            }
                          },
                          "id": {
                            "type": "ObjectPattern",
                            "start": 15239,
                            "end": 15278,
                            "loc": {
                              "start": {
                                "line": 472,
                                "column": 10
                              },
                              "end": {
                                "line": 472,
                                "column": 49
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 15241,
                                "end": 15250,
                                "loc": {
                                  "start": {
                                    "line": 472,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 472,
                                    "column": 21
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 15241,
                                  "end": 15250,
                                  "loc": {
                                    "start": {
                                      "line": 472,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 472,
                                      "column": 21
                                    },
                                    "identifierName": "nodeClass"
                                  },
                                  "name": "nodeClass"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 15241,
                                  "end": 15250,
                                  "loc": {
                                    "start": {
                                      "line": 472,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 472,
                                      "column": 21
                                    },
                                    "identifierName": "nodeClass"
                                  },
                                  "name": "nodeClass"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 15252,
                                "end": 15262,
                                "loc": {
                                  "start": {
                                    "line": 472,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 472,
                                    "column": 33
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 15252,
                                  "end": 15262,
                                  "loc": {
                                    "start": {
                                      "line": 472,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 472,
                                      "column": 33
                                    },
                                    "identifierName": "references"
                                  },
                                  "name": "references"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 15252,
                                  "end": 15262,
                                  "loc": {
                                    "start": {
                                      "line": 472,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 472,
                                      "column": 33
                                    },
                                    "identifierName": "references"
                                  },
                                  "name": "references"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 15264,
                                "end": 15269,
                                "loc": {
                                  "start": {
                                    "line": 472,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 472,
                                    "column": 40
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 15264,
                                  "end": 15269,
                                  "loc": {
                                    "start": {
                                      "line": 472,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 472,
                                      "column": 40
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 15264,
                                  "end": 15269,
                                  "loc": {
                                    "start": {
                                      "line": 472,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 472,
                                      "column": 40
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 15271,
                                "end": 15276,
                                "loc": {
                                  "start": {
                                    "line": 472,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 472,
                                    "column": 47
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 15271,
                                  "end": 15276,
                                  "loc": {
                                    "start": {
                                      "line": 472,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 472,
                                      "column": 47
                                    },
                                    "identifierName": "mtime"
                                  },
                                  "name": "mtime"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 15271,
                                  "end": 15276,
                                  "loc": {
                                    "start": {
                                      "line": 472,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 472,
                                      "column": 47
                                    },
                                    "identifierName": "mtime"
                                  },
                                  "name": "mtime"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              }
                            ]
                          },
                          "init": {
                            "type": "Identifier",
                            "start": 15281,
                            "end": 15291,
                            "loc": {
                              "start": {
                                "line": 472,
                                "column": 52
                              },
                              "end": {
                                "line": 472,
                                "column": 62
                              },
                              "identifierName": "readResult"
                            },
                            "name": "readResult"
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 15298,
                      "end": 15400,
                      "loc": {
                        "start": {
                          "line": 474,
                          "column": 4
                        },
                        "end": {
                          "line": 476,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 15302,
                        "end": 15356,
                        "loc": {
                          "start": {
                            "line": 474,
                            "column": 8
                          },
                          "end": {
                            "line": 474,
                            "column": 62
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 15302,
                          "end": 15346,
                          "loc": {
                            "start": {
                              "line": 474,
                              "column": 8
                            },
                            "end": {
                              "line": 474,
                              "column": 52
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 15302,
                            "end": 15317,
                            "loc": {
                              "start": {
                                "line": 474,
                                "column": 8
                              },
                              "end": {
                                "line": 474,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 15302,
                              "end": 15311,
                              "loc": {
                                "start": {
                                  "line": 474,
                                  "column": 8
                                },
                                "end": {
                                  "line": 474,
                                  "column": 17
                                },
                                "identifierName": "nodeClass"
                              },
                              "name": "nodeClass"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 15312,
                              "end": 15317,
                              "loc": {
                                "start": {
                                  "line": 474,
                                  "column": 18
                                },
                                "end": {
                                  "line": 474,
                                  "column": 23
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "MemberExpression",
                            "start": 15322,
                            "end": 15346,
                            "loc": {
                              "start": {
                                "line": 474,
                                "column": 28
                              },
                              "end": {
                                "line": 474,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 15322,
                              "end": 15340,
                              "loc": {
                                "start": {
                                  "line": 474,
                                  "column": 28
                                },
                                "end": {
                                  "line": 474,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 15322,
                                "end": 15331,
                                "loc": {
                                  "start": {
                                    "line": 474,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 474,
                                    "column": 37
                                  },
                                  "identifierName": "NodeClass"
                                },
                                "name": "NodeClass"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15332,
                                "end": 15340,
                                "loc": {
                                  "start": {
                                    "line": 474,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 474,
                                    "column": 46
                                  },
                                  "identifierName": "Variable"
                                },
                                "name": "Variable"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 15341,
                              "end": 15346,
                              "loc": {
                                "start": {
                                  "line": 474,
                                  "column": 47
                                },
                                "end": {
                                  "line": 474,
                                  "column": 52
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 15350,
                          "end": 15356,
                          "loc": {
                            "start": {
                              "line": 474,
                              "column": 56
                            },
                            "end": {
                              "line": 474,
                              "column": 62
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 15351,
                            "end": 15356,
                            "loc": {
                              "start": {
                                "line": 474,
                                "column": 57
                              },
                              "end": {
                                "line": 474,
                                "column": 62
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 15358,
                        "end": 15400,
                        "loc": {
                          "start": {
                            "line": 474,
                            "column": 64
                          },
                          "end": {
                            "line": 476,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ThrowStatement",
                            "start": 15366,
                            "end": 15394,
                            "loc": {
                              "start": {
                                "line": 475,
                                "column": 6
                              },
                              "end": {
                                "line": 475,
                                "column": 34
                              }
                            },
                            "argument": {
                              "type": "NewExpression",
                              "start": 15372,
                              "end": 15393,
                              "loc": {
                                "start": {
                                  "line": 475,
                                  "column": 12
                                },
                                "end": {
                                  "line": 475,
                                  "column": 33
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 15376,
                                "end": 15381,
                                "loc": {
                                  "start": {
                                    "line": 475,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 475,
                                    "column": 21
                                  },
                                  "identifierName": "Error"
                                },
                                "name": "Error"
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 15382,
                                  "end": 15392,
                                  "loc": {
                                    "start": {
                                      "line": 475,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 475,
                                      "column": 32
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "no value",
                                    "raw": "'no value'"
                                  },
                                  "value": "no value"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 15406,
                      "end": 16049,
                      "loc": {
                        "start": {
                          "line": 478,
                          "column": 4
                        },
                        "end": {
                          "line": 496,
                          "column": 7
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 15413,
                        "end": 16048,
                        "loc": {
                          "start": {
                            "line": 478,
                            "column": 11
                          },
                          "end": {
                            "line": 496,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 15417,
                          "end": 15427,
                          "loc": {
                            "start": {
                              "line": 478,
                              "column": 15
                            },
                            "end": {
                              "line": 478,
                              "column": 25
                            },
                            "identifierName": "AtviseFile"
                          },
                          "name": "AtviseFile"
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 15428,
                            "end": 16047,
                            "loc": {
                              "start": {
                                "line": 478,
                                "column": 26
                              },
                              "end": {
                                "line": 496,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 15436,
                                "end": 15482,
                                "loc": {
                                  "start": {
                                    "line": 479,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 479,
                                    "column": 52
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 15436,
                                  "end": 15440,
                                  "loc": {
                                    "start": {
                                      "line": 479,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 479,
                                      "column": 10
                                    },
                                    "identifierName": "path"
                                  },
                                  "name": "path"
                                },
                                "value": {
                                  "type": "CallExpression",
                                  "start": 15442,
                                  "end": 15482,
                                  "loc": {
                                    "start": {
                                      "line": 479,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 479,
                                      "column": 52
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 15442,
                                    "end": 15470,
                                    "loc": {
                                      "start": {
                                        "line": 479,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 479,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 15442,
                                      "end": 15452,
                                      "loc": {
                                        "start": {
                                          "line": 479,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 479,
                                          "column": 22
                                        },
                                        "identifierName": "AtviseFile"
                                      },
                                      "name": "AtviseFile"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 15453,
                                      "end": 15470,
                                      "loc": {
                                        "start": {
                                          "line": 479,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 479,
                                          "column": 40
                                        },
                                        "identifierName": "pathForReadResult"
                                      },
                                      "name": "pathForReadResult"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 15471,
                                      "end": 15481,
                                      "loc": {
                                        "start": {
                                          "line": 479,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 479,
                                          "column": 51
                                        },
                                        "identifierName": "readResult"
                                      },
                                      "name": "readResult"
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 15490,
                                "end": 15798,
                                "loc": {
                                  "start": {
                                    "line": 480,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 490,
                                    "column": 11
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 15490,
                                  "end": 15498,
                                  "loc": {
                                    "start": {
                                      "line": 480,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 480,
                                      "column": 14
                                    },
                                    "identifierName": "contents"
                                  },
                                  "name": "contents"
                                },
                                "value": {
                                  "type": "ConditionalExpression",
                                  "start": 15500,
                                  "end": 15798,
                                  "loc": {
                                    "start": {
                                      "line": 480,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 490,
                                      "column": 11
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 15500,
                                    "end": 15505,
                                    "loc": {
                                      "start": {
                                        "line": 480,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 480,
                                        "column": 21
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "consequent": {
                                    "type": "CallExpression",
                                    "start": 15516,
                                    "end": 15580,
                                    "loc": {
                                      "start": {
                                        "line": 481,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 481,
                                        "column": 74
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 15516,
                                      "end": 15538,
                                      "loc": {
                                        "start": {
                                          "line": 481,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 481,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 15516,
                                        "end": 15526,
                                        "loc": {
                                          "start": {
                                            "line": 481,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 481,
                                            "column": 20
                                          },
                                          "identifierName": "AtviseFile"
                                        },
                                        "name": "AtviseFile"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 15527,
                                        "end": 15538,
                                        "loc": {
                                          "start": {
                                            "line": 481,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 481,
                                            "column": 32
                                          },
                                          "identifierName": "encodeValue"
                                        },
                                        "name": "encodeValue"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 15539,
                                        "end": 15544,
                                        "loc": {
                                          "start": {
                                            "line": 481,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 481,
                                            "column": 38
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 15546,
                                        "end": 15561,
                                        "loc": {
                                          "start": {
                                            "line": 481,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 481,
                                            "column": 55
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 15546,
                                          "end": 15551,
                                          "loc": {
                                            "start": {
                                              "line": 481,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 481,
                                              "column": 45
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 15552,
                                          "end": 15561,
                                          "loc": {
                                            "start": {
                                              "line": 481,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 481,
                                              "column": 55
                                            },
                                            "identifierName": "$dataType"
                                          },
                                          "name": "$dataType"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 15563,
                                        "end": 15579,
                                        "loc": {
                                          "start": {
                                            "line": 481,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 481,
                                            "column": 73
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 15563,
                                          "end": 15568,
                                          "loc": {
                                            "start": {
                                              "line": 481,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 481,
                                              "column": 62
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 15569,
                                          "end": 15579,
                                          "loc": {
                                            "start": {
                                              "line": 481,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 481,
                                              "column": 73
                                            },
                                            "identifierName": "$arrayType"
                                          },
                                          "name": "$arrayType"
                                        },
                                        "computed": false
                                      }
                                    ],
                                    "trailingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " Variables",
                                        "start": 15581,
                                        "end": 15593,
                                        "loc": {
                                          "start": {
                                            "line": 481,
                                            "column": 75
                                          },
                                          "end": {
                                            "line": 481,
                                            "column": 87
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": {
                                    "type": "CallExpression",
                                    "start": 15604,
                                    "end": 15798,
                                    "loc": {
                                      "start": {
                                        "line": 482,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 490,
                                        "column": 11
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 15604,
                                      "end": 15615,
                                      "loc": {
                                        "start": {
                                          "line": 482,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 482,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 15604,
                                        "end": 15610,
                                        "loc": {
                                          "start": {
                                            "line": 482,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 482,
                                            "column": 16
                                          },
                                          "identifierName": "Buffer"
                                        },
                                        "name": "Buffer",
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 15611,
                                        "end": 15615,
                                        "loc": {
                                          "start": {
                                            "line": 482,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 482,
                                            "column": 21
                                          },
                                          "identifierName": "from"
                                        },
                                        "name": "from"
                                      },
                                      "computed": false,
                                      "leadingComments": null
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 15629,
                                        "end": 15786,
                                        "loc": {
                                          "start": {
                                            "line": 483,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 489,
                                            "column": 13
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 15629,
                                          "end": 15643,
                                          "loc": {
                                            "start": {
                                              "line": 483,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 483,
                                              "column": 26
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 15629,
                                            "end": 15633,
                                            "loc": {
                                              "start": {
                                                "line": 483,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 483,
                                                "column": 16
                                              },
                                              "identifierName": "JSON"
                                            },
                                            "name": "JSON"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 15634,
                                            "end": 15643,
                                            "loc": {
                                              "start": {
                                                "line": 483,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 483,
                                                "column": 26
                                              },
                                              "identifierName": "stringify"
                                            },
                                            "name": "stringify"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ObjectExpression",
                                            "start": 15659,
                                            "end": 15732,
                                            "loc": {
                                              "start": {
                                                "line": 484,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 486,
                                                "column": 15
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "ObjectProperty",
                                                "start": 15677,
                                                "end": 15715,
                                                "loc": {
                                                  "start": {
                                                    "line": 485,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 485,
                                                    "column": 54
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 15677,
                                                  "end": 15687,
                                                  "loc": {
                                                    "start": {
                                                      "line": 485,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 485,
                                                      "column": 26
                                                    },
                                                    "identifierName": "references"
                                                  },
                                                  "name": "references"
                                                },
                                                "value": {
                                                  "type": "CallExpression",
                                                  "start": 15689,
                                                  "end": 15715,
                                                  "loc": {
                                                    "start": {
                                                      "line": 485,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 485,
                                                      "column": 54
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 15689,
                                                    "end": 15703,
                                                    "loc": {
                                                      "start": {
                                                        "line": 485,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 485,
                                                        "column": 42
                                                      },
                                                      "identifierName": "sortReferences"
                                                    },
                                                    "name": "sortReferences"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 15704,
                                                      "end": 15714,
                                                      "loc": {
                                                        "start": {
                                                          "line": 485,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 485,
                                                          "column": 53
                                                        },
                                                        "identifierName": "references"
                                                      },
                                                      "name": "references"
                                                    }
                                                  ]
                                                }
                                              }
                                            ]
                                          },
                                          {
                                            "type": "NullLiteral",
                                            "start": 15748,
                                            "end": 15752,
                                            "loc": {
                                              "start": {
                                                "line": 487,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 487,
                                                "column": 18
                                              }
                                            }
                                          },
                                          {
                                            "type": "StringLiteral",
                                            "start": 15768,
                                            "end": 15772,
                                            "loc": {
                                              "start": {
                                                "line": 488,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 488,
                                                "column": 18
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "  ",
                                              "raw": "'  '"
                                            },
                                            "value": "  "
                                          }
                                        ]
                                      }
                                    ],
                                    "leadingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " Variables",
                                        "start": 15581,
                                        "end": 15593,
                                        "loc": {
                                          "start": {
                                            "line": 481,
                                            "column": 75
                                          },
                                          "end": {
                                            "line": 481,
                                            "column": 87
                                          }
                                        }
                                      }
                                    ]
                                  }
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 15829,
                                "end": 15850,
                                "loc": {
                                  "start": {
                                    "line": 491,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 491,
                                    "column": 27
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 15829,
                                  "end": 15839,
                                  "loc": {
                                    "start": {
                                      "line": 491,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 491,
                                      "column": 16
                                    },
                                    "identifierName": "_nodeClass"
                                  },
                                  "name": "_nodeClass",
                                  "leadingComments": null
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 15841,
                                  "end": 15850,
                                  "loc": {
                                    "start": {
                                      "line": 491,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 491,
                                      "column": 27
                                    },
                                    "identifierName": "nodeClass"
                                  },
                                  "name": "nodeClass"
                                },
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Objects, types, ...",
                                    "start": 15800,
                                    "end": 15822,
                                    "loc": {
                                      "start": {
                                        "line": 490,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 490,
                                        "column": 35
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 15858,
                                "end": 15893,
                                "loc": {
                                  "start": {
                                    "line": 492,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 492,
                                    "column": 41
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 15858,
                                  "end": 15867,
                                  "loc": {
                                    "start": {
                                      "line": 492,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 492,
                                      "column": 15
                                    },
                                    "identifierName": "_dataType"
                                  },
                                  "name": "_dataType"
                                },
                                "value": {
                                  "type": "LogicalExpression",
                                  "start": 15869,
                                  "end": 15893,
                                  "loc": {
                                    "start": {
                                      "line": 492,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 492,
                                      "column": 41
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 15869,
                                    "end": 15874,
                                    "loc": {
                                      "start": {
                                        "line": 492,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 492,
                                        "column": 22
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "operator": "&&",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 15878,
                                    "end": 15893,
                                    "loc": {
                                      "start": {
                                        "line": 492,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 492,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 15878,
                                      "end": 15883,
                                      "loc": {
                                        "start": {
                                          "line": 492,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 492,
                                          "column": 31
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 15884,
                                      "end": 15893,
                                      "loc": {
                                        "start": {
                                          "line": 492,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 492,
                                          "column": 41
                                        },
                                        "identifierName": "$dataType"
                                      },
                                      "name": "$dataType"
                                    },
                                    "computed": false
                                  }
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 15901,
                                "end": 15938,
                                "loc": {
                                  "start": {
                                    "line": 493,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 493,
                                    "column": 43
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 15901,
                                  "end": 15911,
                                  "loc": {
                                    "start": {
                                      "line": 493,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 493,
                                      "column": 16
                                    },
                                    "identifierName": "_arrayType"
                                  },
                                  "name": "_arrayType"
                                },
                                "value": {
                                  "type": "LogicalExpression",
                                  "start": 15913,
                                  "end": 15938,
                                  "loc": {
                                    "start": {
                                      "line": 493,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 493,
                                      "column": 43
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 15913,
                                    "end": 15918,
                                    "loc": {
                                      "start": {
                                        "line": 493,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 493,
                                        "column": 23
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "operator": "&&",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 15922,
                                    "end": 15938,
                                    "loc": {
                                      "start": {
                                        "line": 493,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 493,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 15922,
                                      "end": 15927,
                                      "loc": {
                                        "start": {
                                          "line": 493,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 493,
                                          "column": 32
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 15928,
                                      "end": 15938,
                                      "loc": {
                                        "start": {
                                          "line": 493,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 493,
                                          "column": 43
                                        },
                                        "identifierName": "$arrayType"
                                      },
                                      "name": "$arrayType"
                                    },
                                    "computed": false
                                  }
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 15946,
                                "end": 15969,
                                "loc": {
                                  "start": {
                                    "line": 494,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 494,
                                    "column": 29
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 15946,
                                  "end": 15957,
                                  "loc": {
                                    "start": {
                                      "line": 494,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 494,
                                      "column": 17
                                    },
                                    "identifierName": "_references"
                                  },
                                  "name": "_references"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 15959,
                                  "end": 15969,
                                  "loc": {
                                    "start": {
                                      "line": 494,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 494,
                                      "column": 29
                                    },
                                    "identifierName": "references"
                                  },
                                  "name": "references"
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 15977,
                                "end": 16040,
                                "loc": {
                                  "start": {
                                    "line": 495,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 495,
                                    "column": 69
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 15977,
                                  "end": 15981,
                                  "loc": {
                                    "start": {
                                      "line": 495,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 495,
                                      "column": 10
                                    },
                                    "identifierName": "stat"
                                  },
                                  "name": "stat"
                                },
                                "value": {
                                  "type": "ObjectExpression",
                                  "start": 15983,
                                  "end": 16040,
                                  "loc": {
                                    "start": {
                                      "line": 495,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 495,
                                      "column": 69
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 15985,
                                      "end": 16038,
                                      "loc": {
                                        "start": {
                                          "line": 495,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 495,
                                          "column": 67
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 15985,
                                        "end": 15990,
                                        "loc": {
                                          "start": {
                                            "line": 495,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 495,
                                            "column": 19
                                          },
                                          "identifierName": "mtime"
                                        },
                                        "name": "mtime"
                                      },
                                      "value": {
                                        "type": "ConditionalExpression",
                                        "start": 15992,
                                        "end": 16038,
                                        "loc": {
                                          "start": {
                                            "line": 495,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 495,
                                            "column": 67
                                          }
                                        },
                                        "test": {
                                          "type": "Identifier",
                                          "start": 15992,
                                          "end": 15997,
                                          "loc": {
                                            "start": {
                                              "line": 495,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 495,
                                              "column": 26
                                            },
                                            "identifierName": "mtime"
                                          },
                                          "name": "mtime"
                                        },
                                        "consequent": {
                                          "type": "CallExpression",
                                          "start": 16000,
                                          "end": 16026,
                                          "loc": {
                                            "start": {
                                              "line": 495,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 495,
                                              "column": 55
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 16000,
                                            "end": 16019,
                                            "loc": {
                                              "start": {
                                                "line": 495,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 495,
                                                "column": 48
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 16000,
                                              "end": 16004,
                                              "loc": {
                                                "start": {
                                                  "line": 495,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 495,
                                                  "column": 33
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 16005,
                                              "end": 16019,
                                              "loc": {
                                                "start": {
                                                  "line": 495,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 495,
                                                  "column": 48
                                                },
                                                "identifierName": "normalizeMtime"
                                              },
                                              "name": "normalizeMtime"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 16020,
                                              "end": 16025,
                                              "loc": {
                                                "start": {
                                                  "line": 495,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 495,
                                                  "column": 54
                                                },
                                                "identifierName": "mtime"
                                              },
                                              "name": "mtime"
                                            }
                                          ]
                                        },
                                        "alternate": {
                                          "type": "Identifier",
                                          "start": 16029,
                                          "end": 16038,
                                          "loc": {
                                            "start": {
                                              "line": 495,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 495,
                                              "column": 67
                                            },
                                            "identifierName": "undefined"
                                          },
                                          "name": "undefined"
                                        }
                                      }
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Creates a new {@link AtviseFile} for the given {@link ReadStream.ReadResult}.\n   * @param {ReadStream.ReadResult} readResult The read result to create the file for.\n   * @return {AtviseFile} The resulting file.\n   ",
                    "start": 14965,
                    "end": 15190,
                    "loc": {
                      "start": {
                        "line": 466,
                        "column": 2
                      },
                      "end": {
                        "line": 470,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Recalculates {@link AtviseFile#dataType}, {@link AtviseFile#arrayType} and\n   * {@link AtviseFile#typeDefinition}. **Never call this method directly.**.\n   ",
                    "start": 16057,
                    "end": 16224,
                    "loc": {
                      "start": {
                        "line": 499,
                        "column": 2
                      },
                      "end": {
                        "line": 502,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 16227,
                "end": 20322,
                "loc": {
                  "start": {
                    "line": 503,
                    "column": 2
                  },
                  "end": {
                    "line": 652,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 16227,
                  "end": 16239,
                  "loc": {
                    "start": {
                      "line": 503,
                      "column": 2
                    },
                    "end": {
                      "line": 503,
                      "column": 14
                    },
                    "identifierName": "_getMetadata"
                  },
                  "name": "_getMetadata",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 16242,
                  "end": 20322,
                  "loc": {
                    "start": {
                      "line": 503,
                      "column": 17
                    },
                    "end": {
                      "line": 652,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 16248,
                      "end": 16974,
                      "loc": {
                        "start": {
                          "line": 504,
                          "column": 4
                        },
                        "end": {
                          "line": 528,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 16252,
                        "end": 16272,
                        "loc": {
                          "start": {
                            "line": 504,
                            "column": 8
                          },
                          "end": {
                            "line": 504,
                            "column": 28
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 16252,
                          "end": 16264,
                          "loc": {
                            "start": {
                              "line": 504,
                              "column": 8
                            },
                            "end": {
                              "line": 504,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 16252,
                            "end": 16261,
                            "loc": {
                              "start": {
                                "line": 504,
                                "column": 8
                              },
                              "end": {
                                "line": 504,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 16252,
                              "end": 16256,
                              "loc": {
                                "start": {
                                  "line": 504,
                                  "column": 8
                                },
                                "end": {
                                  "line": 504,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 16257,
                              "end": 16261,
                              "loc": {
                                "start": {
                                  "line": 504,
                                  "column": 13
                                },
                                "end": {
                                  "line": 504,
                                  "column": 17
                                },
                                "identifierName": "stem"
                              },
                              "name": "stem"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "NumericLiteral",
                            "start": 16262,
                            "end": 16263,
                            "loc": {
                              "start": {
                                "line": 504,
                                "column": 18
                              },
                              "end": {
                                "line": 504,
                                "column": 19
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          "computed": true
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 16269,
                          "end": 16272,
                          "loc": {
                            "start": {
                              "line": 504,
                              "column": 25
                            },
                            "end": {
                              "line": 504,
                              "column": 28
                            }
                          },
                          "extra": {
                            "rawValue": ".",
                            "raw": "'.'"
                          },
                          "value": "."
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 16274,
                        "end": 16974,
                        "loc": {
                          "start": {
                            "line": 504,
                            "column": 30
                          },
                          "end": {
                            "line": 528,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 16398,
                            "end": 16451,
                            "loc": {
                              "start": {
                                "line": 510,
                                "column": 6
                              },
                              "end": {
                                "line": 510,
                                "column": 59
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 16398,
                              "end": 16450,
                              "loc": {
                                "start": {
                                  "line": 510,
                                  "column": 6
                                },
                                "end": {
                                  "line": 510,
                                  "column": 58
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 16398,
                                "end": 16413,
                                "loc": {
                                  "start": {
                                    "line": 510,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 510,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 16398,
                                  "end": 16402,
                                  "loc": {
                                    "start": {
                                      "line": 510,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 510,
                                      "column": 10
                                    }
                                  },
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 16403,
                                  "end": 16413,
                                  "loc": {
                                    "start": {
                                      "line": 510,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 510,
                                      "column": 21
                                    },
                                    "identifierName": "_nodeClass"
                                  },
                                  "name": "_nodeClass"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 16416,
                                "end": 16450,
                                "loc": {
                                  "start": {
                                    "line": 510,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 510,
                                    "column": 58
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 16416,
                                  "end": 16425,
                                  "loc": {
                                    "start": {
                                      "line": 510,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 510,
                                      "column": 33
                                    },
                                    "identifierName": "NodeClass"
                                  },
                                  "name": "NodeClass"
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 16426,
                                  "end": 16449,
                                  "loc": {
                                    "start": {
                                      "line": 510,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 510,
                                      "column": 57
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 16426,
                                    "end": 16446,
                                    "loc": {
                                      "start": {
                                        "line": 510,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 510,
                                        "column": 54
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 16426,
                                      "end": 16441,
                                      "loc": {
                                        "start": {
                                          "line": 510,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 510,
                                          "column": 49
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 16426,
                                        "end": 16435,
                                        "loc": {
                                          "start": {
                                            "line": 510,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 510,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 16426,
                                          "end": 16430,
                                          "loc": {
                                            "start": {
                                              "line": 510,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 510,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 16431,
                                          "end": 16435,
                                          "loc": {
                                            "start": {
                                              "line": 510,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 510,
                                              "column": 43
                                            },
                                            "identifierName": "stem"
                                          },
                                          "name": "stem"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 16436,
                                        "end": 16441,
                                        "loc": {
                                          "start": {
                                            "line": 510,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 510,
                                            "column": 49
                                          },
                                          "identifierName": "split"
                                        },
                                        "name": "split"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 16442,
                                        "end": 16445,
                                        "loc": {
                                          "start": {
                                            "line": 510,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 510,
                                            "column": 53
                                          }
                                        },
                                        "extra": {
                                          "rawValue": ".",
                                          "raw": "'.'"
                                        },
                                        "value": "."
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "NumericLiteral",
                                    "start": 16447,
                                    "end": 16448,
                                    "loc": {
                                      "start": {
                                        "line": 510,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 510,
                                        "column": 56
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  },
                                  "computed": true
                                },
                                "computed": true
                              },
                              "leadingComments": null
                            },
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " Got non-variable node",
                                "start": 16282,
                                "end": 16306,
                                "loc": {
                                  "start": {
                                    "line": 505,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 505,
                                    "column": 30
                                  }
                                }
                              },
                              {
                                "type": "CommentBlock",
                                "value": "*\n       * The node's class.\n       * @type {node-opcua~NodeClass}\n       ",
                                "start": 16313,
                                "end": 16391,
                                "loc": {
                                  "start": {
                                    "line": 506,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 509,
                                    "column": 9
                                  }
                                }
                              }
                            ]
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 16459,
                            "end": 16524,
                            "loc": {
                              "start": {
                                "line": 512,
                                "column": 6
                              },
                              "end": {
                                "line": 512,
                                "column": 71
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 16465,
                                "end": 16523,
                                "loc": {
                                  "start": {
                                    "line": 512,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 512,
                                    "column": 70
                                  }
                                },
                                "id": {
                                  "type": "ObjectPattern",
                                  "start": 16465,
                                  "end": 16484,
                                  "loc": {
                                    "start": {
                                      "line": 512,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 512,
                                      "column": 31
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 16467,
                                      "end": 16482,
                                      "loc": {
                                        "start": {
                                          "line": 512,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 512,
                                          "column": 29
                                        }
                                      },
                                      "method": false,
                                      "shorthand": true,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 16467,
                                        "end": 16477,
                                        "loc": {
                                          "start": {
                                            "line": 512,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 512,
                                            "column": 24
                                          },
                                          "identifierName": "references"
                                        },
                                        "name": "references"
                                      },
                                      "value": {
                                        "type": "AssignmentPattern",
                                        "start": 16467,
                                        "end": 16482,
                                        "loc": {
                                          "start": {
                                            "line": 512,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 512,
                                            "column": 29
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 16467,
                                          "end": 16477,
                                          "loc": {
                                            "start": {
                                              "line": 512,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 512,
                                              "column": 24
                                            },
                                            "identifierName": "references"
                                          },
                                          "name": "references"
                                        },
                                        "right": {
                                          "type": "ObjectExpression",
                                          "start": 16480,
                                          "end": 16482,
                                          "loc": {
                                            "start": {
                                              "line": 512,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 512,
                                              "column": 29
                                            }
                                          },
                                          "properties": []
                                        }
                                      },
                                      "extra": {
                                        "shorthand": true
                                      }
                                    }
                                  ]
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 16487,
                                  "end": 16523,
                                  "loc": {
                                    "start": {
                                      "line": 512,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 512,
                                      "column": 70
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 16487,
                                    "end": 16497,
                                    "loc": {
                                      "start": {
                                        "line": 512,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 512,
                                        "column": 44
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 16487,
                                      "end": 16491,
                                      "loc": {
                                        "start": {
                                          "line": 512,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 512,
                                          "column": 38
                                        },
                                        "identifierName": "JSON"
                                      },
                                      "name": "JSON"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 16492,
                                      "end": 16497,
                                      "loc": {
                                        "start": {
                                          "line": 512,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 512,
                                          "column": 44
                                        },
                                        "identifierName": "parse"
                                      },
                                      "name": "parse"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "start": 16498,
                                      "end": 16522,
                                      "loc": {
                                        "start": {
                                          "line": 512,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 512,
                                          "column": 69
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 16498,
                                        "end": 16520,
                                        "loc": {
                                          "start": {
                                            "line": 512,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 512,
                                            "column": 67
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 16498,
                                          "end": 16511,
                                          "loc": {
                                            "start": {
                                              "line": 512,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 512,
                                              "column": 58
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 16498,
                                            "end": 16502,
                                            "loc": {
                                              "start": {
                                                "line": 512,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 512,
                                                "column": 49
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 16503,
                                            "end": 16511,
                                            "loc": {
                                              "start": {
                                                "line": 512,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 512,
                                                "column": 58
                                              },
                                              "identifierName": "contents"
                                            },
                                            "name": "contents"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 16512,
                                          "end": 16520,
                                          "loc": {
                                            "start": {
                                              "line": 512,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 512,
                                              "column": 67
                                            },
                                            "identifierName": "toString"
                                          },
                                          "name": "toString"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "const",
                            "trailingComments": [
                              {
                                "type": "CommentBlock",
                                "value": "*\n       * References the node holds: In most cases this will be a single entry for\n       * `'HasTypeDefinition'`.\n       * @type {Map<String, NodeId[]>}\n       ",
                                "start": 16532,
                                "end": 16698,
                                "loc": {
                                  "start": {
                                    "line": 514,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 518,
                                    "column": 9
                                  }
                                }
                              }
                            ]
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 16705,
                            "end": 16953,
                            "loc": {
                              "start": {
                                "line": 519,
                                "column": 6
                              },
                              "end": {
                                "line": 525,
                                "column": 8
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 16705,
                              "end": 16952,
                              "loc": {
                                "start": {
                                  "line": 519,
                                  "column": 6
                                },
                                "end": {
                                  "line": 525,
                                  "column": 7
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 16705,
                                "end": 16721,
                                "loc": {
                                  "start": {
                                    "line": 519,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 519,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 16705,
                                  "end": 16709,
                                  "loc": {
                                    "start": {
                                      "line": 519,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 519,
                                      "column": 10
                                    }
                                  },
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 16710,
                                  "end": 16721,
                                  "loc": {
                                    "start": {
                                      "line": 519,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 519,
                                      "column": 22
                                    },
                                    "identifierName": "_references"
                                  },
                                  "name": "_references"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 16724,
                                "end": 16952,
                                "loc": {
                                  "start": {
                                    "line": 519,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 525,
                                    "column": 7
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 16724,
                                  "end": 16757,
                                  "loc": {
                                    "start": {
                                      "line": 519,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 519,
                                      "column": 58
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 16724,
                                    "end": 16750,
                                    "loc": {
                                      "start": {
                                        "line": 519,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 519,
                                        "column": 51
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 16724,
                                      "end": 16738,
                                      "loc": {
                                        "start": {
                                          "line": 519,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 519,
                                          "column": 39
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 16724,
                                        "end": 16730,
                                        "loc": {
                                          "start": {
                                            "line": 519,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 519,
                                            "column": 31
                                          },
                                          "identifierName": "Object"
                                        },
                                        "name": "Object"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 16731,
                                        "end": 16738,
                                        "loc": {
                                          "start": {
                                            "line": 519,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 519,
                                            "column": 39
                                          },
                                          "identifierName": "entries"
                                        },
                                        "name": "entries"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 16739,
                                        "end": 16749,
                                        "loc": {
                                          "start": {
                                            "line": 519,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 519,
                                            "column": 50
                                          },
                                          "identifierName": "references"
                                        },
                                        "name": "references"
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 16751,
                                    "end": 16757,
                                    "loc": {
                                      "start": {
                                        "line": 519,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 519,
                                        "column": 58
                                      },
                                      "identifierName": "reduce"
                                    },
                                    "name": "reduce"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 16767,
                                    "end": 16932,
                                    "loc": {
                                      "start": {
                                        "line": 520,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 523,
                                        "column": 12
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": true,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 16768,
                                        "end": 16774,
                                        "loc": {
                                          "start": {
                                            "line": 520,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 520,
                                            "column": 15
                                          },
                                          "identifierName": "result"
                                        },
                                        "name": "result"
                                      },
                                      {
                                        "type": "ArrayPattern",
                                        "start": 16776,
                                        "end": 16788,
                                        "loc": {
                                          "start": {
                                            "line": 520,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 520,
                                            "column": 29
                                          }
                                        },
                                        "elements": [
                                          {
                                            "type": "Identifier",
                                            "start": 16777,
                                            "end": 16781,
                                            "loc": {
                                              "start": {
                                                "line": 520,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 520,
                                                "column": 22
                                              },
                                              "identifierName": "type"
                                            },
                                            "name": "type"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 16783,
                                            "end": 16787,
                                            "loc": {
                                              "start": {
                                                "line": 520,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 520,
                                                "column": 28
                                              },
                                              "identifierName": "refs"
                                            },
                                            "name": "refs"
                                          }
                                        ]
                                      }
                                    ],
                                    "body": {
                                      "type": "CallExpression",
                                      "start": 16803,
                                      "end": 16932,
                                      "loc": {
                                        "start": {
                                          "line": 521,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 523,
                                          "column": 12
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 16803,
                                        "end": 16816,
                                        "loc": {
                                          "start": {
                                            "line": 521,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 521,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 16803,
                                          "end": 16809,
                                          "loc": {
                                            "start": {
                                              "line": 521,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 521,
                                              "column": 16
                                            },
                                            "identifierName": "Object"
                                          },
                                          "name": "Object"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 16810,
                                          "end": 16816,
                                          "loc": {
                                            "start": {
                                              "line": 521,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 521,
                                              "column": 23
                                            },
                                            "identifierName": "assign"
                                          },
                                          "name": "assign"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 16817,
                                          "end": 16823,
                                          "loc": {
                                            "start": {
                                              "line": 521,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 521,
                                              "column": 30
                                            },
                                            "identifierName": "result"
                                          },
                                          "name": "result"
                                        },
                                        {
                                          "type": "ObjectExpression",
                                          "start": 16825,
                                          "end": 16931,
                                          "loc": {
                                            "start": {
                                              "line": 521,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 523,
                                              "column": 11
                                            }
                                          },
                                          "properties": [
                                            {
                                              "type": "ObjectProperty",
                                              "start": 16839,
                                              "end": 16918,
                                              "loc": {
                                                "start": {
                                                  "line": 522,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 522,
                                                  "column": 91
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": true,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 16840,
                                                "end": 16844,
                                                "loc": {
                                                  "start": {
                                                    "line": 522,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 522,
                                                    "column": 17
                                                  },
                                                  "identifierName": "type"
                                                },
                                                "name": "type"
                                              },
                                              "value": {
                                                "type": "ConditionalExpression",
                                                "start": 16847,
                                                "end": 16918,
                                                "loc": {
                                                  "start": {
                                                    "line": 522,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 522,
                                                    "column": 91
                                                  }
                                                },
                                                "test": {
                                                  "type": "CallExpression",
                                                  "start": 16847,
                                                  "end": 16866,
                                                  "loc": {
                                                    "start": {
                                                      "line": 522,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 522,
                                                      "column": 39
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 16847,
                                                    "end": 16860,
                                                    "loc": {
                                                      "start": {
                                                        "line": 522,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 522,
                                                        "column": 33
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 16847,
                                                      "end": 16852,
                                                      "loc": {
                                                        "start": {
                                                          "line": 522,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 522,
                                                          "column": 25
                                                        },
                                                        "identifierName": "Array"
                                                      },
                                                      "name": "Array"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 16853,
                                                      "end": 16860,
                                                      "loc": {
                                                        "start": {
                                                          "line": 522,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 522,
                                                          "column": 33
                                                        },
                                                        "identifierName": "isArray"
                                                      },
                                                      "name": "isArray"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 16861,
                                                      "end": 16865,
                                                      "loc": {
                                                        "start": {
                                                          "line": 522,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 522,
                                                          "column": 38
                                                        },
                                                        "identifierName": "refs"
                                                      },
                                                      "name": "refs"
                                                    }
                                                  ]
                                                },
                                                "consequent": {
                                                  "type": "CallExpression",
                                                  "start": 16869,
                                                  "end": 16899,
                                                  "loc": {
                                                    "start": {
                                                      "line": 522,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 522,
                                                      "column": 72
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 16869,
                                                    "end": 16877,
                                                    "loc": {
                                                      "start": {
                                                        "line": 522,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 522,
                                                        "column": 50
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 16869,
                                                      "end": 16873,
                                                      "loc": {
                                                        "start": {
                                                          "line": 522,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 522,
                                                          "column": 46
                                                        },
                                                        "identifierName": "refs"
                                                      },
                                                      "name": "refs"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 16874,
                                                      "end": 16877,
                                                      "loc": {
                                                        "start": {
                                                          "line": 522,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 522,
                                                          "column": 50
                                                        },
                                                        "identifierName": "map"
                                                      },
                                                      "name": "map"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ArrowFunctionExpression",
                                                      "start": 16878,
                                                      "end": 16898,
                                                      "loc": {
                                                        "start": {
                                                          "line": 522,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 522,
                                                          "column": 71
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": true,
                                                      "async": false,
                                                      "params": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 16879,
                                                          "end": 16880,
                                                          "loc": {
                                                            "start": {
                                                              "line": 522,
                                                              "column": 52
                                                            },
                                                            "end": {
                                                              "line": 522,
                                                              "column": 53
                                                            },
                                                            "identifierName": "v"
                                                          },
                                                          "name": "v"
                                                        }
                                                      ],
                                                      "body": {
                                                        "type": "NewExpression",
                                                        "start": 16885,
                                                        "end": 16898,
                                                        "loc": {
                                                          "start": {
                                                            "line": 522,
                                                            "column": 58
                                                          },
                                                          "end": {
                                                            "line": 522,
                                                            "column": 71
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "Identifier",
                                                          "start": 16889,
                                                          "end": 16895,
                                                          "loc": {
                                                            "start": {
                                                              "line": 522,
                                                              "column": 62
                                                            },
                                                            "end": {
                                                              "line": 522,
                                                              "column": 68
                                                            },
                                                            "identifierName": "NodeId"
                                                          },
                                                          "name": "NodeId"
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 16896,
                                                            "end": 16897,
                                                            "loc": {
                                                              "start": {
                                                                "line": 522,
                                                                "column": 69
                                                              },
                                                              "end": {
                                                                "line": 522,
                                                                "column": 70
                                                              },
                                                              "identifierName": "v"
                                                            },
                                                            "name": "v"
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ]
                                                },
                                                "alternate": {
                                                  "type": "NewExpression",
                                                  "start": 16902,
                                                  "end": 16918,
                                                  "loc": {
                                                    "start": {
                                                      "line": 522,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 522,
                                                      "column": 91
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 16906,
                                                    "end": 16912,
                                                    "loc": {
                                                      "start": {
                                                        "line": 522,
                                                        "column": 79
                                                      },
                                                      "end": {
                                                        "line": 522,
                                                        "column": 85
                                                      },
                                                      "identifierName": "NodeId"
                                                    },
                                                    "name": "NodeId"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 16913,
                                                      "end": 16917,
                                                      "loc": {
                                                        "start": {
                                                          "line": 522,
                                                          "column": 86
                                                        },
                                                        "end": {
                                                          "line": 522,
                                                          "column": 90
                                                        },
                                                        "identifierName": "refs"
                                                      },
                                                      "name": "refs"
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "start": 16942,
                                    "end": 16944,
                                    "loc": {
                                      "start": {
                                        "line": 524,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 524,
                                        "column": 10
                                      }
                                    },
                                    "properties": []
                                  }
                                ]
                              },
                              "leadingComments": null
                            },
                            "leadingComments": [
                              {
                                "type": "CommentBlock",
                                "value": "*\n       * References the node holds: In most cases this will be a single entry for\n       * `'HasTypeDefinition'`.\n       * @type {Map<String, NodeId[]>}\n       ",
                                "start": 16532,
                                "end": 16698,
                                "loc": {
                                  "start": {
                                    "line": 514,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 518,
                                    "column": 9
                                  }
                                }
                              }
                            ]
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 16961,
                            "end": 16968,
                            "loc": {
                              "start": {
                                "line": 527,
                                "column": 6
                              },
                              "end": {
                                "line": 527,
                                "column": 13
                              }
                            },
                            "argument": null
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 16980,
                      "end": 17017,
                      "loc": {
                        "start": {
                          "line": 530,
                          "column": 4
                        },
                        "end": {
                          "line": 530,
                          "column": 41
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 16980,
                        "end": 17016,
                        "loc": {
                          "start": {
                            "line": 530,
                            "column": 4
                          },
                          "end": {
                            "line": 530,
                            "column": 40
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 16980,
                          "end": 16995,
                          "loc": {
                            "start": {
                              "line": 530,
                              "column": 4
                            },
                            "end": {
                              "line": 530,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 16980,
                            "end": 16984,
                            "loc": {
                              "start": {
                                "line": 530,
                                "column": 4
                              },
                              "end": {
                                "line": 530,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 16985,
                            "end": 16995,
                            "loc": {
                              "start": {
                                "line": 530,
                                "column": 9
                              },
                              "end": {
                                "line": 530,
                                "column": 19
                              },
                              "identifierName": "_nodeClass"
                            },
                            "name": "_nodeClass"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 16998,
                          "end": 17016,
                          "loc": {
                            "start": {
                              "line": 530,
                              "column": 22
                            },
                            "end": {
                              "line": 530,
                              "column": 40
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 16998,
                            "end": 17007,
                            "loc": {
                              "start": {
                                "line": 530,
                                "column": 22
                              },
                              "end": {
                                "line": 530,
                                "column": 31
                              },
                              "identifierName": "NodeClass"
                            },
                            "name": "NodeClass"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 17008,
                            "end": 17016,
                            "loc": {
                              "start": {
                                "line": 530,
                                "column": 32
                              },
                              "end": {
                                "line": 530,
                                "column": 40
                              },
                              "identifierName": "Variable"
                            },
                            "name": "Variable"
                          },
                          "computed": false
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Set default metadata",
                          "start": 17023,
                          "end": 17046,
                          "loc": {
                            "start": {
                              "line": 532,
                              "column": 4
                            },
                            "end": {
                              "line": 532,
                              "column": 27
                            }
                          }
                        },
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * The node's stored {@link node-opcua~VariantArrayType}.\n     * @type {?node-opcua~VariantArrayType}\n     ",
                          "start": 17051,
                          "end": 17168,
                          "loc": {
                            "start": {
                              "line": 533,
                              "column": 4
                            },
                            "end": {
                              "line": 536,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 17173,
                      "end": 17215,
                      "loc": {
                        "start": {
                          "line": 537,
                          "column": 4
                        },
                        "end": {
                          "line": 537,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 17173,
                        "end": 17214,
                        "loc": {
                          "start": {
                            "line": 537,
                            "column": 4
                          },
                          "end": {
                            "line": 537,
                            "column": 45
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 17173,
                          "end": 17188,
                          "loc": {
                            "start": {
                              "line": 537,
                              "column": 4
                            },
                            "end": {
                              "line": 537,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 17173,
                            "end": 17177,
                            "loc": {
                              "start": {
                                "line": 537,
                                "column": 4
                              },
                              "end": {
                                "line": 537,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 17178,
                            "end": 17188,
                            "loc": {
                              "start": {
                                "line": 537,
                                "column": 9
                              },
                              "end": {
                                "line": 537,
                                "column": 19
                              },
                              "identifierName": "_arrayType"
                            },
                            "name": "_arrayType"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 17191,
                          "end": 17214,
                          "loc": {
                            "start": {
                              "line": 537,
                              "column": 22
                            },
                            "end": {
                              "line": 537,
                              "column": 45
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 17191,
                            "end": 17207,
                            "loc": {
                              "start": {
                                "line": 537,
                                "column": 22
                              },
                              "end": {
                                "line": 537,
                                "column": 38
                              },
                              "identifierName": "VariantArrayType"
                            },
                            "name": "VariantArrayType"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 17208,
                            "end": 17214,
                            "loc": {
                              "start": {
                                "line": 537,
                                "column": 39
                              },
                              "end": {
                                "line": 537,
                                "column": 45
                              },
                              "identifierName": "Scalar"
                            },
                            "name": "Scalar"
                          },
                          "computed": false
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Set default metadata",
                          "start": 17023,
                          "end": 17046,
                          "loc": {
                            "start": {
                              "line": 532,
                              "column": 4
                            },
                            "end": {
                              "line": 532,
                              "column": 27
                            }
                          }
                        },
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * The node's stored {@link node-opcua~VariantArrayType}.\n     * @type {?node-opcua~VariantArrayType}\n     ",
                          "start": 17051,
                          "end": 17168,
                          "loc": {
                            "start": {
                              "line": 533,
                              "column": 4
                            },
                            "end": {
                              "line": 536,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 17221,
                      "end": 17243,
                      "loc": {
                        "start": {
                          "line": 539,
                          "column": 4
                        },
                        "end": {
                          "line": 539,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 17221,
                        "end": 17242,
                        "loc": {
                          "start": {
                            "line": 539,
                            "column": 4
                          },
                          "end": {
                            "line": 539,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 17221,
                          "end": 17237,
                          "loc": {
                            "start": {
                              "line": 539,
                              "column": 4
                            },
                            "end": {
                              "line": 539,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 17221,
                            "end": 17225,
                            "loc": {
                              "start": {
                                "line": 539,
                                "column": 4
                              },
                              "end": {
                                "line": 539,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 17226,
                            "end": 17237,
                            "loc": {
                              "start": {
                                "line": 539,
                                "column": 9
                              },
                              "end": {
                                "line": 539,
                                "column": 20
                              },
                              "identifierName": "_references"
                            },
                            "name": "_references"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 17240,
                          "end": 17242,
                          "loc": {
                            "start": {
                              "line": 539,
                              "column": 23
                            },
                            "end": {
                              "line": 539,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * A node's browse- and display name.\n     * @type {?string}\n     ",
                          "start": 17249,
                          "end": 17325,
                          "loc": {
                            "start": {
                              "line": 541,
                              "column": 4
                            },
                            "end": {
                              "line": 544,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 17330,
                      "end": 17367,
                      "loc": {
                        "start": {
                          "line": 545,
                          "column": 4
                        },
                        "end": {
                          "line": 545,
                          "column": 41
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 17330,
                        "end": 17366,
                        "loc": {
                          "start": {
                            "line": 545,
                            "column": 4
                          },
                          "end": {
                            "line": 545,
                            "column": 40
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 17330,
                          "end": 17340,
                          "loc": {
                            "start": {
                              "line": 545,
                              "column": 4
                            },
                            "end": {
                              "line": 545,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 17330,
                            "end": 17334,
                            "loc": {
                              "start": {
                                "line": 545,
                                "column": 4
                              },
                              "end": {
                                "line": 545,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 17335,
                            "end": 17340,
                            "loc": {
                              "start": {
                                "line": 545,
                                "column": 9
                              },
                              "end": {
                                "line": 545,
                                "column": 14
                              },
                              "identifierName": "_name"
                            },
                            "name": "_name"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 17343,
                          "end": 17366,
                          "loc": {
                            "start": {
                              "line": 545,
                              "column": 17
                            },
                            "end": {
                              "line": 545,
                              "column": 40
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 17343,
                            "end": 17363,
                            "loc": {
                              "start": {
                                "line": 545,
                                "column": 17
                              },
                              "end": {
                                "line": 545,
                                "column": 37
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 17343,
                              "end": 17358,
                              "loc": {
                                "start": {
                                  "line": 545,
                                  "column": 17
                                },
                                "end": {
                                  "line": 545,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 17343,
                                "end": 17352,
                                "loc": {
                                  "start": {
                                    "line": 545,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 545,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 17343,
                                  "end": 17347,
                                  "loc": {
                                    "start": {
                                      "line": 545,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 545,
                                      "column": 21
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 17348,
                                  "end": 17352,
                                  "loc": {
                                    "start": {
                                      "line": 545,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 545,
                                      "column": 26
                                    },
                                    "identifierName": "stem"
                                  },
                                  "name": "stem"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 17353,
                                "end": 17358,
                                "loc": {
                                  "start": {
                                    "line": 545,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 545,
                                    "column": 32
                                  },
                                  "identifierName": "split"
                                },
                                "name": "split"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 17359,
                                "end": 17362,
                                "loc": {
                                  "start": {
                                    "line": 545,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 545,
                                    "column": 36
                                  }
                                },
                                "extra": {
                                  "rawValue": ".",
                                  "raw": "'.'"
                                },
                                "value": "."
                              }
                            ]
                          },
                          "property": {
                            "type": "NumericLiteral",
                            "start": 17364,
                            "end": 17365,
                            "loc": {
                              "start": {
                                "line": 545,
                                "column": 38
                              },
                              "end": {
                                "line": 545,
                                "column": 39
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          "computed": true
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * A node's browse- and display name.\n     * @type {?string}\n     ",
                          "start": 17249,
                          "end": 17325,
                          "loc": {
                            "start": {
                              "line": 541,
                              "column": 4
                            },
                            "end": {
                              "line": 544,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 17373,
                      "end": 17393,
                      "loc": {
                        "start": {
                          "line": 547,
                          "column": 4
                        },
                        "end": {
                          "line": 547,
                          "column": 24
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 17377,
                          "end": 17392,
                          "loc": {
                            "start": {
                              "line": 547,
                              "column": 8
                            },
                            "end": {
                              "line": 547,
                              "column": 23
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 17377,
                            "end": 17387,
                            "loc": {
                              "start": {
                                "line": 547,
                                "column": 8
                              },
                              "end": {
                                "line": 547,
                                "column": 18
                              },
                              "identifierName": "extensions"
                            },
                            "name": "extensions"
                          },
                          "init": {
                            "type": "ArrayExpression",
                            "start": 17390,
                            "end": 17392,
                            "loc": {
                              "start": {
                                "line": 547,
                                "column": 21
                              },
                              "end": {
                                "line": 547,
                                "column": 23
                              }
                            },
                            "elements": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 17398,
                      "end": 17445,
                      "loc": {
                        "start": {
                          "line": 548,
                          "column": 4
                        },
                        "end": {
                          "line": 548,
                          "column": 51
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 17404,
                          "end": 17444,
                          "loc": {
                            "start": {
                              "line": 548,
                              "column": 10
                            },
                            "end": {
                              "line": 548,
                              "column": 50
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 17404,
                            "end": 17405,
                            "loc": {
                              "start": {
                                "line": 548,
                                "column": 10
                              },
                              "end": {
                                "line": 548,
                                "column": 11
                              },
                              "identifierName": "m"
                            },
                            "name": "m"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 17408,
                            "end": 17444,
                            "loc": {
                              "start": {
                                "line": 548,
                                "column": 14
                              },
                              "end": {
                                "line": 548,
                                "column": 50
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 17408,
                              "end": 17427,
                              "loc": {
                                "start": {
                                  "line": 548,
                                  "column": 14
                                },
                                "end": {
                                  "line": 548,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 17408,
                                "end": 17421,
                                "loc": {
                                  "start": {
                                    "line": 548,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 548,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 17408,
                                  "end": 17412,
                                  "loc": {
                                    "start": {
                                      "line": 548,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 548,
                                      "column": 18
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 17413,
                                  "end": 17421,
                                  "loc": {
                                    "start": {
                                      "line": 548,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 548,
                                      "column": 27
                                    },
                                    "identifierName": "relative"
                                  },
                                  "name": "relative"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 17422,
                                "end": 17427,
                                "loc": {
                                  "start": {
                                    "line": 548,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 548,
                                    "column": 33
                                  },
                                  "identifierName": "match"
                                },
                                "name": "match"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 17428,
                                "end": 17443,
                                "loc": {
                                  "start": {
                                    "line": 548,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 548,
                                    "column": 49
                                  },
                                  "identifierName": "ExtensionRegExp"
                                },
                                "name": "ExtensionRegExp"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 17450,
                      "end": 17500,
                      "loc": {
                        "start": {
                          "line": 549,
                          "column": 4
                        },
                        "end": {
                          "line": 551,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 17454,
                        "end": 17455,
                        "loc": {
                          "start": {
                            "line": 549,
                            "column": 8
                          },
                          "end": {
                            "line": 549,
                            "column": 9
                          },
                          "identifierName": "m"
                        },
                        "name": "m"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 17457,
                        "end": 17500,
                        "loc": {
                          "start": {
                            "line": 549,
                            "column": 11
                          },
                          "end": {
                            "line": 551,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 17465,
                            "end": 17494,
                            "loc": {
                              "start": {
                                "line": 550,
                                "column": 6
                              },
                              "end": {
                                "line": 550,
                                "column": 35
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 17465,
                              "end": 17493,
                              "loc": {
                                "start": {
                                  "line": 550,
                                  "column": 6
                                },
                                "end": {
                                  "line": 550,
                                  "column": 34
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 17465,
                                "end": 17475,
                                "loc": {
                                  "start": {
                                    "line": 550,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 550,
                                    "column": 16
                                  },
                                  "identifierName": "extensions"
                                },
                                "name": "extensions"
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 17478,
                                "end": 17493,
                                "loc": {
                                  "start": {
                                    "line": 550,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 550,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 17478,
                                  "end": 17488,
                                  "loc": {
                                    "start": {
                                      "line": 550,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 550,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 17478,
                                    "end": 17482,
                                    "loc": {
                                      "start": {
                                        "line": 550,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 550,
                                        "column": 23
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 17478,
                                      "end": 17479,
                                      "loc": {
                                        "start": {
                                          "line": 550,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 550,
                                          "column": 20
                                        },
                                        "identifierName": "m"
                                      },
                                      "name": "m"
                                    },
                                    "property": {
                                      "type": "NumericLiteral",
                                      "start": 17480,
                                      "end": 17481,
                                      "loc": {
                                        "start": {
                                          "line": 550,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 550,
                                          "column": 22
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 1,
                                        "raw": "1"
                                      },
                                      "value": 1
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 17483,
                                    "end": 17488,
                                    "loc": {
                                      "start": {
                                        "line": 550,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 550,
                                        "column": 29
                                      },
                                      "identifierName": "split"
                                    },
                                    "name": "split"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 17489,
                                    "end": 17492,
                                    "loc": {
                                      "start": {
                                        "line": 550,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 550,
                                        "column": 33
                                      }
                                    },
                                    "extra": {
                                      "rawValue": ".",
                                      "raw": "'.'"
                                    },
                                    "value": "."
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": [],
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " For split files, add the directory name extension",
                          "start": 17506,
                          "end": 17558,
                          "loc": {
                            "start": {
                              "line": 553,
                              "column": 4
                            },
                            "end": {
                              "line": 553,
                              "column": 56
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 17563,
                      "end": 17607,
                      "loc": {
                        "start": {
                          "line": 554,
                          "column": 4
                        },
                        "end": {
                          "line": 554,
                          "column": 48
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 17569,
                          "end": 17606,
                          "loc": {
                            "start": {
                              "line": 554,
                              "column": 10
                            },
                            "end": {
                              "line": 554,
                              "column": 47
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 17569,
                            "end": 17580,
                            "loc": {
                              "start": {
                                "line": 554,
                                "column": 10
                              },
                              "end": {
                                "line": 554,
                                "column": 21
                              },
                              "identifierName": "dirnameExts"
                            },
                            "name": "dirnameExts",
                            "leadingComments": null
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 17583,
                            "end": 17606,
                            "loc": {
                              "start": {
                                "line": 554,
                                "column": 24
                              },
                              "end": {
                                "line": 554,
                                "column": 47
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 17583,
                              "end": 17601,
                              "loc": {
                                "start": {
                                  "line": 554,
                                  "column": 24
                                },
                                "end": {
                                  "line": 554,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 17583,
                                "end": 17595,
                                "loc": {
                                  "start": {
                                    "line": 554,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 554,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 17583,
                                  "end": 17587,
                                  "loc": {
                                    "start": {
                                      "line": 554,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 554,
                                      "column": 28
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 17588,
                                  "end": 17595,
                                  "loc": {
                                    "start": {
                                      "line": 554,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 554,
                                      "column": 36
                                    },
                                    "identifierName": "dirname"
                                  },
                                  "name": "dirname"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 17596,
                                "end": 17601,
                                "loc": {
                                  "start": {
                                    "line": 554,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 554,
                                    "column": 42
                                  },
                                  "identifierName": "split"
                                },
                                "name": "split"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 17602,
                                "end": 17605,
                                "loc": {
                                  "start": {
                                    "line": 554,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 554,
                                    "column": 46
                                  }
                                },
                                "extra": {
                                  "rawValue": ".",
                                  "raw": "'.'"
                                },
                                "value": "."
                              }
                            ]
                          },
                          "leadingComments": null
                        }
                      ],
                      "kind": "const",
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " For split files, add the directory name extension",
                          "start": 17506,
                          "end": 17558,
                          "loc": {
                            "start": {
                              "line": 553,
                              "column": 4
                            },
                            "end": {
                              "line": 553,
                              "column": 56
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 17612,
                      "end": 17710,
                      "loc": {
                        "start": {
                          "line": 555,
                          "column": 4
                        },
                        "end": {
                          "line": 557,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 17616,
                        "end": 17638,
                        "loc": {
                          "start": {
                            "line": 555,
                            "column": 8
                          },
                          "end": {
                            "line": 555,
                            "column": 30
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 17616,
                          "end": 17634,
                          "loc": {
                            "start": {
                              "line": 555,
                              "column": 8
                            },
                            "end": {
                              "line": 555,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 17616,
                            "end": 17627,
                            "loc": {
                              "start": {
                                "line": 555,
                                "column": 8
                              },
                              "end": {
                                "line": 555,
                                "column": 19
                              },
                              "identifierName": "dirnameExts"
                            },
                            "name": "dirnameExts"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 17628,
                            "end": 17634,
                            "loc": {
                              "start": {
                                "line": 555,
                                "column": 20
                              },
                              "end": {
                                "line": 555,
                                "column": 26
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": ">",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 17637,
                          "end": 17638,
                          "loc": {
                            "start": {
                              "line": 555,
                              "column": 29
                            },
                            "end": {
                              "line": 555,
                              "column": 30
                            }
                          },
                          "extra": {
                            "rawValue": 1,
                            "raw": "1"
                          },
                          "value": 1
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 17640,
                        "end": 17710,
                        "loc": {
                          "start": {
                            "line": 555,
                            "column": 32
                          },
                          "end": {
                            "line": 557,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 17648,
                            "end": 17704,
                            "loc": {
                              "start": {
                                "line": 556,
                                "column": 6
                              },
                              "end": {
                                "line": 556,
                                "column": 62
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 17648,
                              "end": 17703,
                              "loc": {
                                "start": {
                                  "line": 556,
                                  "column": 6
                                },
                                "end": {
                                  "line": 556,
                                  "column": 61
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 17648,
                                "end": 17666,
                                "loc": {
                                  "start": {
                                    "line": 556,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 556,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 17648,
                                  "end": 17658,
                                  "loc": {
                                    "start": {
                                      "line": 556,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 556,
                                      "column": 16
                                    },
                                    "identifierName": "extensions"
                                  },
                                  "name": "extensions"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 17659,
                                  "end": 17666,
                                  "loc": {
                                    "start": {
                                      "line": 556,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 556,
                                      "column": 24
                                    },
                                    "identifierName": "unshift"
                                  },
                                  "name": "unshift"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 17667,
                                  "end": 17702,
                                  "loc": {
                                    "start": {
                                      "line": 556,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 556,
                                      "column": 60
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 17667,
                                    "end": 17678,
                                    "loc": {
                                      "start": {
                                        "line": 556,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 556,
                                        "column": 36
                                      },
                                      "identifierName": "dirnameExts"
                                    },
                                    "name": "dirnameExts"
                                  },
                                  "property": {
                                    "type": "BinaryExpression",
                                    "start": 17679,
                                    "end": 17701,
                                    "loc": {
                                      "start": {
                                        "line": 556,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 556,
                                        "column": 59
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 17679,
                                      "end": 17697,
                                      "loc": {
                                        "start": {
                                          "line": 556,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 556,
                                          "column": 55
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 17679,
                                        "end": 17690,
                                        "loc": {
                                          "start": {
                                            "line": 556,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 556,
                                            "column": 48
                                          },
                                          "identifierName": "dirnameExts"
                                        },
                                        "name": "dirnameExts"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 17691,
                                        "end": 17697,
                                        "loc": {
                                          "start": {
                                            "line": 556,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 556,
                                            "column": 55
                                          },
                                          "identifierName": "length"
                                        },
                                        "name": "length"
                                      },
                                      "computed": false
                                    },
                                    "operator": "-",
                                    "right": {
                                      "type": "NumericLiteral",
                                      "start": 17700,
                                      "end": 17701,
                                      "loc": {
                                        "start": {
                                          "line": 556,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 556,
                                          "column": 59
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 1,
                                        "raw": "1"
                                      },
                                      "value": 1
                                    }
                                  },
                                  "computed": true
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "FunctionDeclaration",
                      "start": 17716,
                      "end": 17862,
                      "loc": {
                        "start": {
                          "line": 559,
                          "column": 4
                        },
                        "end": {
                          "line": 563,
                          "column": 5
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 17725,
                        "end": 17747,
                        "loc": {
                          "start": {
                            "line": 559,
                            "column": 13
                          },
                          "end": {
                            "line": 559,
                            "column": 35
                          },
                          "identifierName": "ifLastExtensionMatches"
                        },
                        "name": "ifLastExtensionMatches"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 17748,
                          "end": 17755,
                          "loc": {
                            "start": {
                              "line": 559,
                              "column": 36
                            },
                            "end": {
                              "line": 559,
                              "column": 43
                            },
                            "identifierName": "matches"
                          },
                          "name": "matches"
                        },
                        {
                          "type": "Identifier",
                          "start": 17757,
                          "end": 17759,
                          "loc": {
                            "start": {
                              "line": 559,
                              "column": 45
                            },
                            "end": {
                              "line": 559,
                              "column": 47
                            },
                            "identifierName": "fn"
                          },
                          "name": "fn"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 17761,
                        "end": 17862,
                        "loc": {
                          "start": {
                            "line": 559,
                            "column": 49
                          },
                          "end": {
                            "line": 563,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 17769,
                            "end": 17856,
                            "loc": {
                              "start": {
                                "line": 560,
                                "column": 6
                              },
                              "end": {
                                "line": 562,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "CallExpression",
                              "start": 17773,
                              "end": 17815,
                              "loc": {
                                "start": {
                                  "line": 560,
                                  "column": 10
                                },
                                "end": {
                                  "line": 560,
                                  "column": 52
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 17773,
                                "end": 17780,
                                "loc": {
                                  "start": {
                                    "line": 560,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 560,
                                    "column": 17
                                  },
                                  "identifierName": "matches"
                                },
                                "name": "matches"
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 17781,
                                  "end": 17814,
                                  "loc": {
                                    "start": {
                                      "line": 560,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 560,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 17781,
                                    "end": 17791,
                                    "loc": {
                                      "start": {
                                        "line": 560,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 560,
                                        "column": 28
                                      },
                                      "identifierName": "extensions"
                                    },
                                    "name": "extensions"
                                  },
                                  "property": {
                                    "type": "BinaryExpression",
                                    "start": 17792,
                                    "end": 17813,
                                    "loc": {
                                      "start": {
                                        "line": 560,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 560,
                                        "column": 50
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 17792,
                                      "end": 17809,
                                      "loc": {
                                        "start": {
                                          "line": 560,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 560,
                                          "column": 46
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 17792,
                                        "end": 17802,
                                        "loc": {
                                          "start": {
                                            "line": 560,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 560,
                                            "column": 39
                                          },
                                          "identifierName": "extensions"
                                        },
                                        "name": "extensions"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 17803,
                                        "end": 17809,
                                        "loc": {
                                          "start": {
                                            "line": 560,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 560,
                                            "column": 46
                                          },
                                          "identifierName": "length"
                                        },
                                        "name": "length"
                                      },
                                      "computed": false
                                    },
                                    "operator": "-",
                                    "right": {
                                      "type": "NumericLiteral",
                                      "start": 17812,
                                      "end": 17813,
                                      "loc": {
                                        "start": {
                                          "line": 560,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 560,
                                          "column": 50
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 1,
                                        "raw": "1"
                                      },
                                      "value": 1
                                    }
                                  },
                                  "computed": true
                                }
                              ]
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 17817,
                              "end": 17856,
                              "loc": {
                                "start": {
                                  "line": 560,
                                  "column": 54
                                },
                                "end": {
                                  "line": 562,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 17827,
                                  "end": 17848,
                                  "loc": {
                                    "start": {
                                      "line": 561,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 561,
                                      "column": 29
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 17827,
                                    "end": 17847,
                                    "loc": {
                                      "start": {
                                        "line": 561,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 561,
                                        "column": 28
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 17827,
                                      "end": 17829,
                                      "loc": {
                                        "start": {
                                          "line": 561,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 561,
                                          "column": 10
                                        },
                                        "identifierName": "fn"
                                      },
                                      "name": "fn"
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 17830,
                                        "end": 17846,
                                        "loc": {
                                          "start": {
                                            "line": 561,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 561,
                                            "column": 27
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 17830,
                                          "end": 17844,
                                          "loc": {
                                            "start": {
                                              "line": 561,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 561,
                                              "column": 25
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 17830,
                                            "end": 17840,
                                            "loc": {
                                              "start": {
                                                "line": 561,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 561,
                                                "column": 21
                                              },
                                              "identifierName": "extensions"
                                            },
                                            "name": "extensions"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 17841,
                                            "end": 17844,
                                            "loc": {
                                              "start": {
                                                "line": 561,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 561,
                                                "column": 25
                                              },
                                              "identifierName": "pop"
                                            },
                                            "name": "pop"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 17868,
                      "end": 17978,
                      "loc": {
                        "start": {
                          "line": 565,
                          "column": 4
                        },
                        "end": {
                          "line": 566,
                          "column": 87
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 17874,
                          "end": 17977,
                          "loc": {
                            "start": {
                              "line": 565,
                              "column": 10
                            },
                            "end": {
                              "line": 566,
                              "column": 86
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 17874,
                            "end": 17882,
                            "loc": {
                              "start": {
                                "line": 565,
                                "column": 10
                              },
                              "end": {
                                "line": 565,
                                "column": 18
                              },
                              "identifierName": "complete"
                            },
                            "name": "complete"
                          },
                          "init": {
                            "type": "ArrowFunctionExpression",
                            "start": 17885,
                            "end": 17977,
                            "loc": {
                              "start": {
                                "line": 565,
                                "column": 21
                              },
                              "end": {
                                "line": 566,
                                "column": 86
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 17897,
                              "end": 17977,
                              "loc": {
                                "start": {
                                  "line": 566,
                                  "column": 6
                                },
                                "end": {
                                  "line": 566,
                                  "column": 86
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 17897,
                                "end": 17925,
                                "loc": {
                                  "start": {
                                    "line": 566,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 566,
                                    "column": 34
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 17897,
                                  "end": 17911,
                                  "loc": {
                                    "start": {
                                      "line": 566,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 566,
                                      "column": 20
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 17897,
                                    "end": 17901,
                                    "loc": {
                                      "start": {
                                        "line": 566,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 566,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 17902,
                                    "end": 17911,
                                    "loc": {
                                      "start": {
                                        "line": 566,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 566,
                                        "column": 20
                                      },
                                      "identifierName": "_dataType"
                                    },
                                    "name": "_dataType"
                                  },
                                  "computed": false
                                },
                                "operator": "!==",
                                "right": {
                                  "type": "Identifier",
                                  "start": 17916,
                                  "end": 17925,
                                  "loc": {
                                    "start": {
                                      "line": 566,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 566,
                                      "column": 34
                                    },
                                    "identifierName": "undefined"
                                  },
                                  "name": "undefined"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 17929,
                                "end": 17977,
                                "loc": {
                                  "start": {
                                    "line": 566,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 566,
                                    "column": 86
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 17929,
                                  "end": 17963,
                                  "loc": {
                                    "start": {
                                      "line": 566,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 566,
                                      "column": 72
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 17929,
                                    "end": 17945,
                                    "loc": {
                                      "start": {
                                        "line": 566,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 566,
                                        "column": 54
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 17929,
                                      "end": 17933,
                                      "loc": {
                                        "start": {
                                          "line": 566,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 566,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 17934,
                                      "end": 17945,
                                      "loc": {
                                        "start": {
                                          "line": 566,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 566,
                                          "column": 54
                                        },
                                        "identifierName": "_references"
                                      },
                                      "name": "_references"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 17946,
                                    "end": 17963,
                                    "loc": {
                                      "start": {
                                        "line": 566,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 566,
                                        "column": 72
                                      },
                                      "identifierName": "HasTypeDefinition"
                                    },
                                    "name": "HasTypeDefinition"
                                  },
                                  "computed": false
                                },
                                "operator": "!==",
                                "right": {
                                  "type": "Identifier",
                                  "start": 17968,
                                  "end": 17977,
                                  "loc": {
                                    "start": {
                                      "line": 566,
                                      "column": 77
                                    },
                                    "end": {
                                      "line": 566,
                                      "column": 86
                                    },
                                    "identifierName": "undefined"
                                  },
                                  "name": "undefined"
                                }
                              }
                            }
                          }
                        }
                      ],
                      "kind": "const",
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Handle array types",
                          "start": 17984,
                          "end": 18005,
                          "loc": {
                            "start": {
                              "line": 568,
                              "column": 4
                            },
                            "end": {
                              "line": 568,
                              "column": 25
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 18010,
                      "end": 18144,
                      "loc": {
                        "start": {
                          "line": 569,
                          "column": 4
                        },
                        "end": {
                          "line": 574,
                          "column": 6
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 18010,
                        "end": 18143,
                        "loc": {
                          "start": {
                            "line": 569,
                            "column": 4
                          },
                          "end": {
                            "line": 574,
                            "column": 5
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 18010,
                          "end": 18032,
                          "loc": {
                            "start": {
                              "line": 569,
                              "column": 4
                            },
                            "end": {
                              "line": 569,
                              "column": 26
                            },
                            "identifierName": "ifLastExtensionMatches"
                          },
                          "name": "ifLastExtensionMatches",
                          "leadingComments": null
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 18040,
                            "end": 18064,
                            "loc": {
                              "start": {
                                "line": 570,
                                "column": 6
                              },
                              "end": {
                                "line": 570,
                                "column": 30
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 18041,
                                "end": 18044,
                                "loc": {
                                  "start": {
                                    "line": 570,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 570,
                                    "column": 10
                                  },
                                  "identifierName": "ext"
                                },
                                "name": "ext"
                              }
                            ],
                            "body": {
                              "type": "BinaryExpression",
                              "start": 18049,
                              "end": 18064,
                              "loc": {
                                "start": {
                                  "line": 570,
                                  "column": 15
                                },
                                "end": {
                                  "line": 570,
                                  "column": 30
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 18049,
                                "end": 18052,
                                "loc": {
                                  "start": {
                                    "line": 570,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 570,
                                    "column": 18
                                  },
                                  "identifierName": "ext"
                                },
                                "name": "ext"
                              },
                              "operator": "===",
                              "right": {
                                "type": "StringLiteral",
                                "start": 18057,
                                "end": 18064,
                                "loc": {
                                  "start": {
                                    "line": 570,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 570,
                                    "column": 30
                                  }
                                },
                                "extra": {
                                  "rawValue": "array",
                                  "raw": "'array'"
                                },
                                "value": "array"
                              }
                            }
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 18072,
                            "end": 18137,
                            "loc": {
                              "start": {
                                "line": 571,
                                "column": 6
                              },
                              "end": {
                                "line": 573,
                                "column": 7
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 18078,
                              "end": 18137,
                              "loc": {
                                "start": {
                                  "line": 571,
                                  "column": 12
                                },
                                "end": {
                                  "line": 573,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 18088,
                                  "end": 18129,
                                  "loc": {
                                    "start": {
                                      "line": 572,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 572,
                                      "column": 49
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 18088,
                                    "end": 18128,
                                    "loc": {
                                      "start": {
                                        "line": 572,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 572,
                                        "column": 48
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 18088,
                                      "end": 18103,
                                      "loc": {
                                        "start": {
                                          "line": 572,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 572,
                                          "column": 23
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 18088,
                                        "end": 18092,
                                        "loc": {
                                          "start": {
                                            "line": 572,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 572,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 18093,
                                        "end": 18103,
                                        "loc": {
                                          "start": {
                                            "line": 572,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 572,
                                            "column": 23
                                          },
                                          "identifierName": "_arrayType"
                                        },
                                        "name": "_arrayType"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 18106,
                                      "end": 18128,
                                      "loc": {
                                        "start": {
                                          "line": 572,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 572,
                                          "column": 48
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 18106,
                                        "end": 18122,
                                        "loc": {
                                          "start": {
                                            "line": 572,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 572,
                                            "column": 42
                                          },
                                          "identifierName": "VariantArrayType"
                                        },
                                        "name": "VariantArrayType"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 18123,
                                        "end": 18128,
                                        "loc": {
                                          "start": {
                                            "line": 572,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 572,
                                            "column": 48
                                          },
                                          "identifierName": "Array"
                                        },
                                        "name": "Array"
                                      },
                                      "computed": false
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ],
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Handle array types",
                          "start": 17984,
                          "end": 18005,
                          "loc": {
                            "start": {
                              "line": 568,
                              "column": 4
                            },
                            "end": {
                              "line": 568,
                              "column": 25
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 18150,
                      "end": 18286,
                      "loc": {
                        "start": {
                          "line": 576,
                          "column": 4
                        },
                        "end": {
                          "line": 581,
                          "column": 6
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 18150,
                        "end": 18285,
                        "loc": {
                          "start": {
                            "line": 576,
                            "column": 4
                          },
                          "end": {
                            "line": 581,
                            "column": 5
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 18150,
                          "end": 18172,
                          "loc": {
                            "start": {
                              "line": 576,
                              "column": 4
                            },
                            "end": {
                              "line": 576,
                              "column": 26
                            },
                            "identifierName": "ifLastExtensionMatches"
                          },
                          "name": "ifLastExtensionMatches"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 18180,
                            "end": 18205,
                            "loc": {
                              "start": {
                                "line": 577,
                                "column": 6
                              },
                              "end": {
                                "line": 577,
                                "column": 31
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 18181,
                                "end": 18184,
                                "loc": {
                                  "start": {
                                    "line": 577,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 577,
                                    "column": 10
                                  },
                                  "identifierName": "ext"
                                },
                                "name": "ext"
                              }
                            ],
                            "body": {
                              "type": "BinaryExpression",
                              "start": 18189,
                              "end": 18205,
                              "loc": {
                                "start": {
                                  "line": 577,
                                  "column": 15
                                },
                                "end": {
                                  "line": 577,
                                  "column": 31
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 18189,
                                "end": 18192,
                                "loc": {
                                  "start": {
                                    "line": 577,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 577,
                                    "column": 18
                                  },
                                  "identifierName": "ext"
                                },
                                "name": "ext"
                              },
                              "operator": "===",
                              "right": {
                                "type": "StringLiteral",
                                "start": 18197,
                                "end": 18205,
                                "loc": {
                                  "start": {
                                    "line": 577,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 577,
                                    "column": 31
                                  }
                                },
                                "extra": {
                                  "rawValue": "matrix",
                                  "raw": "'matrix'"
                                },
                                "value": "matrix"
                              }
                            }
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 18213,
                            "end": 18279,
                            "loc": {
                              "start": {
                                "line": 578,
                                "column": 6
                              },
                              "end": {
                                "line": 580,
                                "column": 7
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 18219,
                              "end": 18279,
                              "loc": {
                                "start": {
                                  "line": 578,
                                  "column": 12
                                },
                                "end": {
                                  "line": 580,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 18229,
                                  "end": 18271,
                                  "loc": {
                                    "start": {
                                      "line": 579,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 579,
                                      "column": 50
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 18229,
                                    "end": 18270,
                                    "loc": {
                                      "start": {
                                        "line": 579,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 579,
                                        "column": 49
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 18229,
                                      "end": 18244,
                                      "loc": {
                                        "start": {
                                          "line": 579,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 579,
                                          "column": 23
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 18229,
                                        "end": 18233,
                                        "loc": {
                                          "start": {
                                            "line": 579,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 579,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 18234,
                                        "end": 18244,
                                        "loc": {
                                          "start": {
                                            "line": 579,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 579,
                                            "column": 23
                                          },
                                          "identifierName": "_arrayType"
                                        },
                                        "name": "_arrayType"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 18247,
                                      "end": 18270,
                                      "loc": {
                                        "start": {
                                          "line": 579,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 579,
                                          "column": 49
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 18247,
                                        "end": 18263,
                                        "loc": {
                                          "start": {
                                            "line": 579,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 579,
                                            "column": 42
                                          },
                                          "identifierName": "VariantArrayType"
                                        },
                                        "name": "VariantArrayType"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 18264,
                                        "end": 18270,
                                        "loc": {
                                          "start": {
                                            "line": 579,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 579,
                                            "column": 49
                                          },
                                          "identifierName": "Matrix"
                                        },
                                        "name": "Matrix"
                                      },
                                      "computed": false
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 18292,
                      "end": 18585,
                      "loc": {
                        "start": {
                          "line": 583,
                          "column": 4
                        },
                        "end": {
                          "line": 592,
                          "column": 6
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 18292,
                        "end": 18584,
                        "loc": {
                          "start": {
                            "line": 583,
                            "column": 4
                          },
                          "end": {
                            "line": 592,
                            "column": 5
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 18292,
                          "end": 18314,
                          "loc": {
                            "start": {
                              "line": 583,
                              "column": 4
                            },
                            "end": {
                              "line": 583,
                              "column": 26
                            },
                            "identifierName": "ifLastExtensionMatches"
                          },
                          "name": "ifLastExtensionMatches"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 18322,
                            "end": 18359,
                            "loc": {
                              "start": {
                                "line": 584,
                                "column": 6
                              },
                              "end": {
                                "line": 584,
                                "column": 43
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 18323,
                                "end": 18326,
                                "loc": {
                                  "start": {
                                    "line": 584,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 584,
                                    "column": 10
                                  },
                                  "identifierName": "ext"
                                },
                                "name": "ext"
                              }
                            ],
                            "body": {
                              "type": "CallExpression",
                              "start": 18331,
                              "end": 18359,
                              "loc": {
                                "start": {
                                  "line": 584,
                                  "column": 15
                                },
                                "end": {
                                  "line": 584,
                                  "column": 43
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 18331,
                                "end": 18354,
                                "loc": {
                                  "start": {
                                    "line": 584,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 584,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 18331,
                                  "end": 18345,
                                  "loc": {
                                    "start": {
                                      "line": 584,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 584,
                                      "column": 29
                                    },
                                    "identifierName": "typeExtensions"
                                  },
                                  "name": "typeExtensions"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 18346,
                                  "end": 18354,
                                  "loc": {
                                    "start": {
                                      "line": 584,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 584,
                                      "column": 38
                                    },
                                    "identifierName": "includes"
                                  },
                                  "name": "includes"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 18355,
                                  "end": 18358,
                                  "loc": {
                                    "start": {
                                      "line": 584,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 584,
                                      "column": 42
                                    },
                                    "identifierName": "ext"
                                  },
                                  "name": "ext"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 18367,
                            "end": 18578,
                            "loc": {
                              "start": {
                                "line": 585,
                                "column": 6
                              },
                              "end": {
                                "line": 591,
                                "column": 7
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 18368,
                                "end": 18371,
                                "loc": {
                                  "start": {
                                    "line": 585,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 585,
                                    "column": 10
                                  },
                                  "identifierName": "ext"
                                },
                                "name": "ext"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 18376,
                              "end": 18578,
                              "loc": {
                                "start": {
                                  "line": 585,
                                  "column": 15
                                },
                                "end": {
                                  "line": 591,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 18508,
                                  "end": 18570,
                                  "loc": {
                                    "start": {
                                      "line": 590,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 590,
                                      "column": 70
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 18508,
                                    "end": 18569,
                                    "loc": {
                                      "start": {
                                        "line": 590,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 590,
                                        "column": 69
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 18508,
                                      "end": 18522,
                                      "loc": {
                                        "start": {
                                          "line": 590,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 590,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 18508,
                                        "end": 18512,
                                        "loc": {
                                          "start": {
                                            "line": 590,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 590,
                                            "column": 12
                                          }
                                        },
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 18513,
                                        "end": 18522,
                                        "loc": {
                                          "start": {
                                            "line": 590,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 590,
                                            "column": 22
                                          },
                                          "identifierName": "_dataType"
                                        },
                                        "name": "_dataType"
                                      },
                                      "computed": false,
                                      "leadingComments": null
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 18525,
                                      "end": 18569,
                                      "loc": {
                                        "start": {
                                          "line": 590,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 590,
                                          "column": 69
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 18525,
                                        "end": 18533,
                                        "loc": {
                                          "start": {
                                            "line": 590,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 590,
                                            "column": 33
                                          },
                                          "identifierName": "DataType"
                                        },
                                        "name": "DataType"
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 18534,
                                        "end": 18568,
                                        "loc": {
                                          "start": {
                                            "line": 590,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 590,
                                            "column": 68
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 18534,
                                          "end": 18539,
                                          "loc": {
                                            "start": {
                                              "line": 590,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 590,
                                              "column": 39
                                            },
                                            "identifierName": "types"
                                          },
                                          "name": "types"
                                        },
                                        "property": {
                                          "type": "CallExpression",
                                          "start": 18540,
                                          "end": 18567,
                                          "loc": {
                                            "start": {
                                              "line": 590,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 590,
                                              "column": 67
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 18540,
                                            "end": 18562,
                                            "loc": {
                                              "start": {
                                                "line": 590,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 590,
                                                "column": 62
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 18540,
                                              "end": 18554,
                                              "loc": {
                                                "start": {
                                                  "line": 590,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 590,
                                                  "column": 54
                                                },
                                                "identifierName": "typeExtensions"
                                              },
                                              "name": "typeExtensions"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 18555,
                                              "end": 18562,
                                              "loc": {
                                                "start": {
                                                  "line": 590,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 590,
                                                  "column": 62
                                                },
                                                "identifierName": "indexOf"
                                              },
                                              "name": "indexOf"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 18563,
                                              "end": 18566,
                                              "loc": {
                                                "start": {
                                                  "line": 590,
                                                  "column": 63
                                                },
                                                "end": {
                                                  "line": 590,
                                                  "column": 66
                                                },
                                                "identifierName": "ext"
                                              },
                                              "name": "ext"
                                            }
                                          ]
                                        },
                                        "computed": true
                                      },
                                      "computed": true
                                    },
                                    "leadingComments": null
                                  },
                                  "leadingComments": [
                                    {
                                      "type": "CommentBlock",
                                      "value": "*\n         * The node's stored {@link node-opcua~DataType}.\n         * @type {?node-opcua~DataType}\n         ",
                                      "start": 18386,
                                      "end": 18499,
                                      "loc": {
                                        "start": {
                                          "line": 586,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 589,
                                          "column": 11
                                        }
                                      }
                                    }
                                  ]
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Handle wrapped data types (e.g. \"bool\" for DataType.Boolean)",
                          "start": 18591,
                          "end": 18654,
                          "loc": {
                            "start": {
                              "line": 594,
                              "column": 4
                            },
                            "end": {
                              "line": 594,
                              "column": 67
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 18659,
                      "end": 18818,
                      "loc": {
                        "start": {
                          "line": 595,
                          "column": 4
                        },
                        "end": {
                          "line": 600,
                          "column": 6
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 18659,
                        "end": 18817,
                        "loc": {
                          "start": {
                            "line": 595,
                            "column": 4
                          },
                          "end": {
                            "line": 600,
                            "column": 5
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 18659,
                          "end": 18681,
                          "loc": {
                            "start": {
                              "line": 595,
                              "column": 4
                            },
                            "end": {
                              "line": 595,
                              "column": 26
                            },
                            "identifierName": "ifLastExtensionMatches"
                          },
                          "name": "ifLastExtensionMatches",
                          "leadingComments": null
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 18689,
                            "end": 18723,
                            "loc": {
                              "start": {
                                "line": 596,
                                "column": 6
                              },
                              "end": {
                                "line": 596,
                                "column": 40
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 18690,
                                "end": 18693,
                                "loc": {
                                  "start": {
                                    "line": 596,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 596,
                                    "column": 10
                                  },
                                  "identifierName": "ext"
                                },
                                "name": "ext"
                              }
                            ],
                            "body": {
                              "type": "MemberExpression",
                              "start": 18698,
                              "end": 18723,
                              "loc": {
                                "start": {
                                  "line": 596,
                                  "column": 15
                                },
                                "end": {
                                  "line": 596,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 18698,
                                "end": 18718,
                                "loc": {
                                  "start": {
                                    "line": 596,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 596,
                                    "column": 35
                                  },
                                  "identifierName": "DataTypeForExtension"
                                },
                                "name": "DataTypeForExtension"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 18719,
                                "end": 18722,
                                "loc": {
                                  "start": {
                                    "line": 596,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 596,
                                    "column": 39
                                  },
                                  "identifierName": "ext"
                                },
                                "name": "ext"
                              },
                              "computed": true
                            }
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 18731,
                            "end": 18811,
                            "loc": {
                              "start": {
                                "line": 597,
                                "column": 6
                              },
                              "end": {
                                "line": 599,
                                "column": 7
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 18732,
                                "end": 18735,
                                "loc": {
                                  "start": {
                                    "line": 597,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 597,
                                    "column": 10
                                  },
                                  "identifierName": "ext"
                                },
                                "name": "ext"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 18740,
                              "end": 18811,
                              "loc": {
                                "start": {
                                  "line": 597,
                                  "column": 15
                                },
                                "end": {
                                  "line": 599,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 18750,
                                  "end": 18803,
                                  "loc": {
                                    "start": {
                                      "line": 598,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 598,
                                      "column": 61
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 18750,
                                    "end": 18802,
                                    "loc": {
                                      "start": {
                                        "line": 598,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 598,
                                        "column": 60
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 18750,
                                      "end": 18764,
                                      "loc": {
                                        "start": {
                                          "line": 598,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 598,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 18750,
                                        "end": 18754,
                                        "loc": {
                                          "start": {
                                            "line": 598,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 598,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 18755,
                                        "end": 18764,
                                        "loc": {
                                          "start": {
                                            "line": 598,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 598,
                                            "column": 22
                                          },
                                          "identifierName": "_dataType"
                                        },
                                        "name": "_dataType"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 18767,
                                      "end": 18802,
                                      "loc": {
                                        "start": {
                                          "line": 598,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 598,
                                          "column": 60
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 18767,
                                        "end": 18775,
                                        "loc": {
                                          "start": {
                                            "line": 598,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 598,
                                            "column": 33
                                          },
                                          "identifierName": "DataType"
                                        },
                                        "name": "DataType"
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 18776,
                                        "end": 18801,
                                        "loc": {
                                          "start": {
                                            "line": 598,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 598,
                                            "column": 59
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 18776,
                                          "end": 18796,
                                          "loc": {
                                            "start": {
                                              "line": 598,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 598,
                                              "column": 54
                                            },
                                            "identifierName": "DataTypeForExtension"
                                          },
                                          "name": "DataTypeForExtension"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 18797,
                                          "end": 18800,
                                          "loc": {
                                            "start": {
                                              "line": 598,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 598,
                                              "column": 58
                                            },
                                            "identifierName": "ext"
                                          },
                                          "name": "ext"
                                        },
                                        "computed": true
                                      },
                                      "computed": true
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ],
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Handle wrapped data types (e.g. \"bool\" for DataType.Boolean)",
                          "start": 18591,
                          "end": 18654,
                          "loc": {
                            "start": {
                              "line": 594,
                              "column": 4
                            },
                            "end": {
                              "line": 594,
                              "column": 67
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 18824,
                      "end": 19073,
                      "loc": {
                        "start": {
                          "line": 602,
                          "column": 4
                        },
                        "end": {
                          "line": 609,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 18828,
                        "end": 18851,
                        "loc": {
                          "start": {
                            "line": 602,
                            "column": 8
                          },
                          "end": {
                            "line": 602,
                            "column": 31
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 18828,
                          "end": 18845,
                          "loc": {
                            "start": {
                              "line": 602,
                              "column": 8
                            },
                            "end": {
                              "line": 602,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 18828,
                            "end": 18838,
                            "loc": {
                              "start": {
                                "line": 602,
                                "column": 8
                              },
                              "end": {
                                "line": 602,
                                "column": 18
                              },
                              "identifierName": "extensions"
                            },
                            "name": "extensions"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 18839,
                            "end": 18845,
                            "loc": {
                              "start": {
                                "line": 602,
                                "column": 19
                              },
                              "end": {
                                "line": 602,
                                "column": 25
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 18850,
                          "end": 18851,
                          "loc": {
                            "start": {
                              "line": 602,
                              "column": 30
                            },
                            "end": {
                              "line": 602,
                              "column": 31
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 18853,
                        "end": 19073,
                        "loc": {
                          "start": {
                            "line": 602,
                            "column": 33
                          },
                          "end": {
                            "line": 609,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 18983,
                            "end": 19067,
                            "loc": {
                              "start": {
                                "line": 608,
                                "column": 6
                              },
                              "end": {
                                "line": 608,
                                "column": 90
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 18983,
                              "end": 19066,
                              "loc": {
                                "start": {
                                  "line": 608,
                                  "column": 6
                                },
                                "end": {
                                  "line": 608,
                                  "column": 89
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 18983,
                                "end": 19017,
                                "loc": {
                                  "start": {
                                    "line": 608,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 608,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 18983,
                                  "end": 18999,
                                  "loc": {
                                    "start": {
                                      "line": 608,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 608,
                                      "column": 22
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 18983,
                                    "end": 18987,
                                    "loc": {
                                      "start": {
                                        "line": 608,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 608,
                                        "column": 10
                                      }
                                    },
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 18988,
                                    "end": 18999,
                                    "loc": {
                                      "start": {
                                        "line": 608,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 608,
                                        "column": 22
                                      },
                                      "identifierName": "_references"
                                    },
                                    "name": "_references"
                                  },
                                  "computed": false,
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 19000,
                                  "end": 19017,
                                  "loc": {
                                    "start": {
                                      "line": 608,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 608,
                                      "column": 40
                                    },
                                    "identifierName": "HasTypeDefinition"
                                  },
                                  "name": "HasTypeDefinition"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "right": {
                                "type": "ArrayExpression",
                                "start": 19020,
                                "end": 19066,
                                "loc": {
                                  "start": {
                                    "line": 608,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 608,
                                    "column": 89
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "NewExpression",
                                    "start": 19021,
                                    "end": 19065,
                                    "loc": {
                                      "start": {
                                        "line": 608,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 608,
                                        "column": 88
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 19025,
                                      "end": 19031,
                                      "loc": {
                                        "start": {
                                          "line": 608,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 608,
                                          "column": 54
                                        },
                                        "identifierName": "NodeId"
                                      },
                                      "name": "NodeId"
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 19032,
                                        "end": 19057,
                                        "loc": {
                                          "start": {
                                            "line": 608,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 608,
                                            "column": 80
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 19032,
                                          "end": 19049,
                                          "loc": {
                                            "start": {
                                              "line": 608,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 608,
                                              "column": 72
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 19032,
                                            "end": 19038,
                                            "loc": {
                                              "start": {
                                                "line": 608,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 608,
                                                "column": 61
                                              },
                                              "identifierName": "NodeId"
                                            },
                                            "name": "NodeId"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 19039,
                                            "end": 19049,
                                            "loc": {
                                              "start": {
                                                "line": 608,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 608,
                                                "column": 72
                                              },
                                              "identifierName": "NodeIdType"
                                            },
                                            "name": "NodeIdType"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 19050,
                                          "end": 19057,
                                          "loc": {
                                            "start": {
                                              "line": 608,
                                              "column": 73
                                            },
                                            "end": {
                                              "line": 608,
                                              "column": 80
                                            },
                                            "identifierName": "NUMERIC"
                                          },
                                          "name": "NUMERIC"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "NumericLiteral",
                                        "start": 19059,
                                        "end": 19061,
                                        "loc": {
                                          "start": {
                                            "line": 608,
                                            "column": 82
                                          },
                                          "end": {
                                            "line": 608,
                                            "column": 84
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 62,
                                          "raw": "62"
                                        },
                                        "value": 62
                                      },
                                      {
                                        "type": "NumericLiteral",
                                        "start": 19063,
                                        "end": 19064,
                                        "loc": {
                                          "start": {
                                            "line": 608,
                                            "column": 86
                                          },
                                          "end": {
                                            "line": 608,
                                            "column": 87
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      }
                                    ]
                                  }
                                ]
                              },
                              "leadingComments": null
                            },
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " Got variable",
                                "start": 18861,
                                "end": 18876,
                                "loc": {
                                  "start": {
                                    "line": 603,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 603,
                                    "column": 21
                                  }
                                }
                              },
                              {
                                "type": "CommentBlock",
                                "value": "*\n       * The node's stored type definition.\n       * @type {?node-opcua~NodeId}\n       ",
                                "start": 18883,
                                "end": 18976,
                                "loc": {
                                  "start": {
                                    "line": 604,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 607,
                                    "column": 9
                                  }
                                }
                              }
                            ]
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 19079,
                      "end": 19321,
                      "loc": {
                        "start": {
                          "line": 611,
                          "column": 4
                        },
                        "end": {
                          "line": 617,
                          "column": 6
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 19079,
                        "end": 19320,
                        "loc": {
                          "start": {
                            "line": 611,
                            "column": 4
                          },
                          "end": {
                            "line": 617,
                            "column": 5
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 19079,
                          "end": 19101,
                          "loc": {
                            "start": {
                              "line": 611,
                              "column": 4
                            },
                            "end": {
                              "line": 611,
                              "column": 26
                            },
                            "identifierName": "ifLastExtensionMatches"
                          },
                          "name": "ifLastExtensionMatches"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 19109,
                            "end": 19132,
                            "loc": {
                              "start": {
                                "line": 612,
                                "column": 6
                              },
                              "end": {
                                "line": 612,
                                "column": 29
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 19110,
                                "end": 19113,
                                "loc": {
                                  "start": {
                                    "line": 612,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 612,
                                    "column": 10
                                  },
                                  "identifierName": "ext"
                                },
                                "name": "ext"
                              }
                            ],
                            "body": {
                              "type": "BinaryExpression",
                              "start": 19118,
                              "end": 19132,
                              "loc": {
                                "start": {
                                  "line": 612,
                                  "column": 15
                                },
                                "end": {
                                  "line": 612,
                                  "column": 29
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 19118,
                                "end": 19121,
                                "loc": {
                                  "start": {
                                    "line": 612,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 612,
                                    "column": 18
                                  },
                                  "identifierName": "ext"
                                },
                                "name": "ext"
                              },
                              "operator": "===",
                              "right": {
                                "type": "StringLiteral",
                                "start": 19126,
                                "end": 19132,
                                "loc": {
                                  "start": {
                                    "line": 612,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 612,
                                    "column": 29
                                  }
                                },
                                "extra": {
                                  "rawValue": "prop",
                                  "raw": "'prop'"
                                },
                                "value": "prop"
                              }
                            }
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 19140,
                            "end": 19314,
                            "loc": {
                              "start": {
                                "line": 613,
                                "column": 6
                              },
                              "end": {
                                "line": 616,
                                "column": 7
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 19146,
                              "end": 19314,
                              "loc": {
                                "start": {
                                  "line": 613,
                                  "column": 12
                                },
                                "end": {
                                  "line": 616,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 19156,
                                  "end": 19240,
                                  "loc": {
                                    "start": {
                                      "line": 614,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 614,
                                      "column": 92
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 19156,
                                    "end": 19239,
                                    "loc": {
                                      "start": {
                                        "line": 614,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 614,
                                        "column": 91
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 19156,
                                      "end": 19190,
                                      "loc": {
                                        "start": {
                                          "line": 614,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 614,
                                          "column": 42
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 19156,
                                        "end": 19172,
                                        "loc": {
                                          "start": {
                                            "line": 614,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 614,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 19156,
                                          "end": 19160,
                                          "loc": {
                                            "start": {
                                              "line": 614,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 614,
                                              "column": 12
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 19161,
                                          "end": 19172,
                                          "loc": {
                                            "start": {
                                              "line": 614,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 614,
                                              "column": 24
                                            },
                                            "identifierName": "_references"
                                          },
                                          "name": "_references"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 19173,
                                        "end": 19190,
                                        "loc": {
                                          "start": {
                                            "line": 614,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 614,
                                            "column": 42
                                          },
                                          "identifierName": "HasTypeDefinition"
                                        },
                                        "name": "HasTypeDefinition"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "ArrayExpression",
                                      "start": 19193,
                                      "end": 19239,
                                      "loc": {
                                        "start": {
                                          "line": 614,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 614,
                                          "column": 91
                                        }
                                      },
                                      "elements": [
                                        {
                                          "type": "NewExpression",
                                          "start": 19194,
                                          "end": 19238,
                                          "loc": {
                                            "start": {
                                              "line": 614,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 614,
                                              "column": 90
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 19198,
                                            "end": 19204,
                                            "loc": {
                                              "start": {
                                                "line": 614,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 614,
                                                "column": 56
                                              },
                                              "identifierName": "NodeId"
                                            },
                                            "name": "NodeId"
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 19205,
                                              "end": 19230,
                                              "loc": {
                                                "start": {
                                                  "line": 614,
                                                  "column": 57
                                                },
                                                "end": {
                                                  "line": 614,
                                                  "column": 82
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 19205,
                                                "end": 19222,
                                                "loc": {
                                                  "start": {
                                                    "line": 614,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 614,
                                                    "column": 74
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 19205,
                                                  "end": 19211,
                                                  "loc": {
                                                    "start": {
                                                      "line": 614,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 614,
                                                      "column": 63
                                                    },
                                                    "identifierName": "NodeId"
                                                  },
                                                  "name": "NodeId"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 19212,
                                                  "end": 19222,
                                                  "loc": {
                                                    "start": {
                                                      "line": 614,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 614,
                                                      "column": 74
                                                    },
                                                    "identifierName": "NodeIdType"
                                                  },
                                                  "name": "NodeIdType"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 19223,
                                                "end": 19230,
                                                "loc": {
                                                  "start": {
                                                    "line": 614,
                                                    "column": 75
                                                  },
                                                  "end": {
                                                    "line": 614,
                                                    "column": 82
                                                  },
                                                  "identifierName": "NUMERIC"
                                                },
                                                "name": "NUMERIC"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "NumericLiteral",
                                              "start": 19232,
                                              "end": 19234,
                                              "loc": {
                                                "start": {
                                                  "line": 614,
                                                  "column": 84
                                                },
                                                "end": {
                                                  "line": 614,
                                                  "column": 86
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 68,
                                                "raw": "68"
                                              },
                                              "value": 68
                                            },
                                            {
                                              "type": "NumericLiteral",
                                              "start": 19236,
                                              "end": 19237,
                                              "loc": {
                                                "start": {
                                                  "line": 614,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 614,
                                                  "column": 89
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 19249,
                                  "end": 19306,
                                  "loc": {
                                    "start": {
                                      "line": 615,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 615,
                                      "column": 65
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 19249,
                                    "end": 19305,
                                    "loc": {
                                      "start": {
                                        "line": 615,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 615,
                                        "column": 64
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 19249,
                                      "end": 19274,
                                      "loc": {
                                        "start": {
                                          "line": 615,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 615,
                                          "column": 33
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 19249,
                                        "end": 19265,
                                        "loc": {
                                          "start": {
                                            "line": 615,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 615,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 19249,
                                          "end": 19253,
                                          "loc": {
                                            "start": {
                                              "line": 615,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 615,
                                              "column": 12
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 19254,
                                          "end": 19265,
                                          "loc": {
                                            "start": {
                                              "line": 615,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 615,
                                              "column": 24
                                            },
                                            "identifierName": "_references"
                                          },
                                          "name": "_references"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 19266,
                                        "end": 19274,
                                        "loc": {
                                          "start": {
                                            "line": 615,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 615,
                                            "column": 33
                                          },
                                          "identifierName": "toParent"
                                        },
                                        "name": "toParent"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 19277,
                                      "end": 19305,
                                      "loc": {
                                        "start": {
                                          "line": 615,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 615,
                                          "column": 64
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 19277,
                                        "end": 19293,
                                        "loc": {
                                          "start": {
                                            "line": 615,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 615,
                                            "column": 52
                                          },
                                          "identifierName": "ReferenceTypeIds"
                                        },
                                        "name": "ReferenceTypeIds"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 19294,
                                        "end": 19305,
                                        "loc": {
                                          "start": {
                                            "line": 615,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 615,
                                            "column": 64
                                          },
                                          "identifierName": "HasProperty"
                                        },
                                        "name": "HasProperty"
                                      },
                                      "computed": false
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 19327,
                      "end": 19494,
                      "loc": {
                        "start": {
                          "line": 619,
                          "column": 4
                        },
                        "end": {
                          "line": 624,
                          "column": 6
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 19327,
                        "end": 19493,
                        "loc": {
                          "start": {
                            "line": 619,
                            "column": 4
                          },
                          "end": {
                            "line": 624,
                            "column": 5
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 19327,
                          "end": 19349,
                          "loc": {
                            "start": {
                              "line": 619,
                              "column": 4
                            },
                            "end": {
                              "line": 619,
                              "column": 26
                            },
                            "identifierName": "ifLastExtensionMatches"
                          },
                          "name": "ifLastExtensionMatches"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 19357,
                            "end": 19379,
                            "loc": {
                              "start": {
                                "line": 620,
                                "column": 6
                              },
                              "end": {
                                "line": 620,
                                "column": 28
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 19358,
                                "end": 19361,
                                "loc": {
                                  "start": {
                                    "line": 620,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 620,
                                    "column": 10
                                  },
                                  "identifierName": "ext"
                                },
                                "name": "ext"
                              }
                            ],
                            "body": {
                              "type": "BinaryExpression",
                              "start": 19366,
                              "end": 19379,
                              "loc": {
                                "start": {
                                  "line": 620,
                                  "column": 15
                                },
                                "end": {
                                  "line": 620,
                                  "column": 28
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 19366,
                                "end": 19369,
                                "loc": {
                                  "start": {
                                    "line": 620,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 620,
                                    "column": 18
                                  },
                                  "identifierName": "ext"
                                },
                                "name": "ext"
                              },
                              "operator": "===",
                              "right": {
                                "type": "StringLiteral",
                                "start": 19374,
                                "end": 19379,
                                "loc": {
                                  "start": {
                                    "line": 620,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 620,
                                    "column": 28
                                  }
                                },
                                "extra": {
                                  "rawValue": "var",
                                  "raw": "'var'"
                                },
                                "value": "var"
                              }
                            }
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 19387,
                            "end": 19487,
                            "loc": {
                              "start": {
                                "line": 621,
                                "column": 6
                              },
                              "end": {
                                "line": 623,
                                "column": 7
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 19393,
                              "end": 19487,
                              "loc": {
                                "start": {
                                  "line": 621,
                                  "column": 12
                                },
                                "end": {
                                  "line": 623,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 19403,
                                  "end": 19479,
                                  "loc": {
                                    "start": {
                                      "line": 622,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 622,
                                      "column": 84
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 19403,
                                    "end": 19478,
                                    "loc": {
                                      "start": {
                                        "line": 622,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 622,
                                        "column": 83
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 19403,
                                      "end": 19437,
                                      "loc": {
                                        "start": {
                                          "line": 622,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 622,
                                          "column": 42
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 19403,
                                        "end": 19419,
                                        "loc": {
                                          "start": {
                                            "line": 622,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 622,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 19403,
                                          "end": 19407,
                                          "loc": {
                                            "start": {
                                              "line": 622,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 622,
                                              "column": 12
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 19408,
                                          "end": 19419,
                                          "loc": {
                                            "start": {
                                              "line": 622,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 622,
                                              "column": 24
                                            },
                                            "identifierName": "_references"
                                          },
                                          "name": "_references"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 19420,
                                        "end": 19437,
                                        "loc": {
                                          "start": {
                                            "line": 622,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 622,
                                            "column": 42
                                          },
                                          "identifierName": "HasTypeDefinition"
                                        },
                                        "name": "HasTypeDefinition"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "ArrayExpression",
                                      "start": 19440,
                                      "end": 19478,
                                      "loc": {
                                        "start": {
                                          "line": 622,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 622,
                                          "column": 83
                                        }
                                      },
                                      "elements": [
                                        {
                                          "type": "NewExpression",
                                          "start": 19441,
                                          "end": 19477,
                                          "loc": {
                                            "start": {
                                              "line": 622,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 622,
                                              "column": 82
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 19445,
                                            "end": 19451,
                                            "loc": {
                                              "start": {
                                                "line": 622,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 622,
                                                "column": 56
                                              },
                                              "identifierName": "NodeId"
                                            },
                                            "name": "NodeId"
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 19452,
                                              "end": 19476,
                                              "loc": {
                                                "start": {
                                                  "line": 622,
                                                  "column": 57
                                                },
                                                "end": {
                                                  "line": 622,
                                                  "column": 81
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "Custom.VarResourceType",
                                                "raw": "'Custom.VarResourceType'"
                                              },
                                              "value": "Custom.VarResourceType"
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 19500,
                      "end": 20028,
                      "loc": {
                        "start": {
                          "line": 626,
                          "column": 4
                        },
                        "end": {
                          "line": 642,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 19504,
                        "end": 19515,
                        "loc": {
                          "start": {
                            "line": 626,
                            "column": 8
                          },
                          "end": {
                            "line": 626,
                            "column": 19
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "CallExpression",
                          "start": 19505,
                          "end": 19515,
                          "loc": {
                            "start": {
                              "line": 626,
                              "column": 9
                            },
                            "end": {
                              "line": 626,
                              "column": 19
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 19505,
                            "end": 19513,
                            "loc": {
                              "start": {
                                "line": 626,
                                "column": 9
                              },
                              "end": {
                                "line": 626,
                                "column": 17
                              },
                              "identifierName": "complete"
                            },
                            "name": "complete"
                          },
                          "arguments": []
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 19517,
                        "end": 20028,
                        "loc": {
                          "start": {
                            "line": 626,
                            "column": 21
                          },
                          "end": {
                            "line": 642,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 19554,
                            "end": 19578,
                            "loc": {
                              "start": {
                                "line": 628,
                                "column": 6
                              },
                              "end": {
                                "line": 628,
                                "column": 30
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 19558,
                                "end": 19577,
                                "loc": {
                                  "start": {
                                    "line": 628,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 628,
                                    "column": 29
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 19558,
                                  "end": 19569,
                                  "loc": {
                                    "start": {
                                      "line": 628,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 628,
                                      "column": 21
                                    },
                                    "identifierName": "foundAtType"
                                  },
                                  "name": "foundAtType",
                                  "leadingComments": null
                                },
                                "init": {
                                  "type": "BooleanLiteral",
                                  "start": 19572,
                                  "end": 19577,
                                  "loc": {
                                    "start": {
                                      "line": 628,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 628,
                                      "column": 29
                                    }
                                  },
                                  "value": false
                                },
                                "leadingComments": null
                              }
                            ],
                            "kind": "let",
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " Handle atvise types",
                                "start": 19525,
                                "end": 19547,
                                "loc": {
                                  "start": {
                                    "line": 627,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 627,
                                    "column": 28
                                  }
                                }
                              }
                            ]
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 19586,
                            "end": 20022,
                            "loc": {
                              "start": {
                                "line": 630,
                                "column": 6
                              },
                              "end": {
                                "line": 641,
                                "column": 9
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 19586,
                              "end": 20021,
                              "loc": {
                                "start": {
                                  "line": 630,
                                  "column": 6
                                },
                                "end": {
                                  "line": 641,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 19586,
                                "end": 19633,
                                "loc": {
                                  "start": {
                                    "line": 630,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 630,
                                    "column": 53
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 19586,
                                  "end": 19625,
                                  "loc": {
                                    "start": {
                                      "line": 630,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 630,
                                      "column": 45
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 19586,
                                    "end": 19600,
                                    "loc": {
                                      "start": {
                                        "line": 630,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 630,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 19586,
                                      "end": 19592,
                                      "loc": {
                                        "start": {
                                          "line": 630,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 630,
                                          "column": 12
                                        },
                                        "identifierName": "Object"
                                      },
                                      "name": "Object"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 19593,
                                      "end": 19600,
                                      "loc": {
                                        "start": {
                                          "line": 630,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 630,
                                          "column": 20
                                        },
                                        "identifierName": "entries"
                                      },
                                      "name": "entries"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 19601,
                                      "end": 19624,
                                      "loc": {
                                        "start": {
                                          "line": 630,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 630,
                                          "column": 44
                                        },
                                        "identifierName": "AtviseTypesByIdentifier"
                                      },
                                      "name": "AtviseTypesByIdentifier"
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 19626,
                                  "end": 19633,
                                  "loc": {
                                    "start": {
                                      "line": 630,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 630,
                                      "column": 53
                                    },
                                    "identifierName": "forEach"
                                  },
                                  "name": "forEach"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 19634,
                                  "end": 20020,
                                  "loc": {
                                    "start": {
                                      "line": 630,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 641,
                                      "column": 7
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "ArrayPattern",
                                      "start": 19635,
                                      "end": 19653,
                                      "loc": {
                                        "start": {
                                          "line": 630,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 630,
                                          "column": 73
                                        }
                                      },
                                      "elements": [
                                        {
                                          "type": "Identifier",
                                          "start": 19636,
                                          "end": 19646,
                                          "loc": {
                                            "start": {
                                              "line": 630,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 630,
                                              "column": 66
                                            },
                                            "identifierName": "identifier"
                                          },
                                          "name": "identifier"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 19648,
                                          "end": 19652,
                                          "loc": {
                                            "start": {
                                              "line": 630,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 630,
                                              "column": 72
                                            },
                                            "identifierName": "type"
                                          },
                                          "name": "type"
                                        }
                                      ]
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 19658,
                                    "end": 20020,
                                    "loc": {
                                      "start": {
                                        "line": 630,
                                        "column": 78
                                      },
                                      "end": {
                                        "line": 641,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "IfStatement",
                                        "start": 19668,
                                        "end": 20012,
                                        "loc": {
                                          "start": {
                                            "line": 631,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 640,
                                            "column": 9
                                          }
                                        },
                                        "test": {
                                          "type": "LogicalExpression",
                                          "start": 19672,
                                          "end": 19719,
                                          "loc": {
                                            "start": {
                                              "line": 631,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 631,
                                              "column": 59
                                            }
                                          },
                                          "left": {
                                            "type": "UnaryExpression",
                                            "start": 19672,
                                            "end": 19684,
                                            "loc": {
                                              "start": {
                                                "line": 631,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 631,
                                                "column": 24
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 19673,
                                              "end": 19684,
                                              "loc": {
                                                "start": {
                                                  "line": 631,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 631,
                                                  "column": 24
                                                },
                                                "identifierName": "foundAtType"
                                              },
                                              "name": "foundAtType"
                                            },
                                            "extra": {
                                              "parenthesizedArgument": false
                                            }
                                          },
                                          "operator": "&&",
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 19688,
                                            "end": 19719,
                                            "loc": {
                                              "start": {
                                                "line": 631,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 631,
                                                "column": 59
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 19688,
                                              "end": 19707,
                                              "loc": {
                                                "start": {
                                                  "line": 631,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 631,
                                                  "column": 47
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 19688,
                                                "end": 19698,
                                                "loc": {
                                                  "start": {
                                                    "line": 631,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 631,
                                                    "column": 38
                                                  },
                                                  "identifierName": "extensions"
                                                },
                                                "name": "extensions"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 19699,
                                                "end": 19707,
                                                "loc": {
                                                  "start": {
                                                    "line": 631,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 631,
                                                    "column": 47
                                                  },
                                                  "identifierName": "includes"
                                                },
                                                "name": "includes"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 19708,
                                                "end": 19718,
                                                "loc": {
                                                  "start": {
                                                    "line": 631,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 631,
                                                    "column": 58
                                                  },
                                                  "identifierName": "identifier"
                                                },
                                                "name": "identifier"
                                              }
                                            ]
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 19721,
                                          "end": 20012,
                                          "loc": {
                                            "start": {
                                              "line": 631,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 640,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 19733,
                                              "end": 19752,
                                              "loc": {
                                                "start": {
                                                  "line": 632,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 632,
                                                  "column": 29
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 19733,
                                                "end": 19751,
                                                "loc": {
                                                  "start": {
                                                    "line": 632,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 632,
                                                    "column": 28
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 19733,
                                                  "end": 19744,
                                                  "loc": {
                                                    "start": {
                                                      "line": 632,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 632,
                                                      "column": 21
                                                    },
                                                    "identifierName": "foundAtType"
                                                  },
                                                  "name": "foundAtType"
                                                },
                                                "right": {
                                                  "type": "BooleanLiteral",
                                                  "start": 19747,
                                                  "end": 19751,
                                                  "loc": {
                                                    "start": {
                                                      "line": 632,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 632,
                                                      "column": 28
                                                    }
                                                  },
                                                  "value": true
                                                }
                                              }
                                            },
                                            {
                                              "type": "IfStatement",
                                              "start": 19764,
                                              "end": 19889,
                                              "loc": {
                                                "start": {
                                                  "line": 634,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 636,
                                                  "column": 11
                                                }
                                              },
                                              "test": {
                                                "type": "UnaryExpression",
                                                "start": 19768,
                                                "end": 19805,
                                                "loc": {
                                                  "start": {
                                                    "line": 634,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 634,
                                                    "column": 51
                                                  }
                                                },
                                                "operator": "!",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "BinaryExpression",
                                                  "start": 19770,
                                                  "end": 19804,
                                                  "loc": {
                                                    "start": {
                                                      "line": 634,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 634,
                                                      "column": 50
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 19770,
                                                    "end": 19774,
                                                    "loc": {
                                                      "start": {
                                                        "line": 634,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 634,
                                                        "column": 20
                                                      },
                                                      "identifierName": "type"
                                                    },
                                                    "name": "type"
                                                  },
                                                  "operator": "instanceof",
                                                  "right": {
                                                    "type": "Identifier",
                                                    "start": 19786,
                                                    "end": 19804,
                                                    "loc": {
                                                      "start": {
                                                        "line": 634,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 634,
                                                        "column": 50
                                                      },
                                                      "identifierName": "AtviseResourceType"
                                                    },
                                                    "name": "AtviseResourceType"
                                                  },
                                                  "extra": {
                                                    "parenthesized": true,
                                                    "parenStart": 19769
                                                  }
                                                },
                                                "extra": {
                                                  "parenthesizedArgument": false
                                                }
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 19807,
                                                "end": 19889,
                                                "loc": {
                                                  "start": {
                                                    "line": 634,
                                                    "column": 53
                                                  },
                                                  "end": {
                                                    "line": 636,
                                                    "column": 11
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 19821,
                                                    "end": 19877,
                                                    "loc": {
                                                      "start": {
                                                        "line": 635,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 635,
                                                        "column": 68
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 19821,
                                                      "end": 19876,
                                                      "loc": {
                                                        "start": {
                                                          "line": 635,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 635,
                                                          "column": 67
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 19821,
                                                        "end": 19831,
                                                        "loc": {
                                                          "start": {
                                                            "line": 635,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 635,
                                                            "column": 22
                                                          },
                                                          "identifierName": "extensions"
                                                        },
                                                        "name": "extensions"
                                                      },
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 19834,
                                                        "end": 19876,
                                                        "loc": {
                                                          "start": {
                                                            "line": 635,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 635,
                                                            "column": 67
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 19834,
                                                          "end": 19851,
                                                          "loc": {
                                                            "start": {
                                                              "line": 635,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 635,
                                                              "column": 42
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 19834,
                                                            "end": 19844,
                                                            "loc": {
                                                              "start": {
                                                                "line": 635,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 635,
                                                                "column": 35
                                                              },
                                                              "identifierName": "extensions"
                                                            },
                                                            "name": "extensions"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 19845,
                                                            "end": 19851,
                                                            "loc": {
                                                              "start": {
                                                                "line": 635,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 635,
                                                                "column": 42
                                                              },
                                                              "identifierName": "filter"
                                                            },
                                                            "name": "filter"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "ArrowFunctionExpression",
                                                            "start": 19852,
                                                            "end": 19875,
                                                            "loc": {
                                                              "start": {
                                                                "line": 635,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 635,
                                                                "column": 66
                                                              }
                                                            },
                                                            "id": null,
                                                            "generator": false,
                                                            "expression": true,
                                                            "async": false,
                                                            "params": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 19853,
                                                                "end": 19854,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 635,
                                                                    "column": 44
                                                                  },
                                                                  "end": {
                                                                    "line": 635,
                                                                    "column": 45
                                                                  },
                                                                  "identifierName": "e"
                                                                },
                                                                "name": "e"
                                                              }
                                                            ],
                                                            "body": {
                                                              "type": "BinaryExpression",
                                                              "start": 19859,
                                                              "end": 19875,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 635,
                                                                  "column": 50
                                                                },
                                                                "end": {
                                                                  "line": 635,
                                                                  "column": 66
                                                                }
                                                              },
                                                              "left": {
                                                                "type": "Identifier",
                                                                "start": 19859,
                                                                "end": 19860,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 635,
                                                                    "column": 50
                                                                  },
                                                                  "end": {
                                                                    "line": 635,
                                                                    "column": 51
                                                                  },
                                                                  "identifierName": "e"
                                                                },
                                                                "name": "e"
                                                              },
                                                              "operator": "!==",
                                                              "right": {
                                                                "type": "Identifier",
                                                                "start": 19865,
                                                                "end": 19875,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 635,
                                                                    "column": 56
                                                                  },
                                                                  "end": {
                                                                    "line": 635,
                                                                    "column": 66
                                                                  },
                                                                  "identifierName": "identifier"
                                                                },
                                                                "name": "identifier"
                                                              }
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": null
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 19901,
                                              "end": 19960,
                                              "loc": {
                                                "start": {
                                                  "line": 638,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 638,
                                                  "column": 69
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 19901,
                                                "end": 19959,
                                                "loc": {
                                                  "start": {
                                                    "line": 638,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 638,
                                                    "column": 68
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 19901,
                                                  "end": 19935,
                                                  "loc": {
                                                    "start": {
                                                      "line": 638,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 638,
                                                      "column": 44
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 19901,
                                                    "end": 19917,
                                                    "loc": {
                                                      "start": {
                                                        "line": 638,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 638,
                                                        "column": 26
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 19901,
                                                      "end": 19905,
                                                      "loc": {
                                                        "start": {
                                                          "line": 638,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 638,
                                                          "column": 14
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 19906,
                                                      "end": 19917,
                                                      "loc": {
                                                        "start": {
                                                          "line": 638,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 638,
                                                          "column": 26
                                                        },
                                                        "identifierName": "_references"
                                                      },
                                                      "name": "_references"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 19918,
                                                    "end": 19935,
                                                    "loc": {
                                                      "start": {
                                                        "line": 638,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 638,
                                                        "column": 44
                                                      },
                                                      "identifierName": "HasTypeDefinition"
                                                    },
                                                    "name": "HasTypeDefinition"
                                                  },
                                                  "computed": false
                                                },
                                                "right": {
                                                  "type": "ArrayExpression",
                                                  "start": 19938,
                                                  "end": 19959,
                                                  "loc": {
                                                    "start": {
                                                      "line": 638,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 638,
                                                      "column": 68
                                                    }
                                                  },
                                                  "elements": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 19939,
                                                      "end": 19958,
                                                      "loc": {
                                                        "start": {
                                                          "line": 638,
                                                          "column": 48
                                                        },
                                                        "end": {
                                                          "line": 638,
                                                          "column": 67
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 19939,
                                                        "end": 19943,
                                                        "loc": {
                                                          "start": {
                                                            "line": 638,
                                                            "column": 48
                                                          },
                                                          "end": {
                                                            "line": 638,
                                                            "column": 52
                                                          },
                                                          "identifierName": "type"
                                                        },
                                                        "name": "type"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 19944,
                                                        "end": 19958,
                                                        "loc": {
                                                          "start": {
                                                            "line": 638,
                                                            "column": 53
                                                          },
                                                          "end": {
                                                            "line": 638,
                                                            "column": 67
                                                          },
                                                          "identifierName": "typeDefinition"
                                                        },
                                                        "name": "typeDefinition"
                                                      },
                                                      "computed": false
                                                    }
                                                  ]
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 19971,
                                              "end": 20002,
                                              "loc": {
                                                "start": {
                                                  "line": 639,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 639,
                                                  "column": 41
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 19971,
                                                "end": 20001,
                                                "loc": {
                                                  "start": {
                                                    "line": 639,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 639,
                                                    "column": 40
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 19971,
                                                  "end": 19985,
                                                  "loc": {
                                                    "start": {
                                                      "line": 639,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 639,
                                                      "column": 24
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 19971,
                                                    "end": 19975,
                                                    "loc": {
                                                      "start": {
                                                        "line": 639,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 639,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 19976,
                                                    "end": 19985,
                                                    "loc": {
                                                      "start": {
                                                        "line": 639,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 639,
                                                        "column": 24
                                                      },
                                                      "identifierName": "_dataType"
                                                    },
                                                    "name": "_dataType"
                                                  },
                                                  "computed": false
                                                },
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "start": 19988,
                                                  "end": 20001,
                                                  "loc": {
                                                    "start": {
                                                      "line": 639,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 639,
                                                      "column": 40
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 19988,
                                                    "end": 19992,
                                                    "loc": {
                                                      "start": {
                                                        "line": 639,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 639,
                                                        "column": 31
                                                      },
                                                      "identifierName": "type"
                                                    },
                                                    "name": "type"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 19993,
                                                    "end": 20001,
                                                    "loc": {
                                                      "start": {
                                                        "line": 639,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 639,
                                                        "column": 40
                                                      },
                                                      "identifierName": "dataType"
                                                    },
                                                    "name": "dataType"
                                                  },
                                                  "computed": false
                                                }
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 20034,
                      "end": 20221,
                      "loc": {
                        "start": {
                          "line": 644,
                          "column": 4
                        },
                        "end": {
                          "line": 649,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 20038,
                        "end": 20049,
                        "loc": {
                          "start": {
                            "line": 644,
                            "column": 8
                          },
                          "end": {
                            "line": 644,
                            "column": 19
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "CallExpression",
                          "start": 20039,
                          "end": 20049,
                          "loc": {
                            "start": {
                              "line": 644,
                              "column": 9
                            },
                            "end": {
                              "line": 644,
                              "column": 19
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 20039,
                            "end": 20047,
                            "loc": {
                              "start": {
                                "line": 644,
                                "column": 9
                              },
                              "end": {
                                "line": 644,
                                "column": 17
                              },
                              "identifierName": "complete"
                            },
                            "name": "complete"
                          },
                          "arguments": []
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 20051,
                        "end": 20221,
                        "loc": {
                          "start": {
                            "line": 644,
                            "column": 21
                          },
                          "end": {
                            "line": 649,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 20059,
                            "end": 20171,
                            "loc": {
                              "start": {
                                "line": 645,
                                "column": 6
                              },
                              "end": {
                                "line": 647,
                                "column": 8
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 20059,
                              "end": 20170,
                              "loc": {
                                "start": {
                                  "line": 645,
                                  "column": 6
                                },
                                "end": {
                                  "line": 647,
                                  "column": 7
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 20059,
                                "end": 20093,
                                "loc": {
                                  "start": {
                                    "line": 645,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 645,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 20059,
                                  "end": 20075,
                                  "loc": {
                                    "start": {
                                      "line": 645,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 645,
                                      "column": 22
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 20059,
                                    "end": 20063,
                                    "loc": {
                                      "start": {
                                        "line": 645,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 645,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 20064,
                                    "end": 20075,
                                    "loc": {
                                      "start": {
                                        "line": 645,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 645,
                                        "column": 22
                                      },
                                      "identifierName": "_references"
                                    },
                                    "name": "_references"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 20076,
                                  "end": 20093,
                                  "loc": {
                                    "start": {
                                      "line": 645,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 645,
                                      "column": 40
                                    },
                                    "identifierName": "HasTypeDefinition"
                                  },
                                  "name": "HasTypeDefinition"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "ArrayExpression",
                                "start": 20096,
                                "end": 20170,
                                "loc": {
                                  "start": {
                                    "line": 645,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 647,
                                    "column": 7
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "NewExpression",
                                    "start": 20106,
                                    "end": 20161,
                                    "loc": {
                                      "start": {
                                        "line": 646,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 646,
                                        "column": 63
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 20110,
                                      "end": 20116,
                                      "loc": {
                                        "start": {
                                          "line": 646,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 646,
                                          "column": 18
                                        },
                                        "identifierName": "NodeId"
                                      },
                                      "name": "NodeId"
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 20117,
                                        "end": 20160,
                                        "loc": {
                                          "start": {
                                            "line": 646,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 646,
                                            "column": 62
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "VariableTypes.ATVISE.Resource.OctetStream",
                                          "raw": "'VariableTypes.ATVISE.Resource.OctetStream'"
                                        },
                                        "value": "VariableTypes.ATVISE.Resource.OctetStream"
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 20178,
                            "end": 20215,
                            "loc": {
                              "start": {
                                "line": 648,
                                "column": 6
                              },
                              "end": {
                                "line": 648,
                                "column": 43
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 20178,
                              "end": 20214,
                              "loc": {
                                "start": {
                                  "line": 648,
                                  "column": 6
                                },
                                "end": {
                                  "line": 648,
                                  "column": 42
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 20178,
                                "end": 20192,
                                "loc": {
                                  "start": {
                                    "line": 648,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 648,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 20178,
                                  "end": 20182,
                                  "loc": {
                                    "start": {
                                      "line": 648,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 648,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 20183,
                                  "end": 20192,
                                  "loc": {
                                    "start": {
                                      "line": 648,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 648,
                                      "column": 20
                                    },
                                    "identifierName": "_dataType"
                                  },
                                  "name": "_dataType"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 20195,
                                "end": 20214,
                                "loc": {
                                  "start": {
                                    "line": 648,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 648,
                                    "column": 42
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 20195,
                                  "end": 20203,
                                  "loc": {
                                    "start": {
                                      "line": 648,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 648,
                                      "column": 31
                                    },
                                    "identifierName": "DataType"
                                  },
                                  "name": "DataType"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 20204,
                                  "end": 20214,
                                  "loc": {
                                    "start": {
                                      "line": 648,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 648,
                                      "column": 42
                                    },
                                    "identifierName": "ByteString"
                                  },
                                  "name": "ByteString"
                                },
                                "computed": false
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 20227,
                      "end": 20318,
                      "loc": {
                        "start": {
                          "line": 651,
                          "column": 4
                        },
                        "end": {
                          "line": 651,
                          "column": 95
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 20227,
                        "end": 20317,
                        "loc": {
                          "start": {
                            "line": 651,
                            "column": 4
                          },
                          "end": {
                            "line": 651,
                            "column": 94
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 20227,
                          "end": 20237,
                          "loc": {
                            "start": {
                              "line": 651,
                              "column": 4
                            },
                            "end": {
                              "line": 651,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 20227,
                            "end": 20231,
                            "loc": {
                              "start": {
                                "line": 651,
                                "column": 4
                              },
                              "end": {
                                "line": 651,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 20232,
                            "end": 20237,
                            "loc": {
                              "start": {
                                "line": 651,
                                "column": 9
                              },
                              "end": {
                                "line": 651,
                                "column": 14
                              },
                              "identifierName": "_name"
                            },
                            "name": "_name"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 20240,
                          "end": 20317,
                          "loc": {
                            "start": {
                              "line": 651,
                              "column": 17
                            },
                            "end": {
                              "line": 651,
                              "column": 94
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 20240,
                            "end": 20312,
                            "loc": {
                              "start": {
                                "line": 651,
                                "column": 17
                              },
                              "end": {
                                "line": 651,
                                "column": 89
                              }
                            },
                            "object": {
                              "type": "ArrayExpression",
                              "start": 20240,
                              "end": 20307,
                              "loc": {
                                "start": {
                                  "line": 651,
                                  "column": 17
                                },
                                "end": {
                                  "line": 651,
                                  "column": 84
                                }
                              },
                              "elements": [
                                {
                                  "type": "MemberExpression",
                                  "start": 20241,
                                  "end": 20251,
                                  "loc": {
                                    "start": {
                                      "line": 651,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 651,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 20241,
                                    "end": 20245,
                                    "loc": {
                                      "start": {
                                        "line": 651,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 651,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 20246,
                                    "end": 20251,
                                    "loc": {
                                      "start": {
                                        "line": 651,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 651,
                                        "column": 28
                                      },
                                      "identifierName": "_name"
                                    },
                                    "name": "_name"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "SpreadElement",
                                  "start": 20253,
                                  "end": 20306,
                                  "loc": {
                                    "start": {
                                      "line": 651,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 651,
                                      "column": 83
                                    }
                                  },
                                  "argument": {
                                    "type": "CallExpression",
                                    "start": 20256,
                                    "end": 20306,
                                    "loc": {
                                      "start": {
                                        "line": 651,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 651,
                                        "column": 83
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 20256,
                                      "end": 20273,
                                      "loc": {
                                        "start": {
                                          "line": 651,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 651,
                                          "column": 50
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 20256,
                                        "end": 20266,
                                        "loc": {
                                          "start": {
                                            "line": 651,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 651,
                                            "column": 43
                                          },
                                          "identifierName": "extensions"
                                        },
                                        "name": "extensions"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 20267,
                                        "end": 20273,
                                        "loc": {
                                          "start": {
                                            "line": 651,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 651,
                                            "column": 50
                                          },
                                          "identifierName": "filter"
                                        },
                                        "name": "filter"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 20274,
                                        "end": 20305,
                                        "loc": {
                                          "start": {
                                            "line": 651,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 651,
                                            "column": 82
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": true,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 20275,
                                            "end": 20276,
                                            "loc": {
                                              "start": {
                                                "line": 651,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 651,
                                                "column": 53
                                              },
                                              "identifierName": "e"
                                            },
                                            "name": "e"
                                          }
                                        ],
                                        "body": {
                                          "type": "UnaryExpression",
                                          "start": 20281,
                                          "end": 20305,
                                          "loc": {
                                            "start": {
                                              "line": 651,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 651,
                                              "column": 82
                                            }
                                          },
                                          "operator": "!",
                                          "prefix": true,
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 20282,
                                            "end": 20305,
                                            "loc": {
                                              "start": {
                                                "line": 651,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 651,
                                                "column": 82
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 20282,
                                              "end": 20302,
                                              "loc": {
                                                "start": {
                                                  "line": 651,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 651,
                                                  "column": 79
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 20282,
                                                "end": 20293,
                                                "loc": {
                                                  "start": {
                                                    "line": 651,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 651,
                                                    "column": 70
                                                  },
                                                  "identifierName": "dirnameExts"
                                                },
                                                "name": "dirnameExts"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 20294,
                                                "end": 20302,
                                                "loc": {
                                                  "start": {
                                                    "line": 651,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 651,
                                                    "column": 79
                                                  },
                                                  "identifierName": "includes"
                                                },
                                                "name": "includes"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 20303,
                                                "end": 20304,
                                                "loc": {
                                                  "start": {
                                                    "line": 651,
                                                    "column": 80
                                                  },
                                                  "end": {
                                                    "line": 651,
                                                    "column": 81
                                                  },
                                                  "identifierName": "e"
                                                },
                                                "name": "e"
                                              }
                                            ]
                                          },
                                          "extra": {
                                            "parenthesizedArgument": false
                                          }
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 20308,
                              "end": 20312,
                              "loc": {
                                "start": {
                                  "line": 651,
                                  "column": 85
                                },
                                "end": {
                                  "line": 651,
                                  "column": 89
                                },
                                "identifierName": "join"
                              },
                              "name": "join"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 20313,
                              "end": 20316,
                              "loc": {
                                "start": {
                                  "line": 651,
                                  "column": 90
                                },
                                "end": {
                                  "line": 651,
                                  "column": 93
                                }
                              },
                              "extra": {
                                "rawValue": ".",
                                "raw": "'.'"
                              },
                              "value": "."
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Recalculates {@link AtviseFile#dataType}, {@link AtviseFile#arrayType} and\n   * {@link AtviseFile#typeDefinition}. **Never call this method directly.**.\n   ",
                    "start": 16057,
                    "end": 16224,
                    "loc": {
                      "start": {
                        "line": 499,
                        "column": 2
                      },
                      "end": {
                        "line": 502,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Computes a file's metadata if needed.\n   * @return {AtviseFile} The file.\n   ",
                    "start": 20326,
                    "end": 20414,
                    "loc": {
                      "start": {
                        "line": 654,
                        "column": 2
                      },
                      "end": {
                        "line": 657,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 20417,
                "end": 20515,
                "loc": {
                  "start": {
                    "line": 658,
                    "column": 2
                  },
                  "end": {
                    "line": 664,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 20417,
                  "end": 20428,
                  "loc": {
                    "start": {
                      "line": 658,
                      "column": 2
                    },
                    "end": {
                      "line": 658,
                      "column": 13
                    },
                    "identifierName": "getMetadata"
                  },
                  "name": "getMetadata",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 20431,
                  "end": 20515,
                  "loc": {
                    "start": {
                      "line": 658,
                      "column": 16
                    },
                    "end": {
                      "line": 664,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 20437,
                      "end": 20493,
                      "loc": {
                        "start": {
                          "line": 659,
                          "column": 4
                        },
                        "end": {
                          "line": 661,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 20441,
                        "end": 20457,
                        "loc": {
                          "start": {
                            "line": 659,
                            "column": 8
                          },
                          "end": {
                            "line": 659,
                            "column": 24
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 20442,
                          "end": 20457,
                          "loc": {
                            "start": {
                              "line": 659,
                              "column": 9
                            },
                            "end": {
                              "line": 659,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 20442,
                            "end": 20446,
                            "loc": {
                              "start": {
                                "line": 659,
                                "column": 9
                              },
                              "end": {
                                "line": 659,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 20447,
                            "end": 20457,
                            "loc": {
                              "start": {
                                "line": 659,
                                "column": 14
                              },
                              "end": {
                                "line": 659,
                                "column": 24
                              },
                              "identifierName": "_nodeClass"
                            },
                            "name": "_nodeClass"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 20459,
                        "end": 20493,
                        "loc": {
                          "start": {
                            "line": 659,
                            "column": 26
                          },
                          "end": {
                            "line": 661,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 20467,
                            "end": 20487,
                            "loc": {
                              "start": {
                                "line": 660,
                                "column": 6
                              },
                              "end": {
                                "line": 660,
                                "column": 26
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 20467,
                              "end": 20486,
                              "loc": {
                                "start": {
                                  "line": 660,
                                  "column": 6
                                },
                                "end": {
                                  "line": 660,
                                  "column": 25
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 20467,
                                "end": 20484,
                                "loc": {
                                  "start": {
                                    "line": 660,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 660,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 20467,
                                  "end": 20471,
                                  "loc": {
                                    "start": {
                                      "line": 660,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 660,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 20472,
                                  "end": 20484,
                                  "loc": {
                                    "start": {
                                      "line": 660,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 660,
                                      "column": 23
                                    },
                                    "identifierName": "_getMetadata"
                                  },
                                  "name": "_getMetadata"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 20499,
                      "end": 20511,
                      "loc": {
                        "start": {
                          "line": 663,
                          "column": 4
                        },
                        "end": {
                          "line": 663,
                          "column": 16
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 20506,
                        "end": 20510,
                        "loc": {
                          "start": {
                            "line": 663,
                            "column": 11
                          },
                          "end": {
                            "line": 663,
                            "column": 15
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Computes a file's metadata if needed.\n   * @return {AtviseFile} The file.\n   ",
                    "start": 20326,
                    "end": 20414,
                    "loc": {
                      "start": {
                        "line": 654,
                        "column": 2
                      },
                      "end": {
                        "line": 657,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * The node's class.\n   * @type {node-opcua~NodeClass}\n   ",
                    "start": 20519,
                    "end": 20585,
                    "loc": {
                      "start": {
                        "line": 666,
                        "column": 2
                      },
                      "end": {
                        "line": 669,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 20588,
                "end": 20699,
                "loc": {
                  "start": {
                    "line": 670,
                    "column": 2
                  },
                  "end": {
                    "line": 676,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 20592,
                  "end": 20601,
                  "loc": {
                    "start": {
                      "line": 670,
                      "column": 6
                    },
                    "end": {
                      "line": 670,
                      "column": 15
                    },
                    "identifierName": "nodeClass"
                  },
                  "name": "nodeClass"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 20604,
                  "end": 20699,
                  "loc": {
                    "start": {
                      "line": 670,
                      "column": 18
                    },
                    "end": {
                      "line": 676,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 20610,
                      "end": 20666,
                      "loc": {
                        "start": {
                          "line": 671,
                          "column": 4
                        },
                        "end": {
                          "line": 673,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 20614,
                        "end": 20630,
                        "loc": {
                          "start": {
                            "line": 671,
                            "column": 8
                          },
                          "end": {
                            "line": 671,
                            "column": 24
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 20615,
                          "end": 20630,
                          "loc": {
                            "start": {
                              "line": 671,
                              "column": 9
                            },
                            "end": {
                              "line": 671,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 20615,
                            "end": 20619,
                            "loc": {
                              "start": {
                                "line": 671,
                                "column": 9
                              },
                              "end": {
                                "line": 671,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 20620,
                            "end": 20630,
                            "loc": {
                              "start": {
                                "line": 671,
                                "column": 14
                              },
                              "end": {
                                "line": 671,
                                "column": 24
                              },
                              "identifierName": "_nodeClass"
                            },
                            "name": "_nodeClass"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 20632,
                        "end": 20666,
                        "loc": {
                          "start": {
                            "line": 671,
                            "column": 26
                          },
                          "end": {
                            "line": 673,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 20640,
                            "end": 20660,
                            "loc": {
                              "start": {
                                "line": 672,
                                "column": 6
                              },
                              "end": {
                                "line": 672,
                                "column": 26
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 20640,
                              "end": 20659,
                              "loc": {
                                "start": {
                                  "line": 672,
                                  "column": 6
                                },
                                "end": {
                                  "line": 672,
                                  "column": 25
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 20640,
                                "end": 20657,
                                "loc": {
                                  "start": {
                                    "line": 672,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 672,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 20640,
                                  "end": 20644,
                                  "loc": {
                                    "start": {
                                      "line": 672,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 672,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 20645,
                                  "end": 20657,
                                  "loc": {
                                    "start": {
                                      "line": 672,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 672,
                                      "column": 23
                                    },
                                    "identifierName": "_getMetadata"
                                  },
                                  "name": "_getMetadata"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 20672,
                      "end": 20695,
                      "loc": {
                        "start": {
                          "line": 675,
                          "column": 4
                        },
                        "end": {
                          "line": 675,
                          "column": 27
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 20679,
                        "end": 20694,
                        "loc": {
                          "start": {
                            "line": 675,
                            "column": 11
                          },
                          "end": {
                            "line": 675,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 20679,
                          "end": 20683,
                          "loc": {
                            "start": {
                              "line": 675,
                              "column": 11
                            },
                            "end": {
                              "line": 675,
                              "column": 15
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 20684,
                          "end": 20694,
                          "loc": {
                            "start": {
                              "line": 675,
                              "column": 16
                            },
                            "end": {
                              "line": 675,
                              "column": 26
                            },
                            "identifierName": "_nodeClass"
                          },
                          "name": "_nodeClass"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * The node's class.\n   * @type {node-opcua~NodeClass}\n   ",
                    "start": 20519,
                    "end": 20585,
                    "loc": {
                      "start": {
                        "line": 666,
                        "column": 2
                      },
                      "end": {
                        "line": 669,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * The file's {@link node-opcua~DataType}.\n   * @type {node-opcua~DataType}\n   ",
                    "start": 20703,
                    "end": 20790,
                    "loc": {
                      "start": {
                        "line": 678,
                        "column": 2
                      },
                      "end": {
                        "line": 681,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 20793,
                "end": 20901,
                "loc": {
                  "start": {
                    "line": 682,
                    "column": 2
                  },
                  "end": {
                    "line": 688,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 20797,
                  "end": 20805,
                  "loc": {
                    "start": {
                      "line": 682,
                      "column": 6
                    },
                    "end": {
                      "line": 682,
                      "column": 14
                    },
                    "identifierName": "dataType"
                  },
                  "name": "dataType"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 20808,
                  "end": 20901,
                  "loc": {
                    "start": {
                      "line": 682,
                      "column": 17
                    },
                    "end": {
                      "line": 688,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 20814,
                      "end": 20869,
                      "loc": {
                        "start": {
                          "line": 683,
                          "column": 4
                        },
                        "end": {
                          "line": 685,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 20818,
                        "end": 20833,
                        "loc": {
                          "start": {
                            "line": 683,
                            "column": 8
                          },
                          "end": {
                            "line": 683,
                            "column": 23
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 20819,
                          "end": 20833,
                          "loc": {
                            "start": {
                              "line": 683,
                              "column": 9
                            },
                            "end": {
                              "line": 683,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 20819,
                            "end": 20823,
                            "loc": {
                              "start": {
                                "line": 683,
                                "column": 9
                              },
                              "end": {
                                "line": 683,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 20824,
                            "end": 20833,
                            "loc": {
                              "start": {
                                "line": 683,
                                "column": 14
                              },
                              "end": {
                                "line": 683,
                                "column": 23
                              },
                              "identifierName": "_dataType"
                            },
                            "name": "_dataType"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 20835,
                        "end": 20869,
                        "loc": {
                          "start": {
                            "line": 683,
                            "column": 25
                          },
                          "end": {
                            "line": 685,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 20843,
                            "end": 20863,
                            "loc": {
                              "start": {
                                "line": 684,
                                "column": 6
                              },
                              "end": {
                                "line": 684,
                                "column": 26
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 20843,
                              "end": 20862,
                              "loc": {
                                "start": {
                                  "line": 684,
                                  "column": 6
                                },
                                "end": {
                                  "line": 684,
                                  "column": 25
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 20843,
                                "end": 20860,
                                "loc": {
                                  "start": {
                                    "line": 684,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 684,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 20843,
                                  "end": 20847,
                                  "loc": {
                                    "start": {
                                      "line": 684,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 684,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 20848,
                                  "end": 20860,
                                  "loc": {
                                    "start": {
                                      "line": 684,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 684,
                                      "column": 23
                                    },
                                    "identifierName": "_getMetadata"
                                  },
                                  "name": "_getMetadata"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 20875,
                      "end": 20897,
                      "loc": {
                        "start": {
                          "line": 687,
                          "column": 4
                        },
                        "end": {
                          "line": 687,
                          "column": 26
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 20882,
                        "end": 20896,
                        "loc": {
                          "start": {
                            "line": 687,
                            "column": 11
                          },
                          "end": {
                            "line": 687,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 20882,
                          "end": 20886,
                          "loc": {
                            "start": {
                              "line": 687,
                              "column": 11
                            },
                            "end": {
                              "line": 687,
                              "column": 15
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 20887,
                          "end": 20896,
                          "loc": {
                            "start": {
                              "line": 687,
                              "column": 16
                            },
                            "end": {
                              "line": 687,
                              "column": 25
                            },
                            "identifierName": "_dataType"
                          },
                          "name": "_dataType"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * The file's {@link node-opcua~DataType}.\n   * @type {node-opcua~DataType}\n   ",
                    "start": 20703,
                    "end": 20790,
                    "loc": {
                      "start": {
                        "line": 678,
                        "column": 2
                      },
                      "end": {
                        "line": 681,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * The file's {@link node-opcua~VariantArrayType}.\n   * @type {node-opcua~VariantArrayType}\n   ",
                    "start": 20905,
                    "end": 21008,
                    "loc": {
                      "start": {
                        "line": 690,
                        "column": 2
                      },
                      "end": {
                        "line": 693,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 21011,
                "end": 21122,
                "loc": {
                  "start": {
                    "line": 694,
                    "column": 2
                  },
                  "end": {
                    "line": 700,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 21015,
                  "end": 21024,
                  "loc": {
                    "start": {
                      "line": 694,
                      "column": 6
                    },
                    "end": {
                      "line": 694,
                      "column": 15
                    },
                    "identifierName": "arrayType"
                  },
                  "name": "arrayType"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 21027,
                  "end": 21122,
                  "loc": {
                    "start": {
                      "line": 694,
                      "column": 18
                    },
                    "end": {
                      "line": 700,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 21033,
                      "end": 21089,
                      "loc": {
                        "start": {
                          "line": 695,
                          "column": 4
                        },
                        "end": {
                          "line": 697,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 21037,
                        "end": 21053,
                        "loc": {
                          "start": {
                            "line": 695,
                            "column": 8
                          },
                          "end": {
                            "line": 695,
                            "column": 24
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 21038,
                          "end": 21053,
                          "loc": {
                            "start": {
                              "line": 695,
                              "column": 9
                            },
                            "end": {
                              "line": 695,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 21038,
                            "end": 21042,
                            "loc": {
                              "start": {
                                "line": 695,
                                "column": 9
                              },
                              "end": {
                                "line": 695,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 21043,
                            "end": 21053,
                            "loc": {
                              "start": {
                                "line": 695,
                                "column": 14
                              },
                              "end": {
                                "line": 695,
                                "column": 24
                              },
                              "identifierName": "_arrayType"
                            },
                            "name": "_arrayType"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 21055,
                        "end": 21089,
                        "loc": {
                          "start": {
                            "line": 695,
                            "column": 26
                          },
                          "end": {
                            "line": 697,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 21063,
                            "end": 21083,
                            "loc": {
                              "start": {
                                "line": 696,
                                "column": 6
                              },
                              "end": {
                                "line": 696,
                                "column": 26
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 21063,
                              "end": 21082,
                              "loc": {
                                "start": {
                                  "line": 696,
                                  "column": 6
                                },
                                "end": {
                                  "line": 696,
                                  "column": 25
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 21063,
                                "end": 21080,
                                "loc": {
                                  "start": {
                                    "line": 696,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 696,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 21063,
                                  "end": 21067,
                                  "loc": {
                                    "start": {
                                      "line": 696,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 696,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 21068,
                                  "end": 21080,
                                  "loc": {
                                    "start": {
                                      "line": 696,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 696,
                                      "column": 23
                                    },
                                    "identifierName": "_getMetadata"
                                  },
                                  "name": "_getMetadata"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 21095,
                      "end": 21118,
                      "loc": {
                        "start": {
                          "line": 699,
                          "column": 4
                        },
                        "end": {
                          "line": 699,
                          "column": 27
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 21102,
                        "end": 21117,
                        "loc": {
                          "start": {
                            "line": 699,
                            "column": 11
                          },
                          "end": {
                            "line": 699,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 21102,
                          "end": 21106,
                          "loc": {
                            "start": {
                              "line": 699,
                              "column": 11
                            },
                            "end": {
                              "line": 699,
                              "column": 15
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 21107,
                          "end": 21117,
                          "loc": {
                            "start": {
                              "line": 699,
                              "column": 16
                            },
                            "end": {
                              "line": 699,
                              "column": 26
                            },
                            "identifierName": "_arrayType"
                          },
                          "name": "_arrayType"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * The file's {@link node-opcua~VariantArrayType}.\n   * @type {node-opcua~VariantArrayType}\n   ",
                    "start": 20905,
                    "end": 21008,
                    "loc": {
                      "start": {
                        "line": 690,
                        "column": 2
                      },
                      "end": {
                        "line": 693,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * The files's references.\n   * @type {Map<string, NodeId|NodeId[]>}\n   ",
                    "start": 21126,
                    "end": 21206,
                    "loc": {
                      "start": {
                        "line": 702,
                        "column": 2
                      },
                      "end": {
                        "line": 705,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 21209,
                "end": 21323,
                "loc": {
                  "start": {
                    "line": 706,
                    "column": 2
                  },
                  "end": {
                    "line": 712,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 21213,
                  "end": 21223,
                  "loc": {
                    "start": {
                      "line": 706,
                      "column": 6
                    },
                    "end": {
                      "line": 706,
                      "column": 16
                    },
                    "identifierName": "references"
                  },
                  "name": "references"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 21226,
                  "end": 21323,
                  "loc": {
                    "start": {
                      "line": 706,
                      "column": 19
                    },
                    "end": {
                      "line": 712,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 21232,
                      "end": 21289,
                      "loc": {
                        "start": {
                          "line": 707,
                          "column": 4
                        },
                        "end": {
                          "line": 709,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 21236,
                        "end": 21253,
                        "loc": {
                          "start": {
                            "line": 707,
                            "column": 8
                          },
                          "end": {
                            "line": 707,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 21237,
                          "end": 21253,
                          "loc": {
                            "start": {
                              "line": 707,
                              "column": 9
                            },
                            "end": {
                              "line": 707,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 21237,
                            "end": 21241,
                            "loc": {
                              "start": {
                                "line": 707,
                                "column": 9
                              },
                              "end": {
                                "line": 707,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 21242,
                            "end": 21253,
                            "loc": {
                              "start": {
                                "line": 707,
                                "column": 14
                              },
                              "end": {
                                "line": 707,
                                "column": 25
                              },
                              "identifierName": "_references"
                            },
                            "name": "_references"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 21255,
                        "end": 21289,
                        "loc": {
                          "start": {
                            "line": 707,
                            "column": 27
                          },
                          "end": {
                            "line": 709,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 21263,
                            "end": 21283,
                            "loc": {
                              "start": {
                                "line": 708,
                                "column": 6
                              },
                              "end": {
                                "line": 708,
                                "column": 26
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 21263,
                              "end": 21282,
                              "loc": {
                                "start": {
                                  "line": 708,
                                  "column": 6
                                },
                                "end": {
                                  "line": 708,
                                  "column": 25
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 21263,
                                "end": 21280,
                                "loc": {
                                  "start": {
                                    "line": 708,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 708,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 21263,
                                  "end": 21267,
                                  "loc": {
                                    "start": {
                                      "line": 708,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 708,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 21268,
                                  "end": 21280,
                                  "loc": {
                                    "start": {
                                      "line": 708,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 708,
                                      "column": 23
                                    },
                                    "identifierName": "_getMetadata"
                                  },
                                  "name": "_getMetadata"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 21295,
                      "end": 21319,
                      "loc": {
                        "start": {
                          "line": 711,
                          "column": 4
                        },
                        "end": {
                          "line": 711,
                          "column": 28
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 21302,
                        "end": 21318,
                        "loc": {
                          "start": {
                            "line": 711,
                            "column": 11
                          },
                          "end": {
                            "line": 711,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 21302,
                          "end": 21306,
                          "loc": {
                            "start": {
                              "line": 711,
                              "column": 11
                            },
                            "end": {
                              "line": 711,
                              "column": 15
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 21307,
                          "end": 21318,
                          "loc": {
                            "start": {
                              "line": 711,
                              "column": 16
                            },
                            "end": {
                              "line": 711,
                              "column": 27
                            },
                            "identifierName": "_references"
                          },
                          "name": "_references"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * The files's references.\n   * @type {Map<string, NodeId|NodeId[]>}\n   ",
                    "start": 21126,
                    "end": 21206,
                    "loc": {
                      "start": {
                        "line": 702,
                        "column": 2
                      },
                      "end": {
                        "line": 705,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * The file's type definition.\n   * @type {node-opcua~NodeId}\n   ",
                    "start": 21327,
                    "end": 21400,
                    "loc": {
                      "start": {
                        "line": 714,
                        "column": 2
                      },
                      "end": {
                        "line": 717,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 21403,
                "end": 21609,
                "loc": {
                  "start": {
                    "line": 718,
                    "column": 2
                  },
                  "end": {
                    "line": 726,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 21407,
                  "end": 21421,
                  "loc": {
                    "start": {
                      "line": 718,
                      "column": 6
                    },
                    "end": {
                      "line": 718,
                      "column": 20
                    },
                    "identifierName": "typeDefinition"
                  },
                  "name": "typeDefinition"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 21424,
                  "end": 21609,
                  "loc": {
                    "start": {
                      "line": 718,
                      "column": 23
                    },
                    "end": {
                      "line": 726,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 21430,
                      "end": 21459,
                      "loc": {
                        "start": {
                          "line": 719,
                          "column": 4
                        },
                        "end": {
                          "line": 719,
                          "column": 33
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 21436,
                          "end": 21458,
                          "loc": {
                            "start": {
                              "line": 719,
                              "column": 10
                            },
                            "end": {
                              "line": 719,
                              "column": 32
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 21436,
                            "end": 21440,
                            "loc": {
                              "start": {
                                "line": 719,
                                "column": 10
                              },
                              "end": {
                                "line": 719,
                                "column": 14
                              },
                              "identifierName": "refs"
                            },
                            "name": "refs"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 21443,
                            "end": 21458,
                            "loc": {
                              "start": {
                                "line": 719,
                                "column": 17
                              },
                              "end": {
                                "line": 719,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 21443,
                              "end": 21447,
                              "loc": {
                                "start": {
                                  "line": 719,
                                  "column": 17
                                },
                                "end": {
                                  "line": 719,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 21448,
                              "end": 21458,
                              "loc": {
                                "start": {
                                  "line": 719,
                                  "column": 22
                                },
                                "end": {
                                  "line": 719,
                                  "column": 32
                                },
                                "identifierName": "references"
                              },
                              "name": "references"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 21465,
                      "end": 21548,
                      "loc": {
                        "start": {
                          "line": 721,
                          "column": 4
                        },
                        "end": {
                          "line": 723,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 21469,
                        "end": 21499,
                        "loc": {
                          "start": {
                            "line": 721,
                            "column": 8
                          },
                          "end": {
                            "line": 721,
                            "column": 38
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 21469,
                          "end": 21473,
                          "loc": {
                            "start": {
                              "line": 721,
                              "column": 8
                            },
                            "end": {
                              "line": 721,
                              "column": 12
                            },
                            "identifierName": "refs"
                          },
                          "name": "refs"
                        },
                        "operator": "&&",
                        "right": {
                          "type": "MemberExpression",
                          "start": 21477,
                          "end": 21499,
                          "loc": {
                            "start": {
                              "line": 721,
                              "column": 16
                            },
                            "end": {
                              "line": 721,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 21477,
                            "end": 21481,
                            "loc": {
                              "start": {
                                "line": 721,
                                "column": 16
                              },
                              "end": {
                                "line": 721,
                                "column": 20
                              },
                              "identifierName": "refs"
                            },
                            "name": "refs"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 21482,
                            "end": 21499,
                            "loc": {
                              "start": {
                                "line": 721,
                                "column": 21
                              },
                              "end": {
                                "line": 721,
                                "column": 38
                              },
                              "identifierName": "HasTypeDefinition"
                            },
                            "name": "HasTypeDefinition"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 21501,
                        "end": 21548,
                        "loc": {
                          "start": {
                            "line": 721,
                            "column": 40
                          },
                          "end": {
                            "line": 723,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 21509,
                            "end": 21542,
                            "loc": {
                              "start": {
                                "line": 722,
                                "column": 6
                              },
                              "end": {
                                "line": 722,
                                "column": 39
                              }
                            },
                            "argument": {
                              "type": "MemberExpression",
                              "start": 21516,
                              "end": 21541,
                              "loc": {
                                "start": {
                                  "line": 722,
                                  "column": 13
                                },
                                "end": {
                                  "line": 722,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 21516,
                                "end": 21538,
                                "loc": {
                                  "start": {
                                    "line": 722,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 722,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 21516,
                                  "end": 21520,
                                  "loc": {
                                    "start": {
                                      "line": 722,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 722,
                                      "column": 17
                                    },
                                    "identifierName": "refs"
                                  },
                                  "name": "refs"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 21521,
                                  "end": 21538,
                                  "loc": {
                                    "start": {
                                      "line": 722,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 722,
                                      "column": 35
                                    },
                                    "identifierName": "HasTypeDefinition"
                                  },
                                  "name": "HasTypeDefinition"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "NumericLiteral",
                                "start": 21539,
                                "end": 21540,
                                "loc": {
                                  "start": {
                                    "line": 722,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 722,
                                    "column": 37
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              },
                              "computed": true
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 21554,
                      "end": 21605,
                      "loc": {
                        "start": {
                          "line": 725,
                          "column": 4
                        },
                        "end": {
                          "line": 725,
                          "column": 55
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 21561,
                        "end": 21604,
                        "loc": {
                          "start": {
                            "line": 725,
                            "column": 11
                          },
                          "end": {
                            "line": 725,
                            "column": 54
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 21565,
                          "end": 21571,
                          "loc": {
                            "start": {
                              "line": 725,
                              "column": 15
                            },
                            "end": {
                              "line": 725,
                              "column": 21
                            },
                            "identifierName": "NodeId"
                          },
                          "name": "NodeId"
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 21572,
                            "end": 21597,
                            "loc": {
                              "start": {
                                "line": 725,
                                "column": 22
                              },
                              "end": {
                                "line": 725,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 21572,
                              "end": 21589,
                              "loc": {
                                "start": {
                                  "line": 725,
                                  "column": 22
                                },
                                "end": {
                                  "line": 725,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 21572,
                                "end": 21578,
                                "loc": {
                                  "start": {
                                    "line": 725,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 725,
                                    "column": 28
                                  },
                                  "identifierName": "NodeId"
                                },
                                "name": "NodeId"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 21579,
                                "end": 21589,
                                "loc": {
                                  "start": {
                                    "line": 725,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 725,
                                    "column": 39
                                  },
                                  "identifierName": "NodeIdType"
                                },
                                "name": "NodeIdType"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 21590,
                              "end": 21597,
                              "loc": {
                                "start": {
                                  "line": 725,
                                  "column": 40
                                },
                                "end": {
                                  "line": 725,
                                  "column": 47
                                },
                                "identifierName": "NUMERIC"
                              },
                              "name": "NUMERIC"
                            },
                            "computed": false
                          },
                          {
                            "type": "NumericLiteral",
                            "start": 21599,
                            "end": 21600,
                            "loc": {
                              "start": {
                                "line": 725,
                                "column": 49
                              },
                              "end": {
                                "line": 725,
                                "column": 50
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          {
                            "type": "NumericLiteral",
                            "start": 21602,
                            "end": 21603,
                            "loc": {
                              "start": {
                                "line": 725,
                                "column": 52
                              },
                              "end": {
                                "line": 725,
                                "column": 53
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * The file's type definition.\n   * @type {node-opcua~NodeId}\n   ",
                    "start": 21327,
                    "end": 21400,
                    "loc": {
                      "start": {
                        "line": 714,
                        "column": 2
                      },
                      "end": {
                        "line": 717,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " eslint-disable-next-line jsdoc/require-description-complete-sentence",
                    "start": 21613,
                    "end": 21684,
                    "loc": {
                      "start": {
                        "line": 728,
                        "column": 2
                      },
                      "end": {
                        "line": 728,
                        "column": 73
                      }
                    }
                  },
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * `true` for reference config files (for example `.index.htm.json`).\n   * @type {boolean}\n   ",
                    "start": 21687,
                    "end": 21789,
                    "loc": {
                      "start": {
                        "line": 729,
                        "column": 2
                      },
                      "end": {
                        "line": 732,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 21792,
                "end": 21892,
                "loc": {
                  "start": {
                    "line": 733,
                    "column": 2
                  },
                  "end": {
                    "line": 735,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 21796,
                  "end": 21813,
                  "loc": {
                    "start": {
                      "line": 733,
                      "column": 6
                    },
                    "end": {
                      "line": 733,
                      "column": 23
                    },
                    "identifierName": "isReferenceConfig"
                  },
                  "name": "isReferenceConfig"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 21816,
                  "end": 21892,
                  "loc": {
                    "start": {
                      "line": 733,
                      "column": 26
                    },
                    "end": {
                      "line": 735,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 21822,
                      "end": 21888,
                      "loc": {
                        "start": {
                          "line": 734,
                          "column": 4
                        },
                        "end": {
                          "line": 734,
                          "column": 70
                        }
                      },
                      "argument": {
                        "type": "LogicalExpression",
                        "start": 21829,
                        "end": 21887,
                        "loc": {
                          "start": {
                            "line": 734,
                            "column": 11
                          },
                          "end": {
                            "line": 734,
                            "column": 69
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 21829,
                          "end": 21849,
                          "loc": {
                            "start": {
                              "line": 734,
                              "column": 11
                            },
                            "end": {
                              "line": 734,
                              "column": 31
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 21829,
                            "end": 21841,
                            "loc": {
                              "start": {
                                "line": 734,
                                "column": 11
                              },
                              "end": {
                                "line": 734,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 21829,
                              "end": 21838,
                              "loc": {
                                "start": {
                                  "line": 734,
                                  "column": 11
                                },
                                "end": {
                                  "line": 734,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 21829,
                                "end": 21833,
                                "loc": {
                                  "start": {
                                    "line": 734,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 734,
                                    "column": 15
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 21834,
                                "end": 21838,
                                "loc": {
                                  "start": {
                                    "line": 734,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 734,
                                    "column": 20
                                  },
                                  "identifierName": "stem"
                                },
                                "name": "stem"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "NumericLiteral",
                              "start": 21839,
                              "end": 21840,
                              "loc": {
                                "start": {
                                  "line": 734,
                                  "column": 21
                                },
                                "end": {
                                  "line": 734,
                                  "column": 22
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            },
                            "computed": true
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 21846,
                            "end": 21849,
                            "loc": {
                              "start": {
                                "line": 734,
                                "column": 28
                              },
                              "end": {
                                "line": 734,
                                "column": 31
                              }
                            },
                            "extra": {
                              "rawValue": ".",
                              "raw": "'.'"
                            },
                            "value": "."
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 21853,
                          "end": 21887,
                          "loc": {
                            "start": {
                              "line": 734,
                              "column": 35
                            },
                            "end": {
                              "line": 734,
                              "column": 69
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "CallExpression",
                            "start": 21854,
                            "end": 21887,
                            "loc": {
                              "start": {
                                "line": 734,
                                "column": 36
                              },
                              "end": {
                                "line": 734,
                                "column": 69
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 21854,
                              "end": 21869,
                              "loc": {
                                "start": {
                                  "line": 734,
                                  "column": 36
                                },
                                "end": {
                                  "line": 734,
                                  "column": 51
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 21854,
                                "end": 21863,
                                "loc": {
                                  "start": {
                                    "line": 734,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 734,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 21854,
                                  "end": 21858,
                                  "loc": {
                                    "start": {
                                      "line": 734,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 734,
                                      "column": 40
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 21859,
                                  "end": 21863,
                                  "loc": {
                                    "start": {
                                      "line": 734,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 734,
                                      "column": 45
                                    },
                                    "identifierName": "stem"
                                  },
                                  "name": "stem"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 21864,
                                "end": 21869,
                                "loc": {
                                  "start": {
                                    "line": 734,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 734,
                                    "column": 51
                                  },
                                  "identifierName": "match"
                                },
                                "name": "match"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 21870,
                                "end": 21886,
                                "loc": {
                                  "start": {
                                    "line": 734,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 734,
                                    "column": 68
                                  },
                                  "identifierName": "ConfigFileRegexp"
                                },
                                "name": "ConfigFileRegexp"
                              }
                            ]
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " eslint-disable-next-line jsdoc/require-description-complete-sentence",
                    "start": 21613,
                    "end": 21684,
                    "loc": {
                      "start": {
                        "line": 728,
                        "column": 2
                      },
                      "end": {
                        "line": 728,
                        "column": 73
                      }
                    }
                  },
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * `true` for reference config files (for example `.index.htm.json`).\n   * @type {boolean}\n   ",
                    "start": 21687,
                    "end": 21789,
                    "loc": {
                      "start": {
                        "line": 729,
                        "column": 2
                      },
                      "end": {
                        "line": 732,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * `true` for files containing atvise displays.\n   * @type {boolean}\n   ",
                    "start": 21896,
                    "end": 21976,
                    "loc": {
                      "start": {
                        "line": 737,
                        "column": 2
                      },
                      "end": {
                        "line": 740,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 21979,
                "end": 22073,
                "loc": {
                  "start": {
                    "line": 741,
                    "column": 2
                  },
                  "end": {
                    "line": 743,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 21983,
                  "end": 21992,
                  "loc": {
                    "start": {
                      "line": 741,
                      "column": 6
                    },
                    "end": {
                      "line": 741,
                      "column": 15
                    },
                    "identifierName": "isDisplay"
                  },
                  "name": "isDisplay"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 21995,
                  "end": 22073,
                  "loc": {
                    "start": {
                      "line": 741,
                      "column": 18
                    },
                    "end": {
                      "line": 743,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 22001,
                      "end": 22069,
                      "loc": {
                        "start": {
                          "line": 742,
                          "column": 4
                        },
                        "end": {
                          "line": 742,
                          "column": 72
                        }
                      },
                      "argument": {
                        "type": "BinaryExpression",
                        "start": 22008,
                        "end": 22068,
                        "loc": {
                          "start": {
                            "line": 742,
                            "column": 11
                          },
                          "end": {
                            "line": 742,
                            "column": 71
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 22008,
                          "end": 22033,
                          "loc": {
                            "start": {
                              "line": 742,
                              "column": 11
                            },
                            "end": {
                              "line": 742,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 22008,
                            "end": 22027,
                            "loc": {
                              "start": {
                                "line": 742,
                                "column": 11
                              },
                              "end": {
                                "line": 742,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 22008,
                              "end": 22012,
                              "loc": {
                                "start": {
                                  "line": 742,
                                  "column": 11
                                },
                                "end": {
                                  "line": 742,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 22013,
                              "end": 22027,
                              "loc": {
                                "start": {
                                  "line": 742,
                                  "column": 16
                                },
                                "end": {
                                  "line": 742,
                                  "column": 30
                                },
                                "identifierName": "typeDefinition"
                              },
                              "name": "typeDefinition"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 22028,
                            "end": 22033,
                            "loc": {
                              "start": {
                                "line": 742,
                                "column": 31
                              },
                              "end": {
                                "line": 742,
                                "column": 36
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 22038,
                          "end": 22068,
                          "loc": {
                            "start": {
                              "line": 742,
                              "column": 41
                            },
                            "end": {
                              "line": 742,
                              "column": 71
                            }
                          },
                          "extra": {
                            "rawValue": "VariableTypes.ATVISE.Display",
                            "raw": "'VariableTypes.ATVISE.Display'"
                          },
                          "value": "VariableTypes.ATVISE.Display"
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * `true` for files containing atvise displays.\n   * @type {boolean}\n   ",
                    "start": 21896,
                    "end": 21976,
                    "loc": {
                      "start": {
                        "line": 737,
                        "column": 2
                      },
                      "end": {
                        "line": 740,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * `true` for files containing atvise scripts.\n   * @type {boolean}\n   ",
                    "start": 22077,
                    "end": 22156,
                    "loc": {
                      "start": {
                        "line": 745,
                        "column": 2
                      },
                      "end": {
                        "line": 748,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 22159,
                "end": 22255,
                "loc": {
                  "start": {
                    "line": 749,
                    "column": 2
                  },
                  "end": {
                    "line": 751,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 22163,
                  "end": 22171,
                  "loc": {
                    "start": {
                      "line": 749,
                      "column": 6
                    },
                    "end": {
                      "line": 749,
                      "column": 14
                    },
                    "identifierName": "isScript"
                  },
                  "name": "isScript"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 22174,
                  "end": 22255,
                  "loc": {
                    "start": {
                      "line": 749,
                      "column": 17
                    },
                    "end": {
                      "line": 751,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 22180,
                      "end": 22251,
                      "loc": {
                        "start": {
                          "line": 750,
                          "column": 4
                        },
                        "end": {
                          "line": 750,
                          "column": 75
                        }
                      },
                      "argument": {
                        "type": "BinaryExpression",
                        "start": 22187,
                        "end": 22250,
                        "loc": {
                          "start": {
                            "line": 750,
                            "column": 11
                          },
                          "end": {
                            "line": 750,
                            "column": 74
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 22187,
                          "end": 22212,
                          "loc": {
                            "start": {
                              "line": 750,
                              "column": 11
                            },
                            "end": {
                              "line": 750,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 22187,
                            "end": 22206,
                            "loc": {
                              "start": {
                                "line": 750,
                                "column": 11
                              },
                              "end": {
                                "line": 750,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 22187,
                              "end": 22191,
                              "loc": {
                                "start": {
                                  "line": 750,
                                  "column": 11
                                },
                                "end": {
                                  "line": 750,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 22192,
                              "end": 22206,
                              "loc": {
                                "start": {
                                  "line": 750,
                                  "column": 16
                                },
                                "end": {
                                  "line": 750,
                                  "column": 30
                                },
                                "identifierName": "typeDefinition"
                              },
                              "name": "typeDefinition"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 22207,
                            "end": 22212,
                            "loc": {
                              "start": {
                                "line": 750,
                                "column": 31
                              },
                              "end": {
                                "line": 750,
                                "column": 36
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 22217,
                          "end": 22250,
                          "loc": {
                            "start": {
                              "line": 750,
                              "column": 41
                            },
                            "end": {
                              "line": 750,
                              "column": 74
                            }
                          },
                          "extra": {
                            "rawValue": "VariableTypes.ATVISE.ScriptCode",
                            "raw": "'VariableTypes.ATVISE.ScriptCode'"
                          },
                          "value": "VariableTypes.ATVISE.ScriptCode"
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * `true` for files containing atvise scripts.\n   * @type {boolean}\n   ",
                    "start": 22077,
                    "end": 22156,
                    "loc": {
                      "start": {
                        "line": 745,
                        "column": 2
                      },
                      "end": {
                        "line": 748,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * `true` for files containing atvise quick dynamics.\n   * @type {boolean}\n   ",
                    "start": 22259,
                    "end": 22345,
                    "loc": {
                      "start": {
                        "line": 753,
                        "column": 2
                      },
                      "end": {
                        "line": 756,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 22348,
                "end": 22452,
                "loc": {
                  "start": {
                    "line": 757,
                    "column": 2
                  },
                  "end": {
                    "line": 759,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 22352,
                  "end": 22366,
                  "loc": {
                    "start": {
                      "line": 757,
                      "column": 6
                    },
                    "end": {
                      "line": 757,
                      "column": 20
                    },
                    "identifierName": "isQuickDynamic"
                  },
                  "name": "isQuickDynamic"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 22369,
                  "end": 22452,
                  "loc": {
                    "start": {
                      "line": 757,
                      "column": 23
                    },
                    "end": {
                      "line": 759,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 22375,
                      "end": 22448,
                      "loc": {
                        "start": {
                          "line": 758,
                          "column": 4
                        },
                        "end": {
                          "line": 758,
                          "column": 77
                        }
                      },
                      "argument": {
                        "type": "BinaryExpression",
                        "start": 22382,
                        "end": 22447,
                        "loc": {
                          "start": {
                            "line": 758,
                            "column": 11
                          },
                          "end": {
                            "line": 758,
                            "column": 76
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 22382,
                          "end": 22407,
                          "loc": {
                            "start": {
                              "line": 758,
                              "column": 11
                            },
                            "end": {
                              "line": 758,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 22382,
                            "end": 22401,
                            "loc": {
                              "start": {
                                "line": 758,
                                "column": 11
                              },
                              "end": {
                                "line": 758,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 22382,
                              "end": 22386,
                              "loc": {
                                "start": {
                                  "line": 758,
                                  "column": 11
                                },
                                "end": {
                                  "line": 758,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 22387,
                              "end": 22401,
                              "loc": {
                                "start": {
                                  "line": 758,
                                  "column": 16
                                },
                                "end": {
                                  "line": 758,
                                  "column": 30
                                },
                                "identifierName": "typeDefinition"
                              },
                              "name": "typeDefinition"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 22402,
                            "end": 22407,
                            "loc": {
                              "start": {
                                "line": 758,
                                "column": 31
                              },
                              "end": {
                                "line": 758,
                                "column": 36
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 22412,
                          "end": 22447,
                          "loc": {
                            "start": {
                              "line": 758,
                              "column": 41
                            },
                            "end": {
                              "line": 758,
                              "column": 76
                            }
                          },
                          "extra": {
                            "rawValue": "VariableTypes.ATVISE.QuickDynamic",
                            "raw": "'VariableTypes.ATVISE.QuickDynamic'"
                          },
                          "value": "VariableTypes.ATVISE.QuickDynamic"
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * `true` for files containing atvise quick dynamics.\n   * @type {boolean}\n   ",
                    "start": 22259,
                    "end": 22345,
                    "loc": {
                      "start": {
                        "line": 753,
                        "column": 2
                      },
                      "end": {
                        "line": 756,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Sets the node value for the file.\n   * @param {?*} newValue The value to set.\n   ",
                    "start": 22456,
                    "end": 22548,
                    "loc": {
                      "start": {
                        "line": 761,
                        "column": 2
                      },
                      "end": {
                        "line": 764,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 22551,
                "end": 22728,
                "loc": {
                  "start": {
                    "line": 765,
                    "column": 2
                  },
                  "end": {
                    "line": 771,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 22555,
                  "end": 22560,
                  "loc": {
                    "start": {
                      "line": 765,
                      "column": 6
                    },
                    "end": {
                      "line": 765,
                      "column": 11
                    },
                    "identifierName": "value"
                  },
                  "name": "value"
                },
                "kind": "set",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 22561,
                    "end": 22569,
                    "loc": {
                      "start": {
                        "line": 765,
                        "column": 12
                      },
                      "end": {
                        "line": 765,
                        "column": 20
                      },
                      "identifierName": "newValue"
                    },
                    "name": "newValue"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 22571,
                  "end": 22728,
                  "loc": {
                    "start": {
                      "line": 765,
                      "column": 22
                    },
                    "end": {
                      "line": 771,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 22644,
                      "end": 22724,
                      "loc": {
                        "start": {
                          "line": 770,
                          "column": 4
                        },
                        "end": {
                          "line": 770,
                          "column": 84
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 22644,
                        "end": 22723,
                        "loc": {
                          "start": {
                            "line": 770,
                            "column": 4
                          },
                          "end": {
                            "line": 770,
                            "column": 83
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 22644,
                          "end": 22657,
                          "loc": {
                            "start": {
                              "line": 770,
                              "column": 4
                            },
                            "end": {
                              "line": 770,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 22644,
                            "end": 22648,
                            "loc": {
                              "start": {
                                "line": 770,
                                "column": 4
                              },
                              "end": {
                                "line": 770,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 22649,
                            "end": 22657,
                            "loc": {
                              "start": {
                                "line": 770,
                                "column": 9
                              },
                              "end": {
                                "line": 770,
                                "column": 17
                              },
                              "identifierName": "contents"
                            },
                            "name": "contents"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 22660,
                          "end": 22723,
                          "loc": {
                            "start": {
                              "line": 770,
                              "column": 20
                            },
                            "end": {
                              "line": 770,
                              "column": 83
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 22660,
                            "end": 22682,
                            "loc": {
                              "start": {
                                "line": 770,
                                "column": 20
                              },
                              "end": {
                                "line": 770,
                                "column": 42
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 22660,
                              "end": 22670,
                              "loc": {
                                "start": {
                                  "line": 770,
                                  "column": 20
                                },
                                "end": {
                                  "line": 770,
                                  "column": 30
                                },
                                "identifierName": "AtviseFile"
                              },
                              "name": "AtviseFile"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 22671,
                              "end": 22682,
                              "loc": {
                                "start": {
                                  "line": 770,
                                  "column": 31
                                },
                                "end": {
                                  "line": 770,
                                  "column": 42
                                },
                                "identifierName": "encodeValue"
                              },
                              "name": "encodeValue"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 22683,
                              "end": 22691,
                              "loc": {
                                "start": {
                                  "line": 770,
                                  "column": 43
                                },
                                "end": {
                                  "line": 770,
                                  "column": 51
                                },
                                "identifierName": "newValue"
                              },
                              "name": "newValue"
                            },
                            {
                              "type": "MemberExpression",
                              "start": 22693,
                              "end": 22706,
                              "loc": {
                                "start": {
                                  "line": 770,
                                  "column": 53
                                },
                                "end": {
                                  "line": 770,
                                  "column": 66
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 22693,
                                "end": 22697,
                                "loc": {
                                  "start": {
                                    "line": 770,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 770,
                                    "column": 57
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 22698,
                                "end": 22706,
                                "loc": {
                                  "start": {
                                    "line": 770,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 770,
                                    "column": 66
                                  },
                                  "identifierName": "dataType"
                                },
                                "name": "dataType"
                              },
                              "computed": false
                            },
                            {
                              "type": "MemberExpression",
                              "start": 22708,
                              "end": 22722,
                              "loc": {
                                "start": {
                                  "line": 770,
                                  "column": 68
                                },
                                "end": {
                                  "line": 770,
                                  "column": 82
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 22708,
                                "end": 22712,
                                "loc": {
                                  "start": {
                                    "line": 770,
                                    "column": 68
                                  },
                                  "end": {
                                    "line": 770,
                                    "column": 72
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 22713,
                                "end": 22722,
                                "loc": {
                                  "start": {
                                    "line": 770,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 770,
                                    "column": 82
                                  },
                                  "identifierName": "arrayType"
                                },
                                "name": "arrayType"
                              },
                              "computed": false
                            }
                          ]
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * The file's contents.\n     * @type {?Buffer}\n     ",
                          "start": 22577,
                          "end": 22639,
                          "loc": {
                            "start": {
                              "line": 766,
                              "column": 4
                            },
                            "end": {
                              "line": 769,
                              "column": 7
                            }
                          }
                        }
                      ]
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Sets the node value for the file.\n   * @param {?*} newValue The value to set.\n   ",
                    "start": 22456,
                    "end": 22548,
                    "loc": {
                      "start": {
                        "line": 761,
                        "column": 2
                      },
                      "end": {
                        "line": 764,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns the decoded node value for the file.\n   * @type {?*} The file's decoded value.\n   ",
                    "start": 22732,
                    "end": 22833,
                    "loc": {
                      "start": {
                        "line": 773,
                        "column": 2
                      },
                      "end": {
                        "line": 776,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 22836,
                "end": 22934,
                "loc": {
                  "start": {
                    "line": 777,
                    "column": 2
                  },
                  "end": {
                    "line": 779,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 22840,
                  "end": 22845,
                  "loc": {
                    "start": {
                      "line": 777,
                      "column": 6
                    },
                    "end": {
                      "line": 777,
                      "column": 11
                    },
                    "identifierName": "value"
                  },
                  "name": "value"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 22848,
                  "end": 22934,
                  "loc": {
                    "start": {
                      "line": 777,
                      "column": 14
                    },
                    "end": {
                      "line": 779,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 22854,
                      "end": 22930,
                      "loc": {
                        "start": {
                          "line": 778,
                          "column": 4
                        },
                        "end": {
                          "line": 778,
                          "column": 80
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 22861,
                        "end": 22929,
                        "loc": {
                          "start": {
                            "line": 778,
                            "column": 11
                          },
                          "end": {
                            "line": 778,
                            "column": 79
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 22861,
                          "end": 22883,
                          "loc": {
                            "start": {
                              "line": 778,
                              "column": 11
                            },
                            "end": {
                              "line": 778,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 22861,
                            "end": 22871,
                            "loc": {
                              "start": {
                                "line": 778,
                                "column": 11
                              },
                              "end": {
                                "line": 778,
                                "column": 21
                              },
                              "identifierName": "AtviseFile"
                            },
                            "name": "AtviseFile"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 22872,
                            "end": 22883,
                            "loc": {
                              "start": {
                                "line": 778,
                                "column": 22
                              },
                              "end": {
                                "line": 778,
                                "column": 33
                              },
                              "identifierName": "decodeValue"
                            },
                            "name": "decodeValue"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 22884,
                            "end": 22897,
                            "loc": {
                              "start": {
                                "line": 778,
                                "column": 34
                              },
                              "end": {
                                "line": 778,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 22884,
                              "end": 22888,
                              "loc": {
                                "start": {
                                  "line": 778,
                                  "column": 34
                                },
                                "end": {
                                  "line": 778,
                                  "column": 38
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 22889,
                              "end": 22897,
                              "loc": {
                                "start": {
                                  "line": 778,
                                  "column": 39
                                },
                                "end": {
                                  "line": 778,
                                  "column": 47
                                },
                                "identifierName": "contents"
                              },
                              "name": "contents"
                            },
                            "computed": false
                          },
                          {
                            "type": "MemberExpression",
                            "start": 22899,
                            "end": 22912,
                            "loc": {
                              "start": {
                                "line": 778,
                                "column": 49
                              },
                              "end": {
                                "line": 778,
                                "column": 62
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 22899,
                              "end": 22903,
                              "loc": {
                                "start": {
                                  "line": 778,
                                  "column": 49
                                },
                                "end": {
                                  "line": 778,
                                  "column": 53
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 22904,
                              "end": 22912,
                              "loc": {
                                "start": {
                                  "line": 778,
                                  "column": 54
                                },
                                "end": {
                                  "line": 778,
                                  "column": 62
                                },
                                "identifierName": "dataType"
                              },
                              "name": "dataType"
                            },
                            "computed": false
                          },
                          {
                            "type": "MemberExpression",
                            "start": 22914,
                            "end": 22928,
                            "loc": {
                              "start": {
                                "line": 778,
                                "column": 64
                              },
                              "end": {
                                "line": 778,
                                "column": 78
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 22914,
                              "end": 22918,
                              "loc": {
                                "start": {
                                  "line": 778,
                                  "column": 64
                                },
                                "end": {
                                  "line": 778,
                                  "column": 68
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 22919,
                              "end": 22928,
                              "loc": {
                                "start": {
                                  "line": 778,
                                  "column": 69
                                },
                                "end": {
                                  "line": 778,
                                  "column": 78
                                },
                                "identifierName": "arrayType"
                              },
                              "name": "arrayType"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns the decoded node value for the file.\n   * @type {?*} The file's decoded value.\n   ",
                    "start": 22732,
                    "end": 22833,
                    "loc": {
                      "start": {
                        "line": 773,
                        "column": 2
                      },
                      "end": {
                        "line": 776,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns the decoded node value for create node serverscript.\n   * @type {?*} The file's decoded value.\n   ",
                    "start": 22938,
                    "end": 23055,
                    "loc": {
                      "start": {
                        "line": 781,
                        "column": 2
                      },
                      "end": {
                        "line": 784,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 23058,
                "end": 23291,
                "loc": {
                  "start": {
                    "line": 785,
                    "column": 2
                  },
                  "end": {
                    "line": 797,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 23062,
                  "end": 23077,
                  "loc": {
                    "start": {
                      "line": 785,
                      "column": 6
                    },
                    "end": {
                      "line": 785,
                      "column": 21
                    },
                    "identifierName": "createNodeValue"
                  },
                  "name": "createNodeValue"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 23080,
                  "end": 23291,
                  "loc": {
                    "start": {
                      "line": 785,
                      "column": 24
                    },
                    "end": {
                      "line": 797,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 23086,
                      "end": 23111,
                      "loc": {
                        "start": {
                          "line": 786,
                          "column": 4
                        },
                        "end": {
                          "line": 786,
                          "column": 29
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 23092,
                          "end": 23110,
                          "loc": {
                            "start": {
                              "line": 786,
                              "column": 10
                            },
                            "end": {
                              "line": 786,
                              "column": 28
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 23092,
                            "end": 23097,
                            "loc": {
                              "start": {
                                "line": 786,
                                "column": 10
                              },
                              "end": {
                                "line": 786,
                                "column": 15
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 23100,
                            "end": 23110,
                            "loc": {
                              "start": {
                                "line": 786,
                                "column": 18
                              },
                              "end": {
                                "line": 786,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 23100,
                              "end": 23104,
                              "loc": {
                                "start": {
                                  "line": 786,
                                  "column": 18
                                },
                                "end": {
                                  "line": 786,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 23105,
                              "end": 23110,
                              "loc": {
                                "start": {
                                  "line": 786,
                                  "column": 23
                                },
                                "end": {
                                  "line": 786,
                                  "column": 28
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 23117,
                      "end": 23195,
                      "loc": {
                        "start": {
                          "line": 788,
                          "column": 4
                        },
                        "end": {
                          "line": 790,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 23121,
                        "end": 23156,
                        "loc": {
                          "start": {
                            "line": 788,
                            "column": 8
                          },
                          "end": {
                            "line": 788,
                            "column": 43
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 23121,
                          "end": 23134,
                          "loc": {
                            "start": {
                              "line": 788,
                              "column": 8
                            },
                            "end": {
                              "line": 788,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 23121,
                            "end": 23125,
                            "loc": {
                              "start": {
                                "line": 788,
                                "column": 8
                              },
                              "end": {
                                "line": 788,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 23126,
                            "end": 23134,
                            "loc": {
                              "start": {
                                "line": 788,
                                "column": 13
                              },
                              "end": {
                                "line": 788,
                                "column": 21
                              },
                              "identifierName": "dataType"
                            },
                            "name": "dataType"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "MemberExpression",
                          "start": 23139,
                          "end": 23156,
                          "loc": {
                            "start": {
                              "line": 788,
                              "column": 26
                            },
                            "end": {
                              "line": 788,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 23139,
                            "end": 23147,
                            "loc": {
                              "start": {
                                "line": 788,
                                "column": 26
                              },
                              "end": {
                                "line": 788,
                                "column": 34
                              },
                              "identifierName": "DataType"
                            },
                            "name": "DataType"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 23148,
                            "end": 23156,
                            "loc": {
                              "start": {
                                "line": 788,
                                "column": 35
                              },
                              "end": {
                                "line": 788,
                                "column": 43
                              },
                              "identifierName": "DateTime"
                            },
                            "name": "DateTime"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 23158,
                        "end": 23195,
                        "loc": {
                          "start": {
                            "line": 788,
                            "column": 45
                          },
                          "end": {
                            "line": 790,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 23166,
                            "end": 23189,
                            "loc": {
                              "start": {
                                "line": 789,
                                "column": 6
                              },
                              "end": {
                                "line": 789,
                                "column": 29
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 23173,
                              "end": 23188,
                              "loc": {
                                "start": {
                                  "line": 789,
                                  "column": 13
                                },
                                "end": {
                                  "line": 789,
                                  "column": 28
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 23173,
                                "end": 23186,
                                "loc": {
                                  "start": {
                                    "line": 789,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 789,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 23173,
                                  "end": 23178,
                                  "loc": {
                                    "start": {
                                      "line": 789,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 789,
                                      "column": 18
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 23179,
                                  "end": 23186,
                                  "loc": {
                                    "start": {
                                      "line": 789,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 789,
                                      "column": 26
                                    },
                                    "identifierName": "valueOf"
                                  },
                                  "name": "valueOf"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 23201,
                      "end": 23268,
                      "loc": {
                        "start": {
                          "line": 792,
                          "column": 4
                        },
                        "end": {
                          "line": 794,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 23205,
                        "end": 23228,
                        "loc": {
                          "start": {
                            "line": 792,
                            "column": 8
                          },
                          "end": {
                            "line": 792,
                            "column": 31
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 23205,
                          "end": 23210,
                          "loc": {
                            "start": {
                              "line": 792,
                              "column": 8
                            },
                            "end": {
                              "line": 792,
                              "column": 13
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        },
                        "operator": "instanceof",
                        "right": {
                          "type": "Identifier",
                          "start": 23222,
                          "end": 23228,
                          "loc": {
                            "start": {
                              "line": 792,
                              "column": 25
                            },
                            "end": {
                              "line": 792,
                              "column": 31
                            },
                            "identifierName": "Buffer"
                          },
                          "name": "Buffer"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 23230,
                        "end": 23268,
                        "loc": {
                          "start": {
                            "line": 792,
                            "column": 33
                          },
                          "end": {
                            "line": 794,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 23238,
                            "end": 23262,
                            "loc": {
                              "start": {
                                "line": 793,
                                "column": 6
                              },
                              "end": {
                                "line": 793,
                                "column": 30
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 23245,
                              "end": 23261,
                              "loc": {
                                "start": {
                                  "line": 793,
                                  "column": 13
                                },
                                "end": {
                                  "line": 793,
                                  "column": 29
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 23245,
                                "end": 23259,
                                "loc": {
                                  "start": {
                                    "line": 793,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 793,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 23245,
                                  "end": 23250,
                                  "loc": {
                                    "start": {
                                      "line": 793,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 793,
                                      "column": 18
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 23251,
                                  "end": 23259,
                                  "loc": {
                                    "start": {
                                      "line": 793,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 793,
                                      "column": 27
                                    },
                                    "identifierName": "toString"
                                  },
                                  "name": "toString"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 23274,
                      "end": 23287,
                      "loc": {
                        "start": {
                          "line": 796,
                          "column": 4
                        },
                        "end": {
                          "line": 796,
                          "column": 17
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 23281,
                        "end": 23286,
                        "loc": {
                          "start": {
                            "line": 796,
                            "column": 11
                          },
                          "end": {
                            "line": 796,
                            "column": 16
                          },
                          "identifierName": "value"
                        },
                        "name": "value"
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns the decoded node value for create node serverscript.\n   * @type {?*} The file's decoded value.\n   ",
                    "start": 22938,
                    "end": 23055,
                    "loc": {
                      "start": {
                        "line": 781,
                        "column": 2
                      },
                      "end": {
                        "line": 784,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns the node id associated with the file.\n   * @type {NodeId} The file's node id.\n   ",
                    "start": 23295,
                    "end": 23395,
                    "loc": {
                      "start": {
                        "line": 799,
                        "column": 2
                      },
                      "end": {
                        "line": 802,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 23398,
                "end": 23828,
                "loc": {
                  "start": {
                    "line": 803,
                    "column": 2
                  },
                  "end": {
                    "line": 816,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 23402,
                  "end": 23408,
                  "loc": {
                    "start": {
                      "line": 803,
                      "column": 6
                    },
                    "end": {
                      "line": 803,
                      "column": 12
                    },
                    "identifierName": "nodeId"
                  },
                  "name": "nodeId"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 23411,
                  "end": 23828,
                  "loc": {
                    "start": {
                      "line": 803,
                      "column": 15
                    },
                    "end": {
                      "line": 816,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 23417,
                      "end": 23537,
                      "loc": {
                        "start": {
                          "line": 804,
                          "column": 4
                        },
                        "end": {
                          "line": 806,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 23421,
                        "end": 23470,
                        "loc": {
                          "start": {
                            "line": 804,
                            "column": 8
                          },
                          "end": {
                            "line": 804,
                            "column": 57
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 23421,
                          "end": 23441,
                          "loc": {
                            "start": {
                              "line": 804,
                              "column": 8
                            },
                            "end": {
                              "line": 804,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 23421,
                            "end": 23435,
                            "loc": {
                              "start": {
                                "line": 804,
                                "column": 8
                              },
                              "end": {
                                "line": 804,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 23421,
                              "end": 23425,
                              "loc": {
                                "start": {
                                  "line": 804,
                                  "column": 8
                                },
                                "end": {
                                  "line": 804,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 23426,
                              "end": 23435,
                              "loc": {
                                "start": {
                                  "line": 804,
                                  "column": 13
                                },
                                "end": {
                                  "line": 804,
                                  "column": 22
                                },
                                "identifierName": "nodeClass"
                              },
                              "name": "nodeClass"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 23436,
                            "end": 23441,
                            "loc": {
                              "start": {
                                "line": 804,
                                "column": 23
                              },
                              "end": {
                                "line": 804,
                                "column": 28
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "computed": false
                        },
                        "operator": "!==",
                        "right": {
                          "type": "MemberExpression",
                          "start": 23446,
                          "end": 23470,
                          "loc": {
                            "start": {
                              "line": 804,
                              "column": 33
                            },
                            "end": {
                              "line": 804,
                              "column": 57
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 23446,
                            "end": 23464,
                            "loc": {
                              "start": {
                                "line": 804,
                                "column": 33
                              },
                              "end": {
                                "line": 804,
                                "column": 51
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 23446,
                              "end": 23455,
                              "loc": {
                                "start": {
                                  "line": 804,
                                  "column": 33
                                },
                                "end": {
                                  "line": 804,
                                  "column": 42
                                },
                                "identifierName": "NodeClass"
                              },
                              "name": "NodeClass"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 23456,
                              "end": 23464,
                              "loc": {
                                "start": {
                                  "line": 804,
                                  "column": 43
                                },
                                "end": {
                                  "line": 804,
                                  "column": 51
                                },
                                "identifierName": "Variable"
                              },
                              "name": "Variable"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 23465,
                            "end": 23470,
                            "loc": {
                              "start": {
                                "line": 804,
                                "column": 52
                              },
                              "end": {
                                "line": 804,
                                "column": 57
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 23472,
                        "end": 23537,
                        "loc": {
                          "start": {
                            "line": 804,
                            "column": 59
                          },
                          "end": {
                            "line": 806,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 23480,
                            "end": 23531,
                            "loc": {
                              "start": {
                                "line": 805,
                                "column": 6
                              },
                              "end": {
                                "line": 805,
                                "column": 57
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 23487,
                              "end": 23530,
                              "loc": {
                                "start": {
                                  "line": 805,
                                  "column": 13
                                },
                                "end": {
                                  "line": 805,
                                  "column": 56
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 23487,
                                "end": 23506,
                                "loc": {
                                  "start": {
                                    "line": 805,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 805,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 23487,
                                  "end": 23493,
                                  "loc": {
                                    "start": {
                                      "line": 805,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 805,
                                      "column": 19
                                    },
                                    "identifierName": "NodeId"
                                  },
                                  "name": "NodeId"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 23494,
                                  "end": 23506,
                                  "loc": {
                                    "start": {
                                      "line": 805,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 805,
                                      "column": 32
                                    },
                                    "identifierName": "fromFilePath"
                                  },
                                  "name": "fromFilePath"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "start": 23507,
                                  "end": 23529,
                                  "loc": {
                                    "start": {
                                      "line": 805,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 805,
                                      "column": 55
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 23507,
                                    "end": 23514,
                                    "loc": {
                                      "start": {
                                        "line": 805,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 805,
                                        "column": 40
                                      },
                                      "identifierName": "dirname"
                                    },
                                    "name": "dirname"
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 23515,
                                      "end": 23528,
                                      "loc": {
                                        "start": {
                                          "line": 805,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 805,
                                          "column": 54
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 23515,
                                        "end": 23519,
                                        "loc": {
                                          "start": {
                                            "line": 805,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 805,
                                            "column": 45
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 23520,
                                        "end": 23528,
                                        "loc": {
                                          "start": {
                                            "line": 805,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 805,
                                            "column": 54
                                          },
                                          "identifierName": "relative"
                                        },
                                        "name": "relative"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 23542,
                      "end": 23603,
                      "loc": {
                        "start": {
                          "line": 807,
                          "column": 4
                        },
                        "end": {
                          "line": 807,
                          "column": 65
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 23548,
                          "end": 23602,
                          "loc": {
                            "start": {
                              "line": 807,
                              "column": 10
                            },
                            "end": {
                              "line": 807,
                              "column": 64
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 23548,
                            "end": 23554,
                            "loc": {
                              "start": {
                                "line": 807,
                                "column": 10
                              },
                              "end": {
                                "line": 807,
                                "column": 16
                              },
                              "identifierName": "atType"
                            },
                            "name": "atType"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 23557,
                            "end": 23602,
                            "loc": {
                              "start": {
                                "line": 807,
                                "column": 19
                              },
                              "end": {
                                "line": 807,
                                "column": 64
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 23557,
                              "end": 23575,
                              "loc": {
                                "start": {
                                  "line": 807,
                                  "column": 19
                                },
                                "end": {
                                  "line": 807,
                                  "column": 37
                                },
                                "identifierName": "AtviseTypesByValue"
                              },
                              "name": "AtviseTypesByValue"
                            },
                            "property": {
                              "type": "MemberExpression",
                              "start": 23576,
                              "end": 23601,
                              "loc": {
                                "start": {
                                  "line": 807,
                                  "column": 38
                                },
                                "end": {
                                  "line": 807,
                                  "column": 63
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 23576,
                                "end": 23595,
                                "loc": {
                                  "start": {
                                    "line": 807,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 807,
                                    "column": 57
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 23576,
                                  "end": 23580,
                                  "loc": {
                                    "start": {
                                      "line": 807,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 807,
                                      "column": 42
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 23581,
                                  "end": 23595,
                                  "loc": {
                                    "start": {
                                      "line": 807,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 807,
                                      "column": 57
                                    },
                                    "identifierName": "typeDefinition"
                                  },
                                  "name": "typeDefinition"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 23596,
                                "end": 23601,
                                "loc": {
                                  "start": {
                                    "line": 807,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 807,
                                    "column": 63
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "computed": false
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 23608,
                      "end": 23635,
                      "loc": {
                        "start": {
                          "line": 808,
                          "column": 4
                        },
                        "end": {
                          "line": 808,
                          "column": 31
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 23612,
                          "end": 23634,
                          "loc": {
                            "start": {
                              "line": 808,
                              "column": 8
                            },
                            "end": {
                              "line": 808,
                              "column": 30
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 23612,
                            "end": 23618,
                            "loc": {
                              "start": {
                                "line": 808,
                                "column": 8
                              },
                              "end": {
                                "line": 808,
                                "column": 14
                              },
                              "identifierName": "idPath"
                            },
                            "name": "idPath"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 23621,
                            "end": 23634,
                            "loc": {
                              "start": {
                                "line": 808,
                                "column": 17
                              },
                              "end": {
                                "line": 808,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 23621,
                              "end": 23625,
                              "loc": {
                                "start": {
                                  "line": 808,
                                  "column": 17
                                },
                                "end": {
                                  "line": 808,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 23626,
                              "end": 23634,
                              "loc": {
                                "start": {
                                  "line": 808,
                                  "column": 22
                                },
                                "end": {
                                  "line": 808,
                                  "column": 30
                                },
                                "identifierName": "relative"
                              },
                              "name": "relative"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 23641,
                      "end": 23783,
                      "loc": {
                        "start": {
                          "line": 810,
                          "column": 4
                        },
                        "end": {
                          "line": 813,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 23645,
                        "end": 23677,
                        "loc": {
                          "start": {
                            "line": 810,
                            "column": 8
                          },
                          "end": {
                            "line": 810,
                            "column": 40
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 23645,
                          "end": 23652,
                          "loc": {
                            "start": {
                              "line": 810,
                              "column": 8
                            },
                            "end": {
                              "line": 810,
                              "column": 15
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 23646,
                            "end": 23652,
                            "loc": {
                              "start": {
                                "line": 810,
                                "column": 9
                              },
                              "end": {
                                "line": 810,
                                "column": 15
                              },
                              "identifierName": "atType"
                            },
                            "name": "atType"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 23656,
                          "end": 23677,
                          "loc": {
                            "start": {
                              "line": 810,
                              "column": 19
                            },
                            "end": {
                              "line": 810,
                              "column": 40
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "MemberExpression",
                            "start": 23657,
                            "end": 23677,
                            "loc": {
                              "start": {
                                "line": 810,
                                "column": 20
                              },
                              "end": {
                                "line": 810,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 23657,
                              "end": 23663,
                              "loc": {
                                "start": {
                                  "line": 810,
                                  "column": 20
                                },
                                "end": {
                                  "line": 810,
                                  "column": 26
                                },
                                "identifierName": "atType"
                              },
                              "name": "atType"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 23664,
                              "end": 23677,
                              "loc": {
                                "start": {
                                  "line": 810,
                                  "column": 27
                                },
                                "end": {
                                  "line": 810,
                                  "column": 40
                                },
                                "identifierName": "keepExtension"
                              },
                              "name": "keepExtension"
                            },
                            "computed": false
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 23679,
                        "end": 23783,
                        "loc": {
                          "start": {
                            "line": 810,
                            "column": 42
                          },
                          "end": {
                            "line": 813,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 23687,
                            "end": 23733,
                            "loc": {
                              "start": {
                                "line": 811,
                                "column": 6
                              },
                              "end": {
                                "line": 811,
                                "column": 52
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 23693,
                                "end": 23732,
                                "loc": {
                                  "start": {
                                    "line": 811,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 811,
                                    "column": 51
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 23693,
                                  "end": 23697,
                                  "loc": {
                                    "start": {
                                      "line": 811,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 811,
                                      "column": 16
                                    },
                                    "identifierName": "exts"
                                  },
                                  "name": "exts"
                                },
                                "init": {
                                  "type": "MemberExpression",
                                  "start": 23700,
                                  "end": 23732,
                                  "loc": {
                                    "start": {
                                      "line": 811,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 811,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 23700,
                                    "end": 23729,
                                    "loc": {
                                      "start": {
                                        "line": 811,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 811,
                                        "column": 48
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 23700,
                                      "end": 23712,
                                      "loc": {
                                        "start": {
                                          "line": 811,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 811,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 23700,
                                        "end": 23706,
                                        "loc": {
                                          "start": {
                                            "line": 811,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 811,
                                            "column": 25
                                          },
                                          "identifierName": "idPath"
                                        },
                                        "name": "idPath"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 23707,
                                        "end": 23712,
                                        "loc": {
                                          "start": {
                                            "line": 811,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 811,
                                            "column": 31
                                          },
                                          "identifierName": "match"
                                        },
                                        "name": "match"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 23713,
                                        "end": 23728,
                                        "loc": {
                                          "start": {
                                            "line": 811,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 811,
                                            "column": 47
                                          },
                                          "identifierName": "ExtensionRegExp"
                                        },
                                        "name": "ExtensionRegExp"
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "NumericLiteral",
                                    "start": 23730,
                                    "end": 23731,
                                    "loc": {
                                      "start": {
                                        "line": 811,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 811,
                                        "column": 50
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  },
                                  "computed": true
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 23740,
                            "end": 23777,
                            "loc": {
                              "start": {
                                "line": 812,
                                "column": 6
                              },
                              "end": {
                                "line": 812,
                                "column": 43
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 23740,
                              "end": 23776,
                              "loc": {
                                "start": {
                                  "line": 812,
                                  "column": 6
                                },
                                "end": {
                                  "line": 812,
                                  "column": 42
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 23740,
                                "end": 23746,
                                "loc": {
                                  "start": {
                                    "line": 812,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 812,
                                    "column": 12
                                  },
                                  "identifierName": "idPath"
                                },
                                "name": "idPath"
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 23749,
                                "end": 23776,
                                "loc": {
                                  "start": {
                                    "line": 812,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 812,
                                    "column": 42
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 23749,
                                  "end": 23773,
                                  "loc": {
                                    "start": {
                                      "line": 812,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 812,
                                      "column": 39
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 23749,
                                    "end": 23761,
                                    "loc": {
                                      "start": {
                                        "line": 812,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 812,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 23749,
                                      "end": 23755,
                                      "loc": {
                                        "start": {
                                          "line": 812,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 812,
                                          "column": 21
                                        },
                                        "identifierName": "idPath"
                                      },
                                      "name": "idPath"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 23756,
                                      "end": 23761,
                                      "loc": {
                                        "start": {
                                          "line": 812,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 812,
                                          "column": 27
                                        },
                                        "identifierName": "split"
                                      },
                                      "name": "split"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "TemplateLiteral",
                                      "start": 23762,
                                      "end": 23772,
                                      "loc": {
                                        "start": {
                                          "line": 812,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 812,
                                          "column": 38
                                        }
                                      },
                                      "expressions": [
                                        {
                                          "type": "Identifier",
                                          "start": 23766,
                                          "end": 23770,
                                          "loc": {
                                            "start": {
                                              "line": 812,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 812,
                                              "column": 36
                                            },
                                            "identifierName": "exts"
                                          },
                                          "name": "exts"
                                        }
                                      ],
                                      "quasis": [
                                        {
                                          "type": "TemplateElement",
                                          "start": 23763,
                                          "end": 23764,
                                          "loc": {
                                            "start": {
                                              "line": 812,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 812,
                                              "column": 30
                                            }
                                          },
                                          "value": {
                                            "raw": ".",
                                            "cooked": "."
                                          },
                                          "tail": false
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "start": 23771,
                                          "end": 23771,
                                          "loc": {
                                            "start": {
                                              "line": 812,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 812,
                                              "column": 37
                                            }
                                          },
                                          "value": {
                                            "raw": "",
                                            "cooked": ""
                                          },
                                          "tail": true
                                        }
                                      ]
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "NumericLiteral",
                                  "start": 23774,
                                  "end": 23775,
                                  "loc": {
                                    "start": {
                                      "line": 812,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 812,
                                      "column": 41
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                },
                                "computed": true
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 23789,
                      "end": 23824,
                      "loc": {
                        "start": {
                          "line": 815,
                          "column": 4
                        },
                        "end": {
                          "line": 815,
                          "column": 39
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 23796,
                        "end": 23823,
                        "loc": {
                          "start": {
                            "line": 815,
                            "column": 11
                          },
                          "end": {
                            "line": 815,
                            "column": 38
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 23796,
                          "end": 23815,
                          "loc": {
                            "start": {
                              "line": 815,
                              "column": 11
                            },
                            "end": {
                              "line": 815,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 23796,
                            "end": 23802,
                            "loc": {
                              "start": {
                                "line": 815,
                                "column": 11
                              },
                              "end": {
                                "line": 815,
                                "column": 17
                              },
                              "identifierName": "NodeId"
                            },
                            "name": "NodeId"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 23803,
                            "end": 23815,
                            "loc": {
                              "start": {
                                "line": 815,
                                "column": 18
                              },
                              "end": {
                                "line": 815,
                                "column": 30
                              },
                              "identifierName": "fromFilePath"
                            },
                            "name": "fromFilePath"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 23816,
                            "end": 23822,
                            "loc": {
                              "start": {
                                "line": 815,
                                "column": 31
                              },
                              "end": {
                                "line": 815,
                                "column": 37
                              },
                              "identifierName": "idPath"
                            },
                            "name": "idPath"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns the node id associated with the file.\n   * @type {NodeId} The file's node id.\n   ",
                    "start": 23295,
                    "end": 23395,
                    "loc": {
                      "start": {
                        "line": 799,
                        "column": 2
                      },
                      "end": {
                        "line": 802,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * A file's browse and display name.\n   * @type {string}\n   ",
                    "start": 23832,
                    "end": 23900,
                    "loc": {
                      "start": {
                        "line": 818,
                        "column": 2
                      },
                      "end": {
                        "line": 821,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 23903,
                "end": 23999,
                "loc": {
                  "start": {
                    "line": 822,
                    "column": 2
                  },
                  "end": {
                    "line": 828,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 23907,
                  "end": 23911,
                  "loc": {
                    "start": {
                      "line": 822,
                      "column": 6
                    },
                    "end": {
                      "line": 822,
                      "column": 10
                    },
                    "identifierName": "name"
                  },
                  "name": "name"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 23914,
                  "end": 23999,
                  "loc": {
                    "start": {
                      "line": 822,
                      "column": 13
                    },
                    "end": {
                      "line": 828,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 23920,
                      "end": 23971,
                      "loc": {
                        "start": {
                          "line": 823,
                          "column": 4
                        },
                        "end": {
                          "line": 825,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 23924,
                        "end": 23935,
                        "loc": {
                          "start": {
                            "line": 823,
                            "column": 8
                          },
                          "end": {
                            "line": 823,
                            "column": 19
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 23925,
                          "end": 23935,
                          "loc": {
                            "start": {
                              "line": 823,
                              "column": 9
                            },
                            "end": {
                              "line": 823,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 23925,
                            "end": 23929,
                            "loc": {
                              "start": {
                                "line": 823,
                                "column": 9
                              },
                              "end": {
                                "line": 823,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 23930,
                            "end": 23935,
                            "loc": {
                              "start": {
                                "line": 823,
                                "column": 14
                              },
                              "end": {
                                "line": 823,
                                "column": 19
                              },
                              "identifierName": "_name"
                            },
                            "name": "_name"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 23937,
                        "end": 23971,
                        "loc": {
                          "start": {
                            "line": 823,
                            "column": 21
                          },
                          "end": {
                            "line": 825,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 23945,
                            "end": 23965,
                            "loc": {
                              "start": {
                                "line": 824,
                                "column": 6
                              },
                              "end": {
                                "line": 824,
                                "column": 26
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 23945,
                              "end": 23964,
                              "loc": {
                                "start": {
                                  "line": 824,
                                  "column": 6
                                },
                                "end": {
                                  "line": 824,
                                  "column": 25
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 23945,
                                "end": 23962,
                                "loc": {
                                  "start": {
                                    "line": 824,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 824,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 23945,
                                  "end": 23949,
                                  "loc": {
                                    "start": {
                                      "line": 824,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 824,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 23950,
                                  "end": 23962,
                                  "loc": {
                                    "start": {
                                      "line": 824,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 824,
                                      "column": 23
                                    },
                                    "identifierName": "_getMetadata"
                                  },
                                  "name": "_getMetadata"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 23977,
                      "end": 23995,
                      "loc": {
                        "start": {
                          "line": 827,
                          "column": 4
                        },
                        "end": {
                          "line": 827,
                          "column": 22
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 23984,
                        "end": 23994,
                        "loc": {
                          "start": {
                            "line": 827,
                            "column": 11
                          },
                          "end": {
                            "line": 827,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 23984,
                          "end": 23988,
                          "loc": {
                            "start": {
                              "line": 827,
                              "column": 11
                            },
                            "end": {
                              "line": 827,
                              "column": 15
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 23989,
                          "end": 23994,
                          "loc": {
                            "start": {
                              "line": 827,
                              "column": 16
                            },
                            "end": {
                              "line": 827,
                              "column": 21
                            },
                            "identifierName": "_name"
                          },
                          "name": "_name"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * A file's browse and display name.\n   * @type {string}\n   ",
                    "start": 23832,
                    "end": 23900,
                    "loc": {
                      "start": {
                        "line": 818,
                        "column": 2
                      },
                      "end": {
                        "line": 821,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * A file's parent's node id.\n   * @type {NodeId}\n   ",
                    "start": 24003,
                    "end": 24064,
                    "loc": {
                      "start": {
                        "line": 830,
                        "column": 2
                      },
                      "end": {
                        "line": 833,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 24067,
                "end": 24380,
                "loc": {
                  "start": {
                    "line": 834,
                    "column": 2
                  },
                  "end": {
                    "line": 847,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 24071,
                  "end": 24083,
                  "loc": {
                    "start": {
                      "line": 834,
                      "column": 6
                    },
                    "end": {
                      "line": 834,
                      "column": 18
                    },
                    "identifierName": "parentNodeId"
                  },
                  "name": "parentNodeId"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 24086,
                  "end": 24380,
                  "loc": {
                    "start": {
                      "line": 834,
                      "column": 21
                    },
                    "end": {
                      "line": 847,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 24092,
                      "end": 24115,
                      "loc": {
                        "start": {
                          "line": 835,
                          "column": 4
                        },
                        "end": {
                          "line": 835,
                          "column": 27
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 24098,
                          "end": 24114,
                          "loc": {
                            "start": {
                              "line": 835,
                              "column": 10
                            },
                            "end": {
                              "line": 835,
                              "column": 26
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 24098,
                            "end": 24102,
                            "loc": {
                              "start": {
                                "line": 835,
                                "column": 10
                              },
                              "end": {
                                "line": 835,
                                "column": 14
                              },
                              "identifierName": "name"
                            },
                            "name": "name"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 24105,
                            "end": 24114,
                            "loc": {
                              "start": {
                                "line": 835,
                                "column": 17
                              },
                              "end": {
                                "line": 835,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 24105,
                              "end": 24109,
                              "loc": {
                                "start": {
                                  "line": 835,
                                  "column": 17
                                },
                                "end": {
                                  "line": 835,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 24110,
                              "end": 24114,
                              "loc": {
                                "start": {
                                  "line": 835,
                                  "column": 22
                                },
                                "end": {
                                  "line": 835,
                                  "column": 26
                                },
                                "identifierName": "name"
                              },
                              "name": "name"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 24120,
                      "end": 24143,
                      "loc": {
                        "start": {
                          "line": 836,
                          "column": 4
                        },
                        "end": {
                          "line": 836,
                          "column": 27
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 24126,
                          "end": 24142,
                          "loc": {
                            "start": {
                              "line": 836,
                              "column": 10
                            },
                            "end": {
                              "line": 836,
                              "column": 26
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 24126,
                            "end": 24128,
                            "loc": {
                              "start": {
                                "line": 836,
                                "column": 10
                              },
                              "end": {
                                "line": 836,
                                "column": 12
                              },
                              "identifierName": "id"
                            },
                            "name": "id"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 24131,
                            "end": 24142,
                            "loc": {
                              "start": {
                                "line": 836,
                                "column": 15
                              },
                              "end": {
                                "line": 836,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 24131,
                              "end": 24135,
                              "loc": {
                                "start": {
                                  "line": 836,
                                  "column": 15
                                },
                                "end": {
                                  "line": 836,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 24136,
                              "end": 24142,
                              "loc": {
                                "start": {
                                  "line": 836,
                                  "column": 20
                                },
                                "end": {
                                  "line": 836,
                                  "column": 26
                                },
                                "identifierName": "nodeId"
                              },
                              "name": "nodeId"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 24149,
                      "end": 24344,
                      "loc": {
                        "start": {
                          "line": 838,
                          "column": 4
                        },
                        "end": {
                          "line": 844,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 24153,
                        "end": 24157,
                        "loc": {
                          "start": {
                            "line": 838,
                            "column": 8
                          },
                          "end": {
                            "line": 838,
                            "column": 12
                          },
                          "identifierName": "name"
                        },
                        "name": "name"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 24159,
                        "end": 24344,
                        "loc": {
                          "start": {
                            "line": 838,
                            "column": 14
                          },
                          "end": {
                            "line": 844,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 24167,
                            "end": 24211,
                            "loc": {
                              "start": {
                                "line": 839,
                                "column": 6
                              },
                              "end": {
                                "line": 839,
                                "column": 50
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 24173,
                                "end": 24210,
                                "loc": {
                                  "start": {
                                    "line": 839,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 839,
                                    "column": 49
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 24173,
                                  "end": 24178,
                                  "loc": {
                                    "start": {
                                      "line": 839,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 839,
                                      "column": 17
                                    },
                                    "identifierName": "parts"
                                  },
                                  "name": "parts"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 24181,
                                  "end": 24210,
                                  "loc": {
                                    "start": {
                                      "line": 839,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 839,
                                      "column": 49
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 24181,
                                    "end": 24204,
                                    "loc": {
                                      "start": {
                                        "line": 839,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 839,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 24181,
                                      "end": 24198,
                                      "loc": {
                                        "start": {
                                          "line": 839,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 839,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 24181,
                                        "end": 24192,
                                        "loc": {
                                          "start": {
                                            "line": 839,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 839,
                                            "column": 31
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 24181,
                                          "end": 24185,
                                          "loc": {
                                            "start": {
                                              "line": 839,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 839,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 24186,
                                          "end": 24192,
                                          "loc": {
                                            "start": {
                                              "line": 839,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 839,
                                              "column": 31
                                            },
                                            "identifierName": "nodeId"
                                          },
                                          "name": "nodeId"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 24193,
                                        "end": 24198,
                                        "loc": {
                                          "start": {
                                            "line": 839,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 839,
                                            "column": 37
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 24199,
                                      "end": 24204,
                                      "loc": {
                                        "start": {
                                          "line": 839,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 839,
                                          "column": 43
                                        },
                                        "identifierName": "split"
                                      },
                                      "name": "split"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 24205,
                                      "end": 24209,
                                      "loc": {
                                        "start": {
                                          "line": 839,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 839,
                                          "column": 48
                                        },
                                        "identifierName": "name"
                                      },
                                      "name": "name"
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "IfStatement",
                            "start": 24219,
                            "end": 24338,
                            "loc": {
                              "start": {
                                "line": 841,
                                "column": 6
                              },
                              "end": {
                                "line": 843,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 24223,
                              "end": 24239,
                              "loc": {
                                "start": {
                                  "line": 841,
                                  "column": 10
                                },
                                "end": {
                                  "line": 841,
                                  "column": 26
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 24223,
                                "end": 24235,
                                "loc": {
                                  "start": {
                                    "line": 841,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 841,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 24223,
                                  "end": 24228,
                                  "loc": {
                                    "start": {
                                      "line": 841,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 841,
                                      "column": 15
                                    },
                                    "identifierName": "parts"
                                  },
                                  "name": "parts"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 24229,
                                  "end": 24235,
                                  "loc": {
                                    "start": {
                                      "line": 841,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 841,
                                      "column": 22
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": ">",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 24238,
                                "end": 24239,
                                "loc": {
                                  "start": {
                                    "line": 841,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 841,
                                    "column": 26
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 24241,
                              "end": 24338,
                              "loc": {
                                "start": {
                                  "line": 841,
                                  "column": 28
                                },
                                "end": {
                                  "line": 843,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 24251,
                                  "end": 24330,
                                  "loc": {
                                    "start": {
                                      "line": 842,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 842,
                                      "column": 87
                                    }
                                  },
                                  "argument": {
                                    "type": "NewExpression",
                                    "start": 24258,
                                    "end": 24329,
                                    "loc": {
                                      "start": {
                                        "line": 842,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 842,
                                        "column": 86
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 24262,
                                      "end": 24268,
                                      "loc": {
                                        "start": {
                                          "line": 842,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 842,
                                          "column": 25
                                        },
                                        "identifierName": "NodeId"
                                      },
                                      "name": "NodeId"
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 24269,
                                        "end": 24286,
                                        "loc": {
                                          "start": {
                                            "line": 842,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 842,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 24269,
                                          "end": 24271,
                                          "loc": {
                                            "start": {
                                              "line": 842,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 842,
                                              "column": 28
                                            },
                                            "identifierName": "id"
                                          },
                                          "name": "id"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 24272,
                                          "end": 24286,
                                          "loc": {
                                            "start": {
                                              "line": 842,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 842,
                                              "column": 43
                                            },
                                            "identifierName": "identifierType"
                                          },
                                          "name": "identifierType"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "CallExpression",
                                        "start": 24288,
                                        "end": 24309,
                                        "loc": {
                                          "start": {
                                            "line": 842,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 842,
                                            "column": 66
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 24288,
                                          "end": 24302,
                                          "loc": {
                                            "start": {
                                              "line": 842,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 842,
                                              "column": 59
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 24288,
                                            "end": 24296,
                                            "loc": {
                                              "start": {
                                                "line": 842,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 842,
                                                "column": 53
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 24288,
                                              "end": 24293,
                                              "loc": {
                                                "start": {
                                                  "line": 842,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 842,
                                                  "column": 50
                                                },
                                                "identifierName": "parts"
                                              },
                                              "name": "parts"
                                            },
                                            "property": {
                                              "type": "NumericLiteral",
                                              "start": 24294,
                                              "end": 24295,
                                              "loc": {
                                                "start": {
                                                  "line": 842,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 842,
                                                  "column": 52
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            },
                                            "computed": true
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 24297,
                                            "end": 24302,
                                            "loc": {
                                              "start": {
                                                "line": 842,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 842,
                                                "column": 59
                                              },
                                              "identifierName": "slice"
                                            },
                                            "name": "slice"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NumericLiteral",
                                            "start": 24303,
                                            "end": 24304,
                                            "loc": {
                                              "start": {
                                                "line": 842,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 842,
                                                "column": 61
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          },
                                          {
                                            "type": "UnaryExpression",
                                            "start": 24306,
                                            "end": 24308,
                                            "loc": {
                                              "start": {
                                                "line": 842,
                                                "column": 63
                                              },
                                              "end": {
                                                "line": 842,
                                                "column": 65
                                              }
                                            },
                                            "operator": "-",
                                            "prefix": true,
                                            "argument": {
                                              "type": "NumericLiteral",
                                              "start": 24307,
                                              "end": 24308,
                                              "loc": {
                                                "start": {
                                                  "line": 842,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 842,
                                                  "column": 65
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 1,
                                                "raw": "1"
                                              },
                                              "value": 1
                                            },
                                            "extra": {
                                              "parenthesizedArgument": false
                                            }
                                          }
                                        ]
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 24311,
                                        "end": 24328,
                                        "loc": {
                                          "start": {
                                            "line": 842,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 842,
                                            "column": 85
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 24311,
                                          "end": 24313,
                                          "loc": {
                                            "start": {
                                              "line": 842,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 842,
                                              "column": 70
                                            },
                                            "identifierName": "id"
                                          },
                                          "name": "id"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 24314,
                                          "end": 24328,
                                          "loc": {
                                            "start": {
                                              "line": 842,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 842,
                                              "column": 85
                                            },
                                            "identifierName": "namespaceIndex"
                                          },
                                          "name": "namespaceIndex"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 24350,
                      "end": 24376,
                      "loc": {
                        "start": {
                          "line": 846,
                          "column": 4
                        },
                        "end": {
                          "line": 846,
                          "column": 30
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 24357,
                        "end": 24375,
                        "loc": {
                          "start": {
                            "line": 846,
                            "column": 11
                          },
                          "end": {
                            "line": 846,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 24357,
                          "end": 24368,
                          "loc": {
                            "start": {
                              "line": 846,
                              "column": 11
                            },
                            "end": {
                              "line": 846,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 24357,
                            "end": 24361,
                            "loc": {
                              "start": {
                                "line": 846,
                                "column": 11
                              },
                              "end": {
                                "line": 846,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 24362,
                            "end": 24368,
                            "loc": {
                              "start": {
                                "line": 846,
                                "column": 16
                              },
                              "end": {
                                "line": 846,
                                "column": 22
                              },
                              "identifierName": "nodeId"
                            },
                            "name": "nodeId"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 24369,
                          "end": 24375,
                          "loc": {
                            "start": {
                              "line": 846,
                              "column": 23
                            },
                            "end": {
                              "line": 846,
                              "column": 29
                            },
                            "identifierName": "parent"
                          },
                          "name": "parent"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * A file's parent's node id.\n   * @type {NodeId}\n   ",
                    "start": 24003,
                    "end": 24064,
                    "loc": {
                      "start": {
                        "line": 830,
                        "column": 2
                      },
                      "end": {
                        "line": 833,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns a new file with all attributes of the current file.\n   * @param {Object} options See the {@link vinyl~File} docs for all options available.\n   * @return {AtviseFile} The cloned file.\n   * @see https://github.com/gulpjs/vinyl#filecloneoptions\n   ",
                    "start": 24384,
                    "end": 24648,
                    "loc": {
                      "start": {
                        "line": 849,
                        "column": 2
                      },
                      "end": {
                        "line": 854,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 24651,
                "end": 24921,
                "loc": {
                  "start": {
                    "line": 855,
                    "column": 2
                  },
                  "end": {
                    "line": 864,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 24651,
                  "end": 24656,
                  "loc": {
                    "start": {
                      "line": 855,
                      "column": 2
                    },
                    "end": {
                      "line": 855,
                      "column": 7
                    },
                    "identifierName": "clone"
                  },
                  "name": "clone",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 24657,
                    "end": 24664,
                    "loc": {
                      "start": {
                        "line": 855,
                        "column": 8
                      },
                      "end": {
                        "line": 855,
                        "column": 15
                      },
                      "identifierName": "options"
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 24666,
                  "end": 24921,
                  "loc": {
                    "start": {
                      "line": 855,
                      "column": 17
                    },
                    "end": {
                      "line": 864,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 24672,
                      "end": 24712,
                      "loc": {
                        "start": {
                          "line": 856,
                          "column": 4
                        },
                        "end": {
                          "line": 856,
                          "column": 44
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 24678,
                          "end": 24711,
                          "loc": {
                            "start": {
                              "line": 856,
                              "column": 10
                            },
                            "end": {
                              "line": 856,
                              "column": 43
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 24678,
                            "end": 24688,
                            "loc": {
                              "start": {
                                "line": 856,
                                "column": 10
                              },
                              "end": {
                                "line": 856,
                                "column": 20
                              },
                              "identifierName": "clonedFile"
                            },
                            "name": "clonedFile"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 24691,
                            "end": 24711,
                            "loc": {
                              "start": {
                                "line": 856,
                                "column": 23
                              },
                              "end": {
                                "line": 856,
                                "column": 43
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 24691,
                              "end": 24702,
                              "loc": {
                                "start": {
                                  "line": 856,
                                  "column": 23
                                },
                                "end": {
                                  "line": 856,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "Super",
                                "start": 24691,
                                "end": 24696,
                                "loc": {
                                  "start": {
                                    "line": 856,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 856,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 24697,
                                "end": 24702,
                                "loc": {
                                  "start": {
                                    "line": 856,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 856,
                                    "column": 34
                                  },
                                  "identifierName": "clone"
                                },
                                "name": "clone"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 24703,
                                "end": 24710,
                                "loc": {
                                  "start": {
                                    "line": 856,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 856,
                                    "column": 42
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 24718,
                      "end": 24758,
                      "loc": {
                        "start": {
                          "line": 858,
                          "column": 4
                        },
                        "end": {
                          "line": 858,
                          "column": 44
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 24718,
                        "end": 24757,
                        "loc": {
                          "start": {
                            "line": 858,
                            "column": 4
                          },
                          "end": {
                            "line": 858,
                            "column": 43
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 24718,
                          "end": 24739,
                          "loc": {
                            "start": {
                              "line": 858,
                              "column": 4
                            },
                            "end": {
                              "line": 858,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 24718,
                            "end": 24728,
                            "loc": {
                              "start": {
                                "line": 858,
                                "column": 4
                              },
                              "end": {
                                "line": 858,
                                "column": 14
                              },
                              "identifierName": "clonedFile"
                            },
                            "name": "clonedFile"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 24729,
                            "end": 24739,
                            "loc": {
                              "start": {
                                "line": 858,
                                "column": 15
                              },
                              "end": {
                                "line": 858,
                                "column": 25
                              },
                              "identifierName": "_nodeClass"
                            },
                            "name": "_nodeClass"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 24742,
                          "end": 24757,
                          "loc": {
                            "start": {
                              "line": 858,
                              "column": 28
                            },
                            "end": {
                              "line": 858,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 24742,
                            "end": 24746,
                            "loc": {
                              "start": {
                                "line": 858,
                                "column": 28
                              },
                              "end": {
                                "line": 858,
                                "column": 32
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 24747,
                            "end": 24757,
                            "loc": {
                              "start": {
                                "line": 858,
                                "column": 33
                              },
                              "end": {
                                "line": 858,
                                "column": 43
                              },
                              "identifierName": "_nodeClass"
                            },
                            "name": "_nodeClass"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 24763,
                      "end": 24801,
                      "loc": {
                        "start": {
                          "line": 859,
                          "column": 4
                        },
                        "end": {
                          "line": 859,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 24763,
                        "end": 24800,
                        "loc": {
                          "start": {
                            "line": 859,
                            "column": 4
                          },
                          "end": {
                            "line": 859,
                            "column": 41
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 24763,
                          "end": 24783,
                          "loc": {
                            "start": {
                              "line": 859,
                              "column": 4
                            },
                            "end": {
                              "line": 859,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 24763,
                            "end": 24773,
                            "loc": {
                              "start": {
                                "line": 859,
                                "column": 4
                              },
                              "end": {
                                "line": 859,
                                "column": 14
                              },
                              "identifierName": "clonedFile"
                            },
                            "name": "clonedFile"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 24774,
                            "end": 24783,
                            "loc": {
                              "start": {
                                "line": 859,
                                "column": 15
                              },
                              "end": {
                                "line": 859,
                                "column": 24
                              },
                              "identifierName": "_dataType"
                            },
                            "name": "_dataType"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 24786,
                          "end": 24800,
                          "loc": {
                            "start": {
                              "line": 859,
                              "column": 27
                            },
                            "end": {
                              "line": 859,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 24786,
                            "end": 24790,
                            "loc": {
                              "start": {
                                "line": 859,
                                "column": 27
                              },
                              "end": {
                                "line": 859,
                                "column": 31
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 24791,
                            "end": 24800,
                            "loc": {
                              "start": {
                                "line": 859,
                                "column": 32
                              },
                              "end": {
                                "line": 859,
                                "column": 41
                              },
                              "identifierName": "_dataType"
                            },
                            "name": "_dataType"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 24806,
                      "end": 24846,
                      "loc": {
                        "start": {
                          "line": 860,
                          "column": 4
                        },
                        "end": {
                          "line": 860,
                          "column": 44
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 24806,
                        "end": 24845,
                        "loc": {
                          "start": {
                            "line": 860,
                            "column": 4
                          },
                          "end": {
                            "line": 860,
                            "column": 43
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 24806,
                          "end": 24827,
                          "loc": {
                            "start": {
                              "line": 860,
                              "column": 4
                            },
                            "end": {
                              "line": 860,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 24806,
                            "end": 24816,
                            "loc": {
                              "start": {
                                "line": 860,
                                "column": 4
                              },
                              "end": {
                                "line": 860,
                                "column": 14
                              },
                              "identifierName": "clonedFile"
                            },
                            "name": "clonedFile"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 24817,
                            "end": 24827,
                            "loc": {
                              "start": {
                                "line": 860,
                                "column": 15
                              },
                              "end": {
                                "line": 860,
                                "column": 25
                              },
                              "identifierName": "_arrayType"
                            },
                            "name": "_arrayType"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 24830,
                          "end": 24845,
                          "loc": {
                            "start": {
                              "line": 860,
                              "column": 28
                            },
                            "end": {
                              "line": 860,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 24830,
                            "end": 24834,
                            "loc": {
                              "start": {
                                "line": 860,
                                "column": 28
                              },
                              "end": {
                                "line": 860,
                                "column": 32
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 24835,
                            "end": 24845,
                            "loc": {
                              "start": {
                                "line": 860,
                                "column": 33
                              },
                              "end": {
                                "line": 860,
                                "column": 43
                              },
                              "identifierName": "_arrayType"
                            },
                            "name": "_arrayType"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 24851,
                      "end": 24893,
                      "loc": {
                        "start": {
                          "line": 861,
                          "column": 4
                        },
                        "end": {
                          "line": 861,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 24851,
                        "end": 24892,
                        "loc": {
                          "start": {
                            "line": 861,
                            "column": 4
                          },
                          "end": {
                            "line": 861,
                            "column": 45
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 24851,
                          "end": 24873,
                          "loc": {
                            "start": {
                              "line": 861,
                              "column": 4
                            },
                            "end": {
                              "line": 861,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 24851,
                            "end": 24861,
                            "loc": {
                              "start": {
                                "line": 861,
                                "column": 4
                              },
                              "end": {
                                "line": 861,
                                "column": 14
                              },
                              "identifierName": "clonedFile"
                            },
                            "name": "clonedFile"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 24862,
                            "end": 24873,
                            "loc": {
                              "start": {
                                "line": 861,
                                "column": 15
                              },
                              "end": {
                                "line": 861,
                                "column": 26
                              },
                              "identifierName": "_references"
                            },
                            "name": "_references"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 24876,
                          "end": 24892,
                          "loc": {
                            "start": {
                              "line": 861,
                              "column": 29
                            },
                            "end": {
                              "line": 861,
                              "column": 45
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 24876,
                            "end": 24880,
                            "loc": {
                              "start": {
                                "line": 861,
                                "column": 29
                              },
                              "end": {
                                "line": 861,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 24881,
                            "end": 24892,
                            "loc": {
                              "start": {
                                "line": 861,
                                "column": 34
                              },
                              "end": {
                                "line": 861,
                                "column": 45
                              },
                              "identifierName": "_references"
                            },
                            "name": "_references"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 24899,
                      "end": 24917,
                      "loc": {
                        "start": {
                          "line": 863,
                          "column": 4
                        },
                        "end": {
                          "line": 863,
                          "column": 22
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 24906,
                        "end": 24916,
                        "loc": {
                          "start": {
                            "line": 863,
                            "column": 11
                          },
                          "end": {
                            "line": 863,
                            "column": 21
                          },
                          "identifierName": "clonedFile"
                        },
                        "name": "clonedFile"
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns a new file with all attributes of the current file.\n   * @param {Object} options See the {@link vinyl~File} docs for all options available.\n   * @return {AtviseFile} The cloned file.\n   * @see https://github.com/gulpjs/vinyl#filecloneoptions\n   ",
                    "start": 24384,
                    "end": 24648,
                    "loc": {
                      "start": {
                        "line": 849,
                        "column": 2
                      },
                      "end": {
                        "line": 854,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Creates a new AtviseFile and reads it's contents.\n   * @param {Object} options See {@link vinyl~File} for available options.\n   * @return {Promise} Resolved with the new file of rejected with the error that occured while\n   * trying to read it's path.\n   ",
                    "start": 24925,
                    "end": 25191,
                    "loc": {
                      "start": {
                        "line": 866,
                        "column": 2
                      },
                      "end": {
                        "line": 871,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 25194,
                "end": 25600,
                "loc": {
                  "start": {
                    "line": 872,
                    "column": 2
                  },
                  "end": {
                    "line": 886,
                    "column": 3
                  }
                },
                "static": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 25201,
                  "end": 25205,
                  "loc": {
                    "start": {
                      "line": 872,
                      "column": 9
                    },
                    "end": {
                      "line": 872,
                      "column": 13
                    },
                    "identifierName": "read"
                  },
                  "name": "read"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 25206,
                    "end": 25218,
                    "loc": {
                      "start": {
                        "line": 872,
                        "column": 14
                      },
                      "end": {
                        "line": 872,
                        "column": 26
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 25206,
                      "end": 25213,
                      "loc": {
                        "start": {
                          "line": 872,
                          "column": 14
                        },
                        "end": {
                          "line": 872,
                          "column": 21
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 25216,
                      "end": 25218,
                      "loc": {
                        "start": {
                          "line": 872,
                          "column": 24
                        },
                        "end": {
                          "line": 872,
                          "column": 26
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 25220,
                  "end": 25600,
                  "loc": {
                    "start": {
                      "line": 872,
                      "column": 28
                    },
                    "end": {
                      "line": 886,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 25226,
                      "end": 25596,
                      "loc": {
                        "start": {
                          "line": 873,
                          "column": 4
                        },
                        "end": {
                          "line": 885,
                          "column": 7
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 25233,
                        "end": 25595,
                        "loc": {
                          "start": {
                            "line": 873,
                            "column": 11
                          },
                          "end": {
                            "line": 885,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 25237,
                          "end": 25244,
                          "loc": {
                            "start": {
                              "line": 873,
                              "column": 15
                            },
                            "end": {
                              "line": 873,
                              "column": 22
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 25245,
                            "end": 25594,
                            "loc": {
                              "start": {
                                "line": 873,
                                "column": 23
                              },
                              "end": {
                                "line": 885,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 25246,
                                "end": 25253,
                                "loc": {
                                  "start": {
                                    "line": 873,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 873,
                                    "column": 31
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              {
                                "type": "Identifier",
                                "start": 25255,
                                "end": 25261,
                                "loc": {
                                  "start": {
                                    "line": 873,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 873,
                                    "column": 39
                                  },
                                  "identifierName": "reject"
                                },
                                "name": "reject"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 25266,
                              "end": 25594,
                              "loc": {
                                "start": {
                                  "line": 873,
                                  "column": 44
                                },
                                "end": {
                                  "line": 885,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 25274,
                                  "end": 25588,
                                  "loc": {
                                    "start": {
                                      "line": 874,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 884,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "UnaryExpression",
                                    "start": 25278,
                                    "end": 25291,
                                    "loc": {
                                      "start": {
                                        "line": 874,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 874,
                                        "column": 23
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 25279,
                                      "end": 25291,
                                      "loc": {
                                        "start": {
                                          "line": 874,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 874,
                                          "column": 23
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 25279,
                                        "end": 25286,
                                        "loc": {
                                          "start": {
                                            "line": 874,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 874,
                                            "column": 18
                                          },
                                          "identifierName": "options"
                                        },
                                        "name": "options"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 25287,
                                        "end": 25291,
                                        "loc": {
                                          "start": {
                                            "line": 874,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 874,
                                            "column": 23
                                          },
                                          "identifierName": "path"
                                        },
                                        "name": "path"
                                      },
                                      "computed": false
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 25293,
                                    "end": 25357,
                                    "loc": {
                                      "start": {
                                        "line": 874,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 876,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 25303,
                                        "end": 25349,
                                        "loc": {
                                          "start": {
                                            "line": 875,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 875,
                                            "column": 54
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 25303,
                                          "end": 25348,
                                          "loc": {
                                            "start": {
                                              "line": 875,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 875,
                                              "column": 53
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 25303,
                                            "end": 25309,
                                            "loc": {
                                              "start": {
                                                "line": 875,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 875,
                                                "column": 14
                                              },
                                              "identifierName": "reject"
                                            },
                                            "name": "reject"
                                          },
                                          "arguments": [
                                            {
                                              "type": "NewExpression",
                                              "start": 25310,
                                              "end": 25347,
                                              "loc": {
                                                "start": {
                                                  "line": 875,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 875,
                                                  "column": 52
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 25314,
                                                "end": 25319,
                                                "loc": {
                                                  "start": {
                                                    "line": 875,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 875,
                                                    "column": 24
                                                  },
                                                  "identifierName": "Error"
                                                },
                                                "name": "Error"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 25320,
                                                  "end": 25346,
                                                  "loc": {
                                                    "start": {
                                                      "line": 875,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 875,
                                                      "column": 51
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "options.path is required",
                                                    "raw": "'options.path is required'"
                                                  },
                                                  "value": "options.path is required"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": {
                                    "type": "BlockStatement",
                                    "start": 25363,
                                    "end": 25588,
                                    "loc": {
                                      "start": {
                                        "line": 876,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 884,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 25373,
                                        "end": 25580,
                                        "loc": {
                                          "start": {
                                            "line": 877,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 883,
                                            "column": 11
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 25373,
                                          "end": 25579,
                                          "loc": {
                                            "start": {
                                              "line": 877,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 883,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 25373,
                                            "end": 25381,
                                            "loc": {
                                              "start": {
                                                "line": 877,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 877,
                                                "column": 16
                                              },
                                              "identifierName": "readFile"
                                            },
                                            "name": "readFile"
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 25382,
                                              "end": 25394,
                                              "loc": {
                                                "start": {
                                                  "line": 877,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 877,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 25382,
                                                "end": 25389,
                                                "loc": {
                                                  "start": {
                                                    "line": 877,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 877,
                                                    "column": 24
                                                  },
                                                  "identifierName": "options"
                                                },
                                                "name": "options"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 25390,
                                                "end": 25394,
                                                "loc": {
                                                  "start": {
                                                    "line": 877,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 877,
                                                    "column": 29
                                                  },
                                                  "identifierName": "path"
                                                },
                                                "name": "path"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 25396,
                                              "end": 25578,
                                              "loc": {
                                                "start": {
                                                  "line": 877,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 883,
                                                  "column": 9
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 25397,
                                                  "end": 25400,
                                                  "loc": {
                                                    "start": {
                                                      "line": 877,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 877,
                                                      "column": 35
                                                    },
                                                    "identifierName": "err"
                                                  },
                                                  "name": "err"
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 25402,
                                                  "end": 25410,
                                                  "loc": {
                                                    "start": {
                                                      "line": 877,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 877,
                                                      "column": 45
                                                    },
                                                    "identifierName": "contents"
                                                  },
                                                  "name": "contents"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 25415,
                                                "end": 25578,
                                                "loc": {
                                                  "start": {
                                                    "line": 877,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 883,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 25427,
                                                    "end": 25568,
                                                    "loc": {
                                                      "start": {
                                                        "line": 878,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 882,
                                                        "column": 11
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "Identifier",
                                                      "start": 25431,
                                                      "end": 25434,
                                                      "loc": {
                                                        "start": {
                                                          "line": 878,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 878,
                                                          "column": 17
                                                        },
                                                        "identifierName": "err"
                                                      },
                                                      "name": "err"
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 25436,
                                                      "end": 25474,
                                                      "loc": {
                                                        "start": {
                                                          "line": 878,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 880,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 25450,
                                                          "end": 25462,
                                                          "loc": {
                                                            "start": {
                                                              "line": 879,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 879,
                                                              "column": 24
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 25450,
                                                            "end": 25461,
                                                            "loc": {
                                                              "start": {
                                                                "line": 879,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 879,
                                                                "column": 23
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "start": 25450,
                                                              "end": 25456,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 879,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 879,
                                                                  "column": 18
                                                                },
                                                                "identifierName": "reject"
                                                              },
                                                              "name": "reject"
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 25457,
                                                                "end": 25460,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 879,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 879,
                                                                    "column": 22
                                                                  },
                                                                  "identifierName": "err"
                                                                },
                                                                "name": "err"
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": {
                                                      "type": "BlockStatement",
                                                      "start": 25480,
                                                      "end": 25568,
                                                      "loc": {
                                                        "start": {
                                                          "line": 880,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 882,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 25494,
                                                          "end": 25556,
                                                          "loc": {
                                                            "start": {
                                                              "line": 881,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 881,
                                                              "column": 74
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 25494,
                                                            "end": 25555,
                                                            "loc": {
                                                              "start": {
                                                                "line": 881,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 881,
                                                                "column": 73
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "start": 25494,
                                                              "end": 25501,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 881,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 881,
                                                                  "column": 19
                                                                },
                                                                "identifierName": "resolve"
                                                              },
                                                              "name": "resolve"
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "NewExpression",
                                                                "start": 25502,
                                                                "end": 25554,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 881,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 881,
                                                                    "column": 72
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "Identifier",
                                                                  "start": 25506,
                                                                  "end": 25516,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 881,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 881,
                                                                      "column": 34
                                                                    },
                                                                    "identifierName": "AtviseFile"
                                                                  },
                                                                  "name": "AtviseFile"
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "CallExpression",
                                                                    "start": 25517,
                                                                    "end": 25553,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 881,
                                                                        "column": 35
                                                                      },
                                                                      "end": {
                                                                        "line": 881,
                                                                        "column": 71
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "start": 25517,
                                                                      "end": 25530,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 881,
                                                                          "column": 35
                                                                        },
                                                                        "end": {
                                                                          "line": 881,
                                                                          "column": 48
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 25517,
                                                                        "end": 25523,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 881,
                                                                            "column": 35
                                                                          },
                                                                          "end": {
                                                                            "line": 881,
                                                                            "column": 41
                                                                          },
                                                                          "identifierName": "Object"
                                                                        },
                                                                        "name": "Object"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 25524,
                                                                        "end": 25530,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 881,
                                                                            "column": 42
                                                                          },
                                                                          "end": {
                                                                            "line": 881,
                                                                            "column": 48
                                                                          },
                                                                          "identifierName": "assign"
                                                                        },
                                                                        "name": "assign"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "Identifier",
                                                                        "start": 25531,
                                                                        "end": 25538,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 881,
                                                                            "column": 49
                                                                          },
                                                                          "end": {
                                                                            "line": 881,
                                                                            "column": 56
                                                                          },
                                                                          "identifierName": "options"
                                                                        },
                                                                        "name": "options"
                                                                      },
                                                                      {
                                                                        "type": "ObjectExpression",
                                                                        "start": 25540,
                                                                        "end": 25552,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 881,
                                                                            "column": 58
                                                                          },
                                                                          "end": {
                                                                            "line": 881,
                                                                            "column": 70
                                                                          }
                                                                        },
                                                                        "properties": [
                                                                          {
                                                                            "type": "ObjectProperty",
                                                                            "start": 25542,
                                                                            "end": 25550,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 881,
                                                                                "column": 60
                                                                              },
                                                                              "end": {
                                                                                "line": 881,
                                                                                "column": 68
                                                                              }
                                                                            },
                                                                            "method": false,
                                                                            "shorthand": true,
                                                                            "computed": false,
                                                                            "key": {
                                                                              "type": "Identifier",
                                                                              "start": 25542,
                                                                              "end": 25550,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 881,
                                                                                  "column": 60
                                                                                },
                                                                                "end": {
                                                                                  "line": 881,
                                                                                  "column": 68
                                                                                },
                                                                                "identifierName": "contents"
                                                                              },
                                                                              "name": "contents"
                                                                            },
                                                                            "value": {
                                                                              "type": "Identifier",
                                                                              "start": 25542,
                                                                              "end": 25550,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 881,
                                                                                  "column": 60
                                                                                },
                                                                                "end": {
                                                                                  "line": 881,
                                                                                  "column": 68
                                                                                },
                                                                                "identifierName": "contents"
                                                                              },
                                                                              "name": "contents"
                                                                            },
                                                                            "extra": {
                                                                              "shorthand": true
                                                                            }
                                                                          }
                                                                        ]
                                                                      }
                                                                    ]
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Creates a new AtviseFile and reads it's contents.\n   * @param {Object} options See {@link vinyl~File} for available options.\n   * @return {Promise} Resolved with the new file of rejected with the error that occured while\n   * trying to read it's path.\n   ",
                    "start": 24925,
                    "end": 25191,
                    "loc": {
                      "start": {
                        "line": 866,
                        "column": 2
                      },
                      "end": {
                        "line": 871,
                        "column": 5
                      }
                    }
                  }
                ]
              }
            ]
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * An extension to {@link vinyl~File} providing some additional, atvise-related properties.\n * @property {node-opcua~DataType} AtviseFile#dataType The {@link node-opcua~DataType} the node is\n * stored against on atvise server.\n * @property {NodeId} typeDefinition The file's type definition on atvise server.\n * FIXME: Additional properties not showing in API docs.\n ",
              "start": 10919,
              "end": 11292,
              "loc": {
                "start": {
                  "line": 350,
                  "column": 0
                },
                "end": {
                  "line": 356,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * An extension to {@link vinyl~File} providing some additional, atvise-related properties.\n * @property {node-opcua~DataType} AtviseFile#dataType The {@link node-opcua~DataType} the node is\n * stored against on atvise server.\n * @property {NodeId} typeDefinition The file's type definition on atvise server.\n * FIXME: Additional properties not showing in API docs.\n ",
            "start": 10919,
            "end": 11292,
            "loc": {
              "start": {
                "line": 350,
                "column": 0
              },
              "end": {
                "line": 356,
                "column": 3
              }
            }
          }
        ]
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * A map of AtviseTypes against their definition id's value.\n * @type {Map<String, AtivseType>}\n ",
      "start": 1014,
      "end": 1117,
      "loc": {
        "start": {
          "line": 19,
          "column": 0
        },
        "end": {
          "line": 22,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A map of AtviseTypes against their identifiers.\n * @type {Map<String, AtivseType>}\n ",
      "start": 1271,
      "end": 1364,
      "loc": {
        "start": {
          "line": 31,
          "column": 0
        },
        "end": {
          "line": 34,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A map providing shorter extensions for data types\n * @type {Map<node-opcua~DataType, String>}\n ",
      "start": 1513,
      "end": 1617,
      "loc": {
        "start": {
          "line": 43,
          "column": 0
        },
        "end": {
          "line": 46,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A map providing data types for shorter extensions (Reverse of {@link DataTypeForExtension}).\n * * @type {Map<String, node-opcua~DataType>}\n ",
      "start": 1722,
      "end": 1871,
      "loc": {
        "start": {
          "line": 52,
          "column": 0
        },
        "end": {
          "line": 55,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Cache DataType",
      "start": 1940,
      "end": 1957,
      "loc": {
        "start": {
          "line": 58,
          "column": 0
        },
        "end": {
          "line": 58,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * OPC-UA data type names.\n * @type {String[]}\n ",
      "start": 1958,
      "end": 2012,
      "loc": {
        "start": {
          "line": 59,
          "column": 0
        },
        "end": {
          "line": 62,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * OPC-UA data type extensions.\n * @type {String[]}\n ",
      "start": 2051,
      "end": 2110,
      "loc": {
        "start": {
          "line": 65,
          "column": 0
        },
        "end": {
          "line": 68,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Cache TypeDefinitions",
      "start": 2170,
      "end": 2194,
      "loc": {
        "start": {
          "line": 71,
          "column": 0
        },
        "end": {
          "line": 71,
          "column": 24
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Variable data type definition node id.\n * @type {NodeId}\n ",
      "start": 2195,
      "end": 2262,
      "loc": {
        "start": {
          "line": 72,
          "column": 0
        },
        "end": {
          "line": 75,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Property data type definition node id.\n * @type {NodeId}\n ",
      "start": 2340,
      "end": 2407,
      "loc": {
        "start": {
          "line": 77,
          "column": 0
        },
        "end": {
          "line": 80,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Cache Regular expressions",
      "start": 2486,
      "end": 2514,
      "loc": {
        "start": {
          "line": 83,
          "column": 0
        },
        "end": {
          "line": 83,
          "column": 28
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A regular expression picking file extensions from file names.\n * @type {RegExp}\n ",
      "start": 2515,
      "end": 2605,
      "loc": {
        "start": {
          "line": 84,
          "column": 0
        },
        "end": {
          "line": 87,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Function that returns the passed argument as is.\n * @param {*} b The input argument.\n * @return {*} The value passed.\n ",
      "start": 2647,
      "end": 2775,
      "loc": {
        "start": {
          "line": 90,
          "column": 0
        },
        "end": {
          "line": 94,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Maps a single property of an object using the the mapper defined in *map* for the given\n * *dataType*.\n * @param {Map<node-opcua~DataType, function} map The mappings to use.\n * @param {Object} obj The object to process.\n * @param {string} key Name of the property to map.\n * @param {node-opcua~DataType} dataType The data type to map the property to.\n ",
      "start": 2800,
      "end": 3161,
      "loc": {
        "start": {
          "line": 97,
          "column": 0
        },
        "end": {
          "line": 104,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Mapping functions that return serializable values for a node of the given\n * {@link node-opcua~DataType}.\n * @type {Map<node-opcua~DataType, function>}\n ",
      "start": 3334,
      "end": 3496,
      "loc": {
        "start": {
          "line": 115,
          "column": 0
        },
        "end": {
          "line": 119,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " NOTE: server- and sourceTimstamps get mapped as dates",
      "start": 4115,
      "end": 4171,
      "loc": {
        "start": {
          "line": 137,
          "column": 4
        },
        "end": {
          "line": 137,
          "column": 60
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " eslint-disable-next-line no-use-before-define",
      "start": 4304,
      "end": 4352,
      "loc": {
        "start": {
          "line": 144,
          "column": 4
        },
        "end": {
          "line": 144,
          "column": 52
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Decodes a buffer to a string.\n * @param {Buffer} b The buffer to decode from.\n * @return {string} The buffer's string representation.\n ",
      "start": 4867,
      "end": 5011,
      "loc": {
        "start": {
          "line": 166,
          "column": 0
        },
        "end": {
          "line": 170,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Decodes a buffer to an integer value.\n * @param {Buffer} b The buffer to decode from.\n * @return {number} The decoded integer.\n ",
      "start": 5064,
      "end": 5201,
      "loc": {
        "start": {
          "line": 173,
          "column": 0
        },
        "end": {
          "line": 177,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Decodes a buffer to a float value.\n * @param {Buffer} b The buffer to decode from.\n * @return {number} The decoded float.\n ",
      "start": 5263,
      "end": 5395,
      "loc": {
        "start": {
          "line": 180,
          "column": 0
        },
        "end": {
          "line": 184,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Decodes a buffer using JSON.\n * @param {Buffer} b The buffer to decode from.\n * @return {*} The decoded value, most likely an Object.\n ",
      "start": 5457,
      "end": 5601,
      "loc": {
        "start": {
          "line": 187,
          "column": 0
        },
        "end": {
          "line": 191,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Mapping functions that return raw values for a stored value of the given type.\n * @type {Map<node-opcua~DataType, function>}\n ",
      "start": 5657,
      "end": 5792,
      "loc": {
        "start": {
          "line": 194,
          "column": 0
        },
        "end": {
          "line": 197,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " ByteString maps to Buffer",
      "start": 6360,
      "end": 6388,
      "loc": {
        "start": {
          "line": 214,
          "column": 2
        },
        "end": {
          "line": 214,
          "column": 30
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " FIXME: Add ExtensionObject",
      "start": 6639,
      "end": 6668,
      "loc": {
        "start": {
          "line": 221,
          "column": 2
        },
        "end": {
          "line": 221,
          "column": 31
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Mapping functions that return OPC-UA node values for raw values.\n * @type {Map<node-opcua~DataType, function>}\n ",
      "start": 6790,
      "end": 6911,
      "loc": {
        "start": {
          "line": 227,
          "column": 0
        },
        "end": {
          "line": 230,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Jep, node-opcua does not provide a resolve function for expanded nodeids",
      "start": 7161,
      "end": 7236,
      "loc": {
        "start": {
          "line": 242,
          "column": 2
        },
        "end": {
          "line": 242,
          "column": 77
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " eslint-disable-line prefer-const",
      "start": 7602,
      "end": 7637,
      "loc": {
        "start": {
          "line": 253,
          "column": 39
        },
        "end": {
          "line": 253,
          "column": 74
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Returns a node's raw value based on it's OPC-UA value and type.\n * @param {*} value A node's OPC-UA value.\n * @param {node-opcua~DataType} dataType The node's data type.\n * @param {node-opcua~VariantArrayType} arrayType The node's array type.\n * @return {*} The raw value of the given node.\n ",
      "start": 8957,
      "end": 9258,
      "loc": {
        "start": {
          "line": 295,
          "column": 0
        },
        "end": {
          "line": 301,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Returns a node's OPC-UA value based on it's raw value and type.\n * @param {*} rawValue A node's raw value.\n * @param {node-opcua~DataType} dataType A node's data type.\n * @param {node-opcua~VariantArrayType} arrayType A node's array type.\n ",
      "start": 9596,
      "end": 9845,
      "loc": {
        "start": {
          "line": 312,
          "column": 0
        },
        "end": {
          "line": 317,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Returns the extension for a specific {@link node-opcua~DataType}.\n * Algorithm:\n *   - if the type has a shortened extension defined in {@link ExtensionForDataType}, return it.\n *   - else return the DataType's name, in lowercase letters.\n * @param {node-opcua~DataType} dataType The datatype to get the extension for.\n * @return {string} The resulting extension.\n ",
      "start": 10228,
      "end": 10602,
      "loc": {
        "start": {
          "line": 332,
          "column": 0
        },
        "end": {
          "line": 339,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A regular expression that maches all reference definition files.\n * @type {RegExp}\n ",
      "start": 10726,
      "end": 10819,
      "loc": {
        "start": {
          "line": 344,
          "column": 0
        },
        "end": {
          "line": 347,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * An extension to {@link vinyl~File} providing some additional, atvise-related properties.\n * @property {node-opcua~DataType} AtviseFile#dataType The {@link node-opcua~DataType} the node is\n * stored against on atvise server.\n * @property {NodeId} typeDefinition The file's type definition on atvise server.\n * FIXME: Additional properties not showing in API docs.\n ",
      "start": 10919,
      "end": 11292,
      "loc": {
        "start": {
          "line": 350,
          "column": 0
        },
        "end": {
          "line": 356,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns a storage path for a {@link ReadStream.ReadResult}.\n   * @param {ReadStream.ReadResult} readResult The read result to get a path for.\n   ",
      "start": 11342,
      "end": 11498,
      "loc": {
        "start": {
          "line": 358,
          "column": 2
        },
        "end": {
          "line": 361,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Variable nodes are stored with their lowercase datatype as an extension",
      "start": 11959,
      "end": 12033,
      "loc": {
        "start": {
          "line": 374,
          "column": 6
        },
        "end": {
          "line": 374,
          "column": 80
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Property nodes are stored with \".prop\" and their lowercase datatype as an extension",
      "start": 12164,
      "end": 12250,
      "loc": {
        "start": {
          "line": 377,
          "column": 6
        },
        "end": {
          "line": 377,
          "column": 92
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Handle custom types",
      "start": 12327,
      "end": 12349,
      "loc": {
        "start": {
          "line": 380,
          "column": 6
        },
        "end": {
          "line": 380,
          "column": 28
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Add \"array\" or \"matrix\" extensions for corresponding array types",
      "start": 12803,
      "end": 12870,
      "loc": {
        "start": {
          "line": 397,
          "column": 4
        },
        "end": {
          "line": 397,
          "column": 71
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Encodes a node's value to file contents.\n   * @param {*} value The value to encode.\n   * @param {node-opcua~DataType} dataType The {@link node-opcua~DataType} to encode the value for.\n   * @param {node-opcua~VariantArrayType} arrayType The files array type.\n   * @return {?Buffer} The encoded file contents or null.\n   ",
      "start": 13042,
      "end": 13372,
      "loc": {
        "start": {
          "line": 405,
          "column": 2
        },
        "end": {
          "line": 411,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Decodes a file's contents to a node's value.\n   * @param {Buffer} buffer The file contents to decode.\n   * @param {node-opcua~DataType} dataType The {@link node-opcua~DataType} to decode the contents.\n   * @param {node-opcua~VariantArrayType} arrayType The files array type.\n   * @return {?*} The decoded node value or null.\n   ",
      "start": 13872,
      "end": 14211,
      "loc": {
        "start": {
          "line": 430,
          "column": 2
        },
        "end": {
          "line": 436,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * As file mtimes do not support millisecond resolution these must be removed before storing\n   * files.\n   * @param {Date} date The original mtime.\n   * @return {Date} The normalized mtime.\n   ",
      "start": 14676,
      "end": 14878,
      "loc": {
        "start": {
          "line": 454,
          "column": 2
        },
        "end": {
          "line": 459,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates a new {@link AtviseFile} for the given {@link ReadStream.ReadResult}.\n   * @param {ReadStream.ReadResult} readResult The read result to create the file for.\n   * @return {AtviseFile} The resulting file.\n   ",
      "start": 14965,
      "end": 15190,
      "loc": {
        "start": {
          "line": 466,
          "column": 2
        },
        "end": {
          "line": 470,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Variables",
      "start": 15581,
      "end": 15593,
      "loc": {
        "start": {
          "line": 481,
          "column": 75
        },
        "end": {
          "line": 481,
          "column": 87
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Objects, types, ...",
      "start": 15800,
      "end": 15822,
      "loc": {
        "start": {
          "line": 490,
          "column": 13
        },
        "end": {
          "line": 490,
          "column": 35
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Recalculates {@link AtviseFile#dataType}, {@link AtviseFile#arrayType} and\n   * {@link AtviseFile#typeDefinition}. **Never call this method directly.**.\n   ",
      "start": 16057,
      "end": 16224,
      "loc": {
        "start": {
          "line": 499,
          "column": 2
        },
        "end": {
          "line": 502,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Got non-variable node",
      "start": 16282,
      "end": 16306,
      "loc": {
        "start": {
          "line": 505,
          "column": 6
        },
        "end": {
          "line": 505,
          "column": 30
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n       * The node's class.\n       * @type {node-opcua~NodeClass}\n       ",
      "start": 16313,
      "end": 16391,
      "loc": {
        "start": {
          "line": 506,
          "column": 6
        },
        "end": {
          "line": 509,
          "column": 9
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n       * References the node holds: In most cases this will be a single entry for\n       * `'HasTypeDefinition'`.\n       * @type {Map<String, NodeId[]>}\n       ",
      "start": 16532,
      "end": 16698,
      "loc": {
        "start": {
          "line": 514,
          "column": 6
        },
        "end": {
          "line": 518,
          "column": 9
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Set default metadata",
      "start": 17023,
      "end": 17046,
      "loc": {
        "start": {
          "line": 532,
          "column": 4
        },
        "end": {
          "line": 532,
          "column": 27
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * The node's stored {@link node-opcua~VariantArrayType}.\n     * @type {?node-opcua~VariantArrayType}\n     ",
      "start": 17051,
      "end": 17168,
      "loc": {
        "start": {
          "line": 533,
          "column": 4
        },
        "end": {
          "line": 536,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * A node's browse- and display name.\n     * @type {?string}\n     ",
      "start": 17249,
      "end": 17325,
      "loc": {
        "start": {
          "line": 541,
          "column": 4
        },
        "end": {
          "line": 544,
          "column": 7
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " For split files, add the directory name extension",
      "start": 17506,
      "end": 17558,
      "loc": {
        "start": {
          "line": 553,
          "column": 4
        },
        "end": {
          "line": 553,
          "column": 56
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Handle array types",
      "start": 17984,
      "end": 18005,
      "loc": {
        "start": {
          "line": 568,
          "column": 4
        },
        "end": {
          "line": 568,
          "column": 25
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n         * The node's stored {@link node-opcua~DataType}.\n         * @type {?node-opcua~DataType}\n         ",
      "start": 18386,
      "end": 18499,
      "loc": {
        "start": {
          "line": 586,
          "column": 8
        },
        "end": {
          "line": 589,
          "column": 11
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Handle wrapped data types (e.g. \"bool\" for DataType.Boolean)",
      "start": 18591,
      "end": 18654,
      "loc": {
        "start": {
          "line": 594,
          "column": 4
        },
        "end": {
          "line": 594,
          "column": 67
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Got variable",
      "start": 18861,
      "end": 18876,
      "loc": {
        "start": {
          "line": 603,
          "column": 6
        },
        "end": {
          "line": 603,
          "column": 21
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n       * The node's stored type definition.\n       * @type {?node-opcua~NodeId}\n       ",
      "start": 18883,
      "end": 18976,
      "loc": {
        "start": {
          "line": 604,
          "column": 6
        },
        "end": {
          "line": 607,
          "column": 9
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Handle atvise types",
      "start": 19525,
      "end": 19547,
      "loc": {
        "start": {
          "line": 627,
          "column": 6
        },
        "end": {
          "line": 627,
          "column": 28
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Computes a file's metadata if needed.\n   * @return {AtviseFile} The file.\n   ",
      "start": 20326,
      "end": 20414,
      "loc": {
        "start": {
          "line": 654,
          "column": 2
        },
        "end": {
          "line": 657,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * The node's class.\n   * @type {node-opcua~NodeClass}\n   ",
      "start": 20519,
      "end": 20585,
      "loc": {
        "start": {
          "line": 666,
          "column": 2
        },
        "end": {
          "line": 669,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * The file's {@link node-opcua~DataType}.\n   * @type {node-opcua~DataType}\n   ",
      "start": 20703,
      "end": 20790,
      "loc": {
        "start": {
          "line": 678,
          "column": 2
        },
        "end": {
          "line": 681,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * The file's {@link node-opcua~VariantArrayType}.\n   * @type {node-opcua~VariantArrayType}\n   ",
      "start": 20905,
      "end": 21008,
      "loc": {
        "start": {
          "line": 690,
          "column": 2
        },
        "end": {
          "line": 693,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * The files's references.\n   * @type {Map<string, NodeId|NodeId[]>}\n   ",
      "start": 21126,
      "end": 21206,
      "loc": {
        "start": {
          "line": 702,
          "column": 2
        },
        "end": {
          "line": 705,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * The file's type definition.\n   * @type {node-opcua~NodeId}\n   ",
      "start": 21327,
      "end": 21400,
      "loc": {
        "start": {
          "line": 714,
          "column": 2
        },
        "end": {
          "line": 717,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " eslint-disable-next-line jsdoc/require-description-complete-sentence",
      "start": 21613,
      "end": 21684,
      "loc": {
        "start": {
          "line": 728,
          "column": 2
        },
        "end": {
          "line": 728,
          "column": 73
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * `true` for reference config files (for example `.index.htm.json`).\n   * @type {boolean}\n   ",
      "start": 21687,
      "end": 21789,
      "loc": {
        "start": {
          "line": 729,
          "column": 2
        },
        "end": {
          "line": 732,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * `true` for files containing atvise displays.\n   * @type {boolean}\n   ",
      "start": 21896,
      "end": 21976,
      "loc": {
        "start": {
          "line": 737,
          "column": 2
        },
        "end": {
          "line": 740,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * `true` for files containing atvise scripts.\n   * @type {boolean}\n   ",
      "start": 22077,
      "end": 22156,
      "loc": {
        "start": {
          "line": 745,
          "column": 2
        },
        "end": {
          "line": 748,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * `true` for files containing atvise quick dynamics.\n   * @type {boolean}\n   ",
      "start": 22259,
      "end": 22345,
      "loc": {
        "start": {
          "line": 753,
          "column": 2
        },
        "end": {
          "line": 756,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Sets the node value for the file.\n   * @param {?*} newValue The value to set.\n   ",
      "start": 22456,
      "end": 22548,
      "loc": {
        "start": {
          "line": 761,
          "column": 2
        },
        "end": {
          "line": 764,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * The file's contents.\n     * @type {?Buffer}\n     ",
      "start": 22577,
      "end": 22639,
      "loc": {
        "start": {
          "line": 766,
          "column": 4
        },
        "end": {
          "line": 769,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns the decoded node value for the file.\n   * @type {?*} The file's decoded value.\n   ",
      "start": 22732,
      "end": 22833,
      "loc": {
        "start": {
          "line": 773,
          "column": 2
        },
        "end": {
          "line": 776,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns the decoded node value for create node serverscript.\n   * @type {?*} The file's decoded value.\n   ",
      "start": 22938,
      "end": 23055,
      "loc": {
        "start": {
          "line": 781,
          "column": 2
        },
        "end": {
          "line": 784,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns the node id associated with the file.\n   * @type {NodeId} The file's node id.\n   ",
      "start": 23295,
      "end": 23395,
      "loc": {
        "start": {
          "line": 799,
          "column": 2
        },
        "end": {
          "line": 802,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * A file's browse and display name.\n   * @type {string}\n   ",
      "start": 23832,
      "end": 23900,
      "loc": {
        "start": {
          "line": 818,
          "column": 2
        },
        "end": {
          "line": 821,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * A file's parent's node id.\n   * @type {NodeId}\n   ",
      "start": 24003,
      "end": 24064,
      "loc": {
        "start": {
          "line": 830,
          "column": 2
        },
        "end": {
          "line": 833,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns a new file with all attributes of the current file.\n   * @param {Object} options See the {@link vinyl~File} docs for all options available.\n   * @return {AtviseFile} The cloned file.\n   * @see https://github.com/gulpjs/vinyl#filecloneoptions\n   ",
      "start": 24384,
      "end": 24648,
      "loc": {
        "start": {
          "line": 849,
          "column": 2
        },
        "end": {
          "line": 854,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates a new AtviseFile and reads it's contents.\n   * @param {Object} options See {@link vinyl~File} for available options.\n   * @return {Promise} Resolved with the new file of rejected with the error that occured while\n   * trying to read it's path.\n   ",
      "start": 24925,
      "end": 25191,
      "loc": {
        "start": {
          "line": 866,
          "column": 2
        },
        "end": {
          "line": 871,
          "column": 5
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7,
      "end": 8,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "readFile",
      "start": 9,
      "end": 17,
      "loc": {
        "start": {
          "line": 1,
          "column": 9
        },
        "end": {
          "line": 1,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18,
      "end": 19,
      "loc": {
        "start": {
          "line": 1,
          "column": 18
        },
        "end": {
          "line": 1,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 20,
      "end": 24,
      "loc": {
        "start": {
          "line": 1,
          "column": 20
        },
        "end": {
          "line": 1,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "fs",
      "start": 25,
      "end": 29,
      "loc": {
        "start": {
          "line": 1,
          "column": 25
        },
        "end": {
          "line": 1,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29,
      "end": 30,
      "loc": {
        "start": {
          "line": 1,
          "column": 29
        },
        "end": {
          "line": 1,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 31,
      "end": 37,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 38,
      "end": 39,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirname",
      "start": 40,
      "end": 47,
      "loc": {
        "start": {
          "line": 2,
          "column": 9
        },
        "end": {
          "line": 2,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 48,
      "end": 49,
      "loc": {
        "start": {
          "line": 2,
          "column": 17
        },
        "end": {
          "line": 2,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 50,
      "end": 54,
      "loc": {
        "start": {
          "line": 2,
          "column": 19
        },
        "end": {
          "line": 2,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "path",
      "start": 55,
      "end": 61,
      "loc": {
        "start": {
          "line": 2,
          "column": 24
        },
        "end": {
          "line": 2,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 61,
      "end": 62,
      "loc": {
        "start": {
          "line": 2,
          "column": 30
        },
        "end": {
          "line": 2,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 63,
      "end": 69,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 70,
      "end": 71,
      "loc": {
        "start": {
          "line": 3,
          "column": 7
        },
        "end": {
          "line": 3,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeClass",
      "start": 72,
      "end": 81,
      "loc": {
        "start": {
          "line": 3,
          "column": 9
        },
        "end": {
          "line": 3,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 82,
      "end": 83,
      "loc": {
        "start": {
          "line": 3,
          "column": 19
        },
        "end": {
          "line": 3,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 84,
      "end": 88,
      "loc": {
        "start": {
          "line": 3,
          "column": 21
        },
        "end": {
          "line": 3,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "node-opcua/lib/datamodel/nodeclass",
      "start": 89,
      "end": 125,
      "loc": {
        "start": {
          "line": 3,
          "column": 26
        },
        "end": {
          "line": 3,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 125,
      "end": 126,
      "loc": {
        "start": {
          "line": 3,
          "column": 62
        },
        "end": {
          "line": 3,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 127,
      "end": 133,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 134,
      "end": 135,
      "loc": {
        "start": {
          "line": 4,
          "column": 7
        },
        "end": {
          "line": 4,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 136,
      "end": 144,
      "loc": {
        "start": {
          "line": 4,
          "column": 9
        },
        "end": {
          "line": 4,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 144,
      "end": 145,
      "loc": {
        "start": {
          "line": 4,
          "column": 17
        },
        "end": {
          "line": 4,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "VariantArrayType",
      "start": 146,
      "end": 162,
      "loc": {
        "start": {
          "line": 4,
          "column": 19
        },
        "end": {
          "line": 4,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 162,
      "end": 163,
      "loc": {
        "start": {
          "line": 4,
          "column": 35
        },
        "end": {
          "line": 4,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Variant",
      "start": 164,
      "end": 171,
      "loc": {
        "start": {
          "line": 4,
          "column": 37
        },
        "end": {
          "line": 4,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 172,
      "end": 173,
      "loc": {
        "start": {
          "line": 4,
          "column": 45
        },
        "end": {
          "line": 4,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 174,
      "end": 178,
      "loc": {
        "start": {
          "line": 4,
          "column": 47
        },
        "end": {
          "line": 4,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "node-opcua/lib/datamodel/variant",
      "start": 179,
      "end": 213,
      "loc": {
        "start": {
          "line": 4,
          "column": 52
        },
        "end": {
          "line": 4,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 213,
      "end": 214,
      "loc": {
        "start": {
          "line": 4,
          "column": 86
        },
        "end": {
          "line": 4,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 215,
      "end": 221,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 222,
      "end": 223,
      "loc": {
        "start": {
          "line": 5,
          "column": 7
        },
        "end": {
          "line": 5,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolveNodeId",
      "start": 224,
      "end": 237,
      "loc": {
        "start": {
          "line": 5,
          "column": 9
        },
        "end": {
          "line": 5,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 238,
      "end": 239,
      "loc": {
        "start": {
          "line": 5,
          "column": 23
        },
        "end": {
          "line": 5,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 240,
      "end": 244,
      "loc": {
        "start": {
          "line": 5,
          "column": 25
        },
        "end": {
          "line": 5,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "node-opcua/lib/datamodel/nodeid",
      "start": 245,
      "end": 278,
      "loc": {
        "start": {
          "line": 5,
          "column": 30
        },
        "end": {
          "line": 5,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 278,
      "end": 279,
      "loc": {
        "start": {
          "line": 5,
          "column": 63
        },
        "end": {
          "line": 5,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 280,
      "end": 286,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 287,
      "end": 288,
      "loc": {
        "start": {
          "line": 6,
          "column": 7
        },
        "end": {
          "line": 6,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "LocalizedText",
      "start": 289,
      "end": 302,
      "loc": {
        "start": {
          "line": 6,
          "column": 9
        },
        "end": {
          "line": 6,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 303,
      "end": 304,
      "loc": {
        "start": {
          "line": 6,
          "column": 23
        },
        "end": {
          "line": 6,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 305,
      "end": 309,
      "loc": {
        "start": {
          "line": 6,
          "column": 25
        },
        "end": {
          "line": 6,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "node-opcua/lib/datamodel/localized_text",
      "start": 310,
      "end": 351,
      "loc": {
        "start": {
          "line": 6,
          "column": 30
        },
        "end": {
          "line": 6,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 351,
      "end": 352,
      "loc": {
        "start": {
          "line": 6,
          "column": 71
        },
        "end": {
          "line": 6,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 353,
      "end": 359,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 360,
      "end": 361,
      "loc": {
        "start": {
          "line": 7,
          "column": 7
        },
        "end": {
          "line": 7,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "StatusCodes",
      "start": 362,
      "end": 373,
      "loc": {
        "start": {
          "line": 7,
          "column": 9
        },
        "end": {
          "line": 7,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 374,
      "end": 375,
      "loc": {
        "start": {
          "line": 7,
          "column": 21
        },
        "end": {
          "line": 7,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 376,
      "end": 380,
      "loc": {
        "start": {
          "line": 7,
          "column": 23
        },
        "end": {
          "line": 7,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "node-opcua/lib/datamodel/opcua_status_code",
      "start": 381,
      "end": 425,
      "loc": {
        "start": {
          "line": 7,
          "column": 28
        },
        "end": {
          "line": 7,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 425,
      "end": 426,
      "loc": {
        "start": {
          "line": 7,
          "column": 72
        },
        "end": {
          "line": 7,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 427,
      "end": 433,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 434,
      "end": 435,
      "loc": {
        "start": {
          "line": 8,
          "column": 7
        },
        "end": {
          "line": 8,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QualifiedName",
      "start": 436,
      "end": 449,
      "loc": {
        "start": {
          "line": 8,
          "column": 9
        },
        "end": {
          "line": 8,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 450,
      "end": 451,
      "loc": {
        "start": {
          "line": 8,
          "column": 23
        },
        "end": {
          "line": 8,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 452,
      "end": 456,
      "loc": {
        "start": {
          "line": 8,
          "column": 25
        },
        "end": {
          "line": 8,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "node-opcua/lib/datamodel/qualified_name",
      "start": 457,
      "end": 498,
      "loc": {
        "start": {
          "line": 8,
          "column": 30
        },
        "end": {
          "line": 8,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 498,
      "end": 499,
      "loc": {
        "start": {
          "line": 8,
          "column": 71
        },
        "end": {
          "line": 8,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 500,
      "end": 506,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 507,
      "end": 508,
      "loc": {
        "start": {
          "line": 9,
          "column": 7
        },
        "end": {
          "line": 9,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataValue",
      "start": 509,
      "end": 518,
      "loc": {
        "start": {
          "line": 9,
          "column": 9
        },
        "end": {
          "line": 9,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 519,
      "end": 520,
      "loc": {
        "start": {
          "line": 9,
          "column": 19
        },
        "end": {
          "line": 9,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 521,
      "end": 525,
      "loc": {
        "start": {
          "line": 9,
          "column": 21
        },
        "end": {
          "line": 9,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "node-opcua/lib/datamodel/datavalue",
      "start": 526,
      "end": 562,
      "loc": {
        "start": {
          "line": 9,
          "column": 26
        },
        "end": {
          "line": 9,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 562,
      "end": 563,
      "loc": {
        "start": {
          "line": 9,
          "column": 62
        },
        "end": {
          "line": 9,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 564,
      "end": 570,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 571,
      "end": 572,
      "loc": {
        "start": {
          "line": 10,
          "column": 7
        },
        "end": {
          "line": 10,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ReferenceTypeIds",
      "start": 573,
      "end": 589,
      "loc": {
        "start": {
          "line": 10,
          "column": 9
        },
        "end": {
          "line": 10,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 590,
      "end": 591,
      "loc": {
        "start": {
          "line": 10,
          "column": 26
        },
        "end": {
          "line": 10,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 592,
      "end": 596,
      "loc": {
        "start": {
          "line": 10,
          "column": 28
        },
        "end": {
          "line": 10,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "node-opcua/lib/opcua_node_ids",
      "start": 597,
      "end": 628,
      "loc": {
        "start": {
          "line": 10,
          "column": 33
        },
        "end": {
          "line": 10,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 628,
      "end": 629,
      "loc": {
        "start": {
          "line": 10,
          "column": 64
        },
        "end": {
          "line": 10,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 630,
      "end": 636,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 637,
      "end": 638,
      "loc": {
        "start": {
          "line": 11,
          "column": 7
        },
        "end": {
          "line": 11,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ExpandedNodeId",
      "start": 639,
      "end": 653,
      "loc": {
        "start": {
          "line": 11,
          "column": 9
        },
        "end": {
          "line": 11,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 654,
      "end": 655,
      "loc": {
        "start": {
          "line": 11,
          "column": 24
        },
        "end": {
          "line": 11,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 656,
      "end": 660,
      "loc": {
        "start": {
          "line": 11,
          "column": 26
        },
        "end": {
          "line": 11,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "node-opcua/lib/datamodel/expanded_nodeid",
      "start": 661,
      "end": 703,
      "loc": {
        "start": {
          "line": 11,
          "column": 31
        },
        "end": {
          "line": 11,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 703,
      "end": 704,
      "loc": {
        "start": {
          "line": 11,
          "column": 73
        },
        "end": {
          "line": 11,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 705,
      "end": 711,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 712,
      "end": 713,
      "loc": {
        "start": {
          "line": 12,
          "column": 7
        },
        "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": "DiagnosticInfo",
      "start": 714,
      "end": 728,
      "loc": {
        "start": {
          "line": 12,
          "column": 9
        },
        "end": {
          "line": 12,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 729,
      "end": 730,
      "loc": {
        "start": {
          "line": 12,
          "column": 24
        },
        "end": {
          "line": 12,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 731,
      "end": 735,
      "loc": {
        "start": {
          "line": 12,
          "column": 26
        },
        "end": {
          "line": 12,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "node-opcua/lib/datamodel/diagnostic_info",
      "start": 736,
      "end": 778,
      "loc": {
        "start": {
          "line": 12,
          "column": 31
        },
        "end": {
          "line": 12,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 778,
      "end": 779,
      "loc": {
        "start": {
          "line": 12,
          "column": 73
        },
        "end": {
          "line": 12,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 780,
      "end": 786,
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "File",
      "start": 787,
      "end": 791,
      "loc": {
        "start": {
          "line": 13,
          "column": 7
        },
        "end": {
          "line": 13,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 792,
      "end": 796,
      "loc": {
        "start": {
          "line": 13,
          "column": 12
        },
        "end": {
          "line": 13,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "vinyl",
      "start": 797,
      "end": 804,
      "loc": {
        "start": {
          "line": 13,
          "column": 17
        },
        "end": {
          "line": 13,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 804,
      "end": 805,
      "loc": {
        "start": {
          "line": 13,
          "column": 24
        },
        "end": {
          "line": 13,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 806,
      "end": 812,
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 14,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 813,
      "end": 819,
      "loc": {
        "start": {
          "line": 14,
          "column": 7
        },
        "end": {
          "line": 14,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 820,
      "end": 824,
      "loc": {
        "start": {
          "line": 14,
          "column": 14
        },
        "end": {
          "line": 14,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../model/opcua/NodeId",
      "start": 825,
      "end": 848,
      "loc": {
        "start": {
          "line": 14,
          "column": 19
        },
        "end": {
          "line": 14,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 848,
      "end": 849,
      "loc": {
        "start": {
          "line": 14,
          "column": 42
        },
        "end": {
          "line": 14,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 850,
      "end": 856,
      "loc": {
        "start": {
          "line": 15,
          "column": 0
        },
        "end": {
          "line": 15,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 857,
      "end": 858,
      "loc": {
        "start": {
          "line": 15,
          "column": 7
        },
        "end": {
          "line": 15,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reverse",
      "start": 859,
      "end": 866,
      "loc": {
        "start": {
          "line": 15,
          "column": 9
        },
        "end": {
          "line": 15,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 866,
      "end": 867,
      "loc": {
        "start": {
          "line": 15,
          "column": 16
        },
        "end": {
          "line": 15,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pick",
      "start": 868,
      "end": 872,
      "loc": {
        "start": {
          "line": 15,
          "column": 18
        },
        "end": {
          "line": 15,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 873,
      "end": 874,
      "loc": {
        "start": {
          "line": 15,
          "column": 23
        },
        "end": {
          "line": 15,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 875,
      "end": 879,
      "loc": {
        "start": {
          "line": 15,
          "column": 25
        },
        "end": {
          "line": 15,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../helpers/Object",
      "start": 880,
      "end": 899,
      "loc": {
        "start": {
          "line": 15,
          "column": 30
        },
        "end": {
          "line": 15,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 899,
      "end": 900,
      "loc": {
        "start": {
          "line": 15,
          "column": 49
        },
        "end": {
          "line": 15,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 901,
      "end": 907,
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 16,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 908,
      "end": 909,
      "loc": {
        "start": {
          "line": 16,
          "column": 7
        },
        "end": {
          "line": 16,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sortReferences",
      "start": 910,
      "end": 924,
      "loc": {
        "start": {
          "line": 16,
          "column": 9
        },
        "end": {
          "line": 16,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 925,
      "end": 926,
      "loc": {
        "start": {
          "line": 16,
          "column": 24
        },
        "end": {
          "line": 16,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 927,
      "end": 931,
      "loc": {
        "start": {
          "line": 16,
          "column": 26
        },
        "end": {
          "line": 16,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../helpers/mapping",
      "start": 932,
      "end": 952,
      "loc": {
        "start": {
          "line": 16,
          "column": 31
        },
        "end": {
          "line": 16,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 952,
      "end": 953,
      "loc": {
        "start": {
          "line": 16,
          "column": 51
        },
        "end": {
          "line": 16,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 954,
      "end": 960,
      "loc": {
        "start": {
          "line": 17,
          "column": 0
        },
        "end": {
          "line": 17,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseTypes",
      "start": 961,
      "end": 972,
      "loc": {
        "start": {
          "line": 17,
          "column": 7
        },
        "end": {
          "line": 17,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 972,
      "end": 973,
      "loc": {
        "start": {
          "line": 17,
          "column": 18
        },
        "end": {
          "line": 17,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 974,
      "end": 975,
      "loc": {
        "start": {
          "line": 17,
          "column": 20
        },
        "end": {
          "line": 17,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseResourceType",
      "start": 976,
      "end": 994,
      "loc": {
        "start": {
          "line": 17,
          "column": 22
        },
        "end": {
          "line": 17,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 995,
      "end": 996,
      "loc": {
        "start": {
          "line": 17,
          "column": 41
        },
        "end": {
          "line": 17,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 997,
      "end": 1001,
      "loc": {
        "start": {
          "line": 17,
          "column": 43
        },
        "end": {
          "line": 17,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./Types",
      "start": 1002,
      "end": 1011,
      "loc": {
        "start": {
          "line": 17,
          "column": 48
        },
        "end": {
          "line": 17,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1011,
      "end": 1012,
      "loc": {
        "start": {
          "line": 17,
          "column": 57
        },
        "end": {
          "line": 17,
          "column": 58
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A map of AtviseTypes against their definition id's value.\n * @type {Map<String, AtivseType>}\n ",
      "start": 1014,
      "end": 1117,
      "loc": {
        "start": {
          "line": 19,
          "column": 0
        },
        "end": {
          "line": 22,
          "column": 3
        }
      }
    },
    {
      "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": 1118,
      "end": 1123,
      "loc": {
        "start": {
          "line": 23,
          "column": 0
        },
        "end": {
          "line": 23,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseTypesByValue",
      "start": 1124,
      "end": 1142,
      "loc": {
        "start": {
          "line": 23,
          "column": 6
        },
        "end": {
          "line": 23,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1143,
      "end": 1144,
      "loc": {
        "start": {
          "line": 23,
          "column": 25
        },
        "end": {
          "line": 23,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseTypes",
      "start": 1145,
      "end": 1156,
      "loc": {
        "start": {
          "line": 23,
          "column": 27
        },
        "end": {
          "line": 23,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1156,
      "end": 1157,
      "loc": {
        "start": {
          "line": 23,
          "column": 38
        },
        "end": {
          "line": 23,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reduce",
      "start": 1157,
      "end": 1163,
      "loc": {
        "start": {
          "line": 23,
          "column": 39
        },
        "end": {
          "line": 23,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1163,
      "end": 1164,
      "loc": {
        "start": {
          "line": 23,
          "column": 45
        },
        "end": {
          "line": 23,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1167,
      "end": 1168,
      "loc": {
        "start": {
          "line": 24,
          "column": 2
        },
        "end": {
          "line": 24,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 1168,
      "end": 1174,
      "loc": {
        "start": {
          "line": 24,
          "column": 3
        },
        "end": {
          "line": 24,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1174,
      "end": 1175,
      "loc": {
        "start": {
          "line": 24,
          "column": 9
        },
        "end": {
          "line": 24,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1176,
      "end": 1180,
      "loc": {
        "start": {
          "line": 24,
          "column": 11
        },
        "end": {
          "line": 24,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1180,
      "end": 1181,
      "loc": {
        "start": {
          "line": 24,
          "column": 15
        },
        "end": {
          "line": 24,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1182,
      "end": 1184,
      "loc": {
        "start": {
          "line": 24,
          "column": 17
        },
        "end": {
          "line": 24,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 1189,
      "end": 1195,
      "loc": {
        "start": {
          "line": 25,
          "column": 4
        },
        "end": {
          "line": 25,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1195,
      "end": 1196,
      "loc": {
        "start": {
          "line": 25,
          "column": 10
        },
        "end": {
          "line": 25,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 1196,
      "end": 1202,
      "loc": {
        "start": {
          "line": 25,
          "column": 11
        },
        "end": {
          "line": 25,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1202,
      "end": 1203,
      "loc": {
        "start": {
          "line": 25,
          "column": 17
        },
        "end": {
          "line": 25,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 1203,
      "end": 1209,
      "loc": {
        "start": {
          "line": 25,
          "column": 18
        },
        "end": {
          "line": 25,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1209,
      "end": 1210,
      "loc": {
        "start": {
          "line": 25,
          "column": 24
        },
        "end": {
          "line": 25,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1211,
      "end": 1212,
      "loc": {
        "start": {
          "line": 25,
          "column": 26
        },
        "end": {
          "line": 25,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1219,
      "end": 1220,
      "loc": {
        "start": {
          "line": 26,
          "column": 6
        },
        "end": {
          "line": 26,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1220,
      "end": 1224,
      "loc": {
        "start": {
          "line": 26,
          "column": 7
        },
        "end": {
          "line": 26,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1224,
      "end": 1225,
      "loc": {
        "start": {
          "line": 26,
          "column": 11
        },
        "end": {
          "line": 26,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeDefinition",
      "start": 1225,
      "end": 1239,
      "loc": {
        "start": {
          "line": 26,
          "column": 12
        },
        "end": {
          "line": 26,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1239,
      "end": 1240,
      "loc": {
        "start": {
          "line": 26,
          "column": 26
        },
        "end": {
          "line": 26,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 1240,
      "end": 1245,
      "loc": {
        "start": {
          "line": 26,
          "column": 27
        },
        "end": {
          "line": 26,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1245,
      "end": 1246,
      "loc": {
        "start": {
          "line": 26,
          "column": 32
        },
        "end": {
          "line": 26,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1246,
      "end": 1247,
      "loc": {
        "start": {
          "line": 26,
          "column": 33
        },
        "end": {
          "line": 26,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1248,
      "end": 1252,
      "loc": {
        "start": {
          "line": 26,
          "column": 35
        },
        "end": {
          "line": 26,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1252,
      "end": 1253,
      "loc": {
        "start": {
          "line": 26,
          "column": 39
        },
        "end": {
          "line": 26,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1258,
      "end": 1259,
      "loc": {
        "start": {
          "line": 27,
          "column": 4
        },
        "end": {
          "line": 27,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1259,
      "end": 1260,
      "loc": {
        "start": {
          "line": 27,
          "column": 5
        },
        "end": {
          "line": 27,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1260,
      "end": 1261,
      "loc": {
        "start": {
          "line": 27,
          "column": 6
        },
        "end": {
          "line": 27,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1264,
      "end": 1265,
      "loc": {
        "start": {
          "line": 28,
          "column": 2
        },
        "end": {
          "line": 28,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1265,
      "end": 1266,
      "loc": {
        "start": {
          "line": 28,
          "column": 3
        },
        "end": {
          "line": 28,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1267,
      "end": 1268,
      "loc": {
        "start": {
          "line": 29,
          "column": 0
        },
        "end": {
          "line": 29,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1268,
      "end": 1269,
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 29,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A map of AtviseTypes against their identifiers.\n * @type {Map<String, AtivseType>}\n ",
      "start": 1271,
      "end": 1364,
      "loc": {
        "start": {
          "line": 31,
          "column": 0
        },
        "end": {
          "line": 34,
          "column": 3
        }
      }
    },
    {
      "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": 1365,
      "end": 1370,
      "loc": {
        "start": {
          "line": 35,
          "column": 0
        },
        "end": {
          "line": 35,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseTypesByIdentifier",
      "start": 1371,
      "end": 1394,
      "loc": {
        "start": {
          "line": 35,
          "column": 6
        },
        "end": {
          "line": 35,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1395,
      "end": 1396,
      "loc": {
        "start": {
          "line": 35,
          "column": 30
        },
        "end": {
          "line": 35,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseTypes",
      "start": 1397,
      "end": 1408,
      "loc": {
        "start": {
          "line": 35,
          "column": 32
        },
        "end": {
          "line": 35,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1408,
      "end": 1409,
      "loc": {
        "start": {
          "line": 35,
          "column": 43
        },
        "end": {
          "line": 35,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reduce",
      "start": 1409,
      "end": 1415,
      "loc": {
        "start": {
          "line": 35,
          "column": 44
        },
        "end": {
          "line": 35,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1415,
      "end": 1416,
      "loc": {
        "start": {
          "line": 35,
          "column": 50
        },
        "end": {
          "line": 35,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1419,
      "end": 1420,
      "loc": {
        "start": {
          "line": 36,
          "column": 2
        },
        "end": {
          "line": 36,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 1420,
      "end": 1426,
      "loc": {
        "start": {
          "line": 36,
          "column": 3
        },
        "end": {
          "line": 36,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1426,
      "end": 1427,
      "loc": {
        "start": {
          "line": 36,
          "column": 9
        },
        "end": {
          "line": 36,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1428,
      "end": 1432,
      "loc": {
        "start": {
          "line": 36,
          "column": 11
        },
        "end": {
          "line": 36,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1432,
      "end": 1433,
      "loc": {
        "start": {
          "line": 36,
          "column": 15
        },
        "end": {
          "line": 36,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1434,
      "end": 1436,
      "loc": {
        "start": {
          "line": 36,
          "column": 17
        },
        "end": {
          "line": 36,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 1441,
      "end": 1447,
      "loc": {
        "start": {
          "line": 37,
          "column": 4
        },
        "end": {
          "line": 37,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1447,
      "end": 1448,
      "loc": {
        "start": {
          "line": 37,
          "column": 10
        },
        "end": {
          "line": 37,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 1448,
      "end": 1454,
      "loc": {
        "start": {
          "line": 37,
          "column": 11
        },
        "end": {
          "line": 37,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1454,
      "end": 1455,
      "loc": {
        "start": {
          "line": 37,
          "column": 17
        },
        "end": {
          "line": 37,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 1455,
      "end": 1461,
      "loc": {
        "start": {
          "line": 37,
          "column": 18
        },
        "end": {
          "line": 37,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1461,
      "end": 1462,
      "loc": {
        "start": {
          "line": 37,
          "column": 24
        },
        "end": {
          "line": 37,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1463,
      "end": 1464,
      "loc": {
        "start": {
          "line": 37,
          "column": 26
        },
        "end": {
          "line": 37,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1471,
      "end": 1472,
      "loc": {
        "start": {
          "line": 38,
          "column": 6
        },
        "end": {
          "line": 38,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1472,
      "end": 1476,
      "loc": {
        "start": {
          "line": 38,
          "column": 7
        },
        "end": {
          "line": 38,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1476,
      "end": 1477,
      "loc": {
        "start": {
          "line": 38,
          "column": 11
        },
        "end": {
          "line": 38,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 1477,
      "end": 1487,
      "loc": {
        "start": {
          "line": 38,
          "column": 12
        },
        "end": {
          "line": 38,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1487,
      "end": 1488,
      "loc": {
        "start": {
          "line": 38,
          "column": 22
        },
        "end": {
          "line": 38,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1488,
      "end": 1489,
      "loc": {
        "start": {
          "line": 38,
          "column": 23
        },
        "end": {
          "line": 38,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1490,
      "end": 1494,
      "loc": {
        "start": {
          "line": 38,
          "column": 25
        },
        "end": {
          "line": 38,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1494,
      "end": 1495,
      "loc": {
        "start": {
          "line": 38,
          "column": 29
        },
        "end": {
          "line": 38,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1500,
      "end": 1501,
      "loc": {
        "start": {
          "line": 39,
          "column": 4
        },
        "end": {
          "line": 39,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1501,
      "end": 1502,
      "loc": {
        "start": {
          "line": 39,
          "column": 5
        },
        "end": {
          "line": 39,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1502,
      "end": 1503,
      "loc": {
        "start": {
          "line": 39,
          "column": 6
        },
        "end": {
          "line": 39,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1506,
      "end": 1507,
      "loc": {
        "start": {
          "line": 40,
          "column": 2
        },
        "end": {
          "line": 40,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1507,
      "end": 1508,
      "loc": {
        "start": {
          "line": 40,
          "column": 3
        },
        "end": {
          "line": 40,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1509,
      "end": 1510,
      "loc": {
        "start": {
          "line": 41,
          "column": 0
        },
        "end": {
          "line": 41,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1510,
      "end": 1511,
      "loc": {
        "start": {
          "line": 41,
          "column": 1
        },
        "end": {
          "line": 41,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A map providing shorter extensions for data types\n * @type {Map<node-opcua~DataType, String>}\n ",
      "start": 1513,
      "end": 1617,
      "loc": {
        "start": {
          "line": 43,
          "column": 0
        },
        "end": {
          "line": 46,
          "column": 3
        }
      }
    },
    {
      "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": 1618,
      "end": 1624,
      "loc": {
        "start": {
          "line": 47,
          "column": 0
        },
        "end": {
          "line": 47,
          "column": 6
        }
      }
    },
    {
      "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": 1625,
      "end": 1630,
      "loc": {
        "start": {
          "line": 47,
          "column": 7
        },
        "end": {
          "line": 47,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ExtensionForDataType",
      "start": 1631,
      "end": 1651,
      "loc": {
        "start": {
          "line": 47,
          "column": 13
        },
        "end": {
          "line": 47,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1652,
      "end": 1653,
      "loc": {
        "start": {
          "line": 47,
          "column": 34
        },
        "end": {
          "line": 47,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1654,
      "end": 1655,
      "loc": {
        "start": {
          "line": 47,
          "column": 36
        },
        "end": {
          "line": 47,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1658,
      "end": 1659,
      "loc": {
        "start": {
          "line": 48,
          "column": 2
        },
        "end": {
          "line": 48,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 1659,
      "end": 1667,
      "loc": {
        "start": {
          "line": 48,
          "column": 3
        },
        "end": {
          "line": 48,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1667,
      "end": 1668,
      "loc": {
        "start": {
          "line": 48,
          "column": 11
        },
        "end": {
          "line": 48,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Boolean",
      "start": 1668,
      "end": 1675,
      "loc": {
        "start": {
          "line": 48,
          "column": 12
        },
        "end": {
          "line": 48,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1675,
      "end": 1676,
      "loc": {
        "start": {
          "line": 48,
          "column": 19
        },
        "end": {
          "line": 48,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1676,
      "end": 1677,
      "loc": {
        "start": {
          "line": 48,
          "column": 20
        },
        "end": {
          "line": 48,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bool",
      "start": 1678,
      "end": 1684,
      "loc": {
        "start": {
          "line": 48,
          "column": 22
        },
        "end": {
          "line": 48,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1684,
      "end": 1685,
      "loc": {
        "start": {
          "line": 48,
          "column": 28
        },
        "end": {
          "line": 48,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1688,
      "end": 1689,
      "loc": {
        "start": {
          "line": 49,
          "column": 2
        },
        "end": {
          "line": 49,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 1689,
      "end": 1697,
      "loc": {
        "start": {
          "line": 49,
          "column": 3
        },
        "end": {
          "line": 49,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1697,
      "end": 1698,
      "loc": {
        "start": {
          "line": 49,
          "column": 11
        },
        "end": {
          "line": 49,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "XmlElement",
      "start": 1698,
      "end": 1708,
      "loc": {
        "start": {
          "line": 49,
          "column": 12
        },
        "end": {
          "line": 49,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1708,
      "end": 1709,
      "loc": {
        "start": {
          "line": 49,
          "column": 22
        },
        "end": {
          "line": 49,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1709,
      "end": 1710,
      "loc": {
        "start": {
          "line": 49,
          "column": 23
        },
        "end": {
          "line": 49,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "xml",
      "start": 1711,
      "end": 1716,
      "loc": {
        "start": {
          "line": 49,
          "column": 25
        },
        "end": {
          "line": 49,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1716,
      "end": 1717,
      "loc": {
        "start": {
          "line": 49,
          "column": 30
        },
        "end": {
          "line": 49,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1718,
      "end": 1719,
      "loc": {
        "start": {
          "line": 50,
          "column": 0
        },
        "end": {
          "line": 50,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1719,
      "end": 1720,
      "loc": {
        "start": {
          "line": 50,
          "column": 1
        },
        "end": {
          "line": 50,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A map providing data types for shorter extensions (Reverse of {@link DataTypeForExtension}).\n * * @type {Map<String, node-opcua~DataType>}\n ",
      "start": 1722,
      "end": 1871,
      "loc": {
        "start": {
          "line": 52,
          "column": 0
        },
        "end": {
          "line": 55,
          "column": 3
        }
      }
    },
    {
      "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": 1872,
      "end": 1878,
      "loc": {
        "start": {
          "line": 56,
          "column": 0
        },
        "end": {
          "line": 56,
          "column": 6
        }
      }
    },
    {
      "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": 1879,
      "end": 1884,
      "loc": {
        "start": {
          "line": 56,
          "column": 7
        },
        "end": {
          "line": 56,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypeForExtension",
      "start": 1885,
      "end": 1905,
      "loc": {
        "start": {
          "line": 56,
          "column": 13
        },
        "end": {
          "line": 56,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1906,
      "end": 1907,
      "loc": {
        "start": {
          "line": 56,
          "column": 34
        },
        "end": {
          "line": 56,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reverse",
      "start": 1908,
      "end": 1915,
      "loc": {
        "start": {
          "line": 56,
          "column": 36
        },
        "end": {
          "line": 56,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1915,
      "end": 1916,
      "loc": {
        "start": {
          "line": 56,
          "column": 43
        },
        "end": {
          "line": 56,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ExtensionForDataType",
      "start": 1916,
      "end": 1936,
      "loc": {
        "start": {
          "line": 56,
          "column": 44
        },
        "end": {
          "line": 56,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1936,
      "end": 1937,
      "loc": {
        "start": {
          "line": 56,
          "column": 64
        },
        "end": {
          "line": 56,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1937,
      "end": 1938,
      "loc": {
        "start": {
          "line": 56,
          "column": 65
        },
        "end": {
          "line": 56,
          "column": 66
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Cache DataType",
      "start": 1940,
      "end": 1957,
      "loc": {
        "start": {
          "line": 58,
          "column": 0
        },
        "end": {
          "line": 58,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * OPC-UA data type names.\n * @type {String[]}\n ",
      "start": 1958,
      "end": 2012,
      "loc": {
        "start": {
          "line": 59,
          "column": 0
        },
        "end": {
          "line": 62,
          "column": 3
        }
      }
    },
    {
      "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": 2013,
      "end": 2018,
      "loc": {
        "start": {
          "line": 63,
          "column": 0
        },
        "end": {
          "line": 63,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 2019,
      "end": 2024,
      "loc": {
        "start": {
          "line": 63,
          "column": 6
        },
        "end": {
          "line": 63,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2025,
      "end": 2026,
      "loc": {
        "start": {
          "line": 63,
          "column": 12
        },
        "end": {
          "line": 63,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 2027,
      "end": 2033,
      "loc": {
        "start": {
          "line": 63,
          "column": 14
        },
        "end": {
          "line": 63,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2033,
      "end": 2034,
      "loc": {
        "start": {
          "line": 63,
          "column": 20
        },
        "end": {
          "line": 63,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 2034,
      "end": 2038,
      "loc": {
        "start": {
          "line": 63,
          "column": 21
        },
        "end": {
          "line": 63,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2038,
      "end": 2039,
      "loc": {
        "start": {
          "line": 63,
          "column": 25
        },
        "end": {
          "line": 63,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 2039,
      "end": 2047,
      "loc": {
        "start": {
          "line": 63,
          "column": 26
        },
        "end": {
          "line": 63,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2047,
      "end": 2048,
      "loc": {
        "start": {
          "line": 63,
          "column": 34
        },
        "end": {
          "line": 63,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2048,
      "end": 2049,
      "loc": {
        "start": {
          "line": 63,
          "column": 35
        },
        "end": {
          "line": 63,
          "column": 36
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * OPC-UA data type extensions.\n * @type {String[]}\n ",
      "start": 2051,
      "end": 2110,
      "loc": {
        "start": {
          "line": 65,
          "column": 0
        },
        "end": {
          "line": 68,
          "column": 3
        }
      }
    },
    {
      "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": 2111,
      "end": 2116,
      "loc": {
        "start": {
          "line": 69,
          "column": 0
        },
        "end": {
          "line": 69,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeExtensions",
      "start": 2117,
      "end": 2131,
      "loc": {
        "start": {
          "line": 69,
          "column": 6
        },
        "end": {
          "line": 69,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2132,
      "end": 2133,
      "loc": {
        "start": {
          "line": 69,
          "column": 21
        },
        "end": {
          "line": 69,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 2134,
      "end": 2139,
      "loc": {
        "start": {
          "line": 69,
          "column": 23
        },
        "end": {
          "line": 69,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2139,
      "end": 2140,
      "loc": {
        "start": {
          "line": 69,
          "column": 28
        },
        "end": {
          "line": 69,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 2140,
      "end": 2143,
      "loc": {
        "start": {
          "line": 69,
          "column": 29
        },
        "end": {
          "line": 69,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2143,
      "end": 2144,
      "loc": {
        "start": {
          "line": 69,
          "column": 32
        },
        "end": {
          "line": 69,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2144,
      "end": 2145,
      "loc": {
        "start": {
          "line": 69,
          "column": 33
        },
        "end": {
          "line": 69,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "t",
      "start": 2145,
      "end": 2146,
      "loc": {
        "start": {
          "line": 69,
          "column": 34
        },
        "end": {
          "line": 69,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2146,
      "end": 2147,
      "loc": {
        "start": {
          "line": 69,
          "column": 35
        },
        "end": {
          "line": 69,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2148,
      "end": 2150,
      "loc": {
        "start": {
          "line": 69,
          "column": 37
        },
        "end": {
          "line": 69,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "t",
      "start": 2151,
      "end": 2152,
      "loc": {
        "start": {
          "line": 69,
          "column": 40
        },
        "end": {
          "line": 69,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2152,
      "end": 2153,
      "loc": {
        "start": {
          "line": 69,
          "column": 41
        },
        "end": {
          "line": 69,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 2153,
      "end": 2164,
      "loc": {
        "start": {
          "line": 69,
          "column": 42
        },
        "end": {
          "line": 69,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2164,
      "end": 2165,
      "loc": {
        "start": {
          "line": 69,
          "column": 53
        },
        "end": {
          "line": 69,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2165,
      "end": 2166,
      "loc": {
        "start": {
          "line": 69,
          "column": 54
        },
        "end": {
          "line": 69,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2166,
      "end": 2167,
      "loc": {
        "start": {
          "line": 69,
          "column": 55
        },
        "end": {
          "line": 69,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2167,
      "end": 2168,
      "loc": {
        "start": {
          "line": 69,
          "column": 56
        },
        "end": {
          "line": 69,
          "column": 57
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Cache TypeDefinitions",
      "start": 2170,
      "end": 2194,
      "loc": {
        "start": {
          "line": 71,
          "column": 0
        },
        "end": {
          "line": 71,
          "column": 24
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Variable data type definition node id.\n * @type {NodeId}\n ",
      "start": 2195,
      "end": 2262,
      "loc": {
        "start": {
          "line": 72,
          "column": 0
        },
        "end": {
          "line": 75,
          "column": 3
        }
      }
    },
    {
      "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": 2263,
      "end": 2268,
      "loc": {
        "start": {
          "line": 76,
          "column": 0
        },
        "end": {
          "line": 76,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "VariableTypeDefinition",
      "start": 2269,
      "end": 2291,
      "loc": {
        "start": {
          "line": 76,
          "column": 6
        },
        "end": {
          "line": 76,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2292,
      "end": 2293,
      "loc": {
        "start": {
          "line": 76,
          "column": 29
        },
        "end": {
          "line": 76,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2294,
      "end": 2297,
      "loc": {
        "start": {
          "line": 76,
          "column": 31
        },
        "end": {
          "line": 76,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 2298,
      "end": 2304,
      "loc": {
        "start": {
          "line": 76,
          "column": 35
        },
        "end": {
          "line": 76,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2304,
      "end": 2305,
      "loc": {
        "start": {
          "line": 76,
          "column": 41
        },
        "end": {
          "line": 76,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 2305,
      "end": 2311,
      "loc": {
        "start": {
          "line": 76,
          "column": 42
        },
        "end": {
          "line": 76,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2311,
      "end": 2312,
      "loc": {
        "start": {
          "line": 76,
          "column": 48
        },
        "end": {
          "line": 76,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeIdType",
      "start": 2312,
      "end": 2322,
      "loc": {
        "start": {
          "line": 76,
          "column": 49
        },
        "end": {
          "line": 76,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2322,
      "end": 2323,
      "loc": {
        "start": {
          "line": 76,
          "column": 59
        },
        "end": {
          "line": 76,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMERIC",
      "start": 2323,
      "end": 2330,
      "loc": {
        "start": {
          "line": 76,
          "column": 60
        },
        "end": {
          "line": 76,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2330,
      "end": 2331,
      "loc": {
        "start": {
          "line": 76,
          "column": 67
        },
        "end": {
          "line": 76,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 62,
      "start": 2332,
      "end": 2334,
      "loc": {
        "start": {
          "line": 76,
          "column": 69
        },
        "end": {
          "line": 76,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2334,
      "end": 2335,
      "loc": {
        "start": {
          "line": 76,
          "column": 71
        },
        "end": {
          "line": 76,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2336,
      "end": 2337,
      "loc": {
        "start": {
          "line": 76,
          "column": 73
        },
        "end": {
          "line": 76,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2337,
      "end": 2338,
      "loc": {
        "start": {
          "line": 76,
          "column": 74
        },
        "end": {
          "line": 76,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2338,
      "end": 2339,
      "loc": {
        "start": {
          "line": 76,
          "column": 75
        },
        "end": {
          "line": 76,
          "column": 76
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Property data type definition node id.\n * @type {NodeId}\n ",
      "start": 2340,
      "end": 2407,
      "loc": {
        "start": {
          "line": 77,
          "column": 0
        },
        "end": {
          "line": 80,
          "column": 3
        }
      }
    },
    {
      "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": 2408,
      "end": 2413,
      "loc": {
        "start": {
          "line": 81,
          "column": 0
        },
        "end": {
          "line": 81,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PropertyTypeDefinition",
      "start": 2414,
      "end": 2436,
      "loc": {
        "start": {
          "line": 81,
          "column": 6
        },
        "end": {
          "line": 81,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2437,
      "end": 2438,
      "loc": {
        "start": {
          "line": 81,
          "column": 29
        },
        "end": {
          "line": 81,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2439,
      "end": 2442,
      "loc": {
        "start": {
          "line": 81,
          "column": 31
        },
        "end": {
          "line": 81,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 2443,
      "end": 2449,
      "loc": {
        "start": {
          "line": 81,
          "column": 35
        },
        "end": {
          "line": 81,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2449,
      "end": 2450,
      "loc": {
        "start": {
          "line": 81,
          "column": 41
        },
        "end": {
          "line": 81,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 2450,
      "end": 2456,
      "loc": {
        "start": {
          "line": 81,
          "column": 42
        },
        "end": {
          "line": 81,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2456,
      "end": 2457,
      "loc": {
        "start": {
          "line": 81,
          "column": 48
        },
        "end": {
          "line": 81,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeIdType",
      "start": 2457,
      "end": 2467,
      "loc": {
        "start": {
          "line": 81,
          "column": 49
        },
        "end": {
          "line": 81,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2467,
      "end": 2468,
      "loc": {
        "start": {
          "line": 81,
          "column": 59
        },
        "end": {
          "line": 81,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMERIC",
      "start": 2468,
      "end": 2475,
      "loc": {
        "start": {
          "line": 81,
          "column": 60
        },
        "end": {
          "line": 81,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2475,
      "end": 2476,
      "loc": {
        "start": {
          "line": 81,
          "column": 67
        },
        "end": {
          "line": 81,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 68,
      "start": 2477,
      "end": 2479,
      "loc": {
        "start": {
          "line": 81,
          "column": 69
        },
        "end": {
          "line": 81,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2479,
      "end": 2480,
      "loc": {
        "start": {
          "line": 81,
          "column": 71
        },
        "end": {
          "line": 81,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2481,
      "end": 2482,
      "loc": {
        "start": {
          "line": 81,
          "column": 73
        },
        "end": {
          "line": 81,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2482,
      "end": 2483,
      "loc": {
        "start": {
          "line": 81,
          "column": 74
        },
        "end": {
          "line": 81,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2483,
      "end": 2484,
      "loc": {
        "start": {
          "line": 81,
          "column": 75
        },
        "end": {
          "line": 81,
          "column": 76
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Cache Regular expressions",
      "start": 2486,
      "end": 2514,
      "loc": {
        "start": {
          "line": 83,
          "column": 0
        },
        "end": {
          "line": 83,
          "column": 28
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A regular expression picking file extensions from file names.\n * @type {RegExp}\n ",
      "start": 2515,
      "end": 2605,
      "loc": {
        "start": {
          "line": 84,
          "column": 0
        },
        "end": {
          "line": 87,
          "column": 3
        }
      }
    },
    {
      "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": 2606,
      "end": 2611,
      "loc": {
        "start": {
          "line": 88,
          "column": 0
        },
        "end": {
          "line": 88,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ExtensionRegExp",
      "start": 2612,
      "end": 2627,
      "loc": {
        "start": {
          "line": 88,
          "column": 6
        },
        "end": {
          "line": 88,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2628,
      "end": 2629,
      "loc": {
        "start": {
          "line": 88,
          "column": 22
        },
        "end": {
          "line": 88,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "\\.([^/\\\\]*)$",
        "flags": ""
      },
      "start": 2630,
      "end": 2644,
      "loc": {
        "start": {
          "line": 88,
          "column": 24
        },
        "end": {
          "line": 88,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2644,
      "end": 2645,
      "loc": {
        "start": {
          "line": 88,
          "column": 38
        },
        "end": {
          "line": 88,
          "column": 39
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Function that returns the passed argument as is.\n * @param {*} b The input argument.\n * @return {*} The value passed.\n ",
      "start": 2647,
      "end": 2775,
      "loc": {
        "start": {
          "line": 90,
          "column": 0
        },
        "end": {
          "line": 94,
          "column": 3
        }
      }
    },
    {
      "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": 2776,
      "end": 2781,
      "loc": {
        "start": {
          "line": 95,
          "column": 0
        },
        "end": {
          "line": 95,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "asIs",
      "start": 2782,
      "end": 2786,
      "loc": {
        "start": {
          "line": 95,
          "column": 6
        },
        "end": {
          "line": 95,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2787,
      "end": 2788,
      "loc": {
        "start": {
          "line": 95,
          "column": 11
        },
        "end": {
          "line": 95,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2789,
      "end": 2790,
      "loc": {
        "start": {
          "line": 95,
          "column": 13
        },
        "end": {
          "line": 95,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 2790,
      "end": 2791,
      "loc": {
        "start": {
          "line": 95,
          "column": 14
        },
        "end": {
          "line": 95,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2791,
      "end": 2792,
      "loc": {
        "start": {
          "line": 95,
          "column": 15
        },
        "end": {
          "line": 95,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2793,
      "end": 2795,
      "loc": {
        "start": {
          "line": 95,
          "column": 17
        },
        "end": {
          "line": 95,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 2796,
      "end": 2797,
      "loc": {
        "start": {
          "line": 95,
          "column": 20
        },
        "end": {
          "line": 95,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2797,
      "end": 2798,
      "loc": {
        "start": {
          "line": 95,
          "column": 21
        },
        "end": {
          "line": 95,
          "column": 22
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Maps a single property of an object using the the mapper defined in *map* for the given\n * *dataType*.\n * @param {Map<node-opcua~DataType, function} map The mappings to use.\n * @param {Object} obj The object to process.\n * @param {string} key Name of the property to map.\n * @param {node-opcua~DataType} dataType The data type to map the property to.\n ",
      "start": 2800,
      "end": 3161,
      "loc": {
        "start": {
          "line": 97,
          "column": 0
        },
        "end": {
          "line": 104,
          "column": 3
        }
      }
    },
    {
      "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": 3162,
      "end": 3167,
      "loc": {
        "start": {
          "line": 105,
          "column": 0
        },
        "end": {
          "line": 105,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapPropertyAs",
      "start": 3168,
      "end": 3181,
      "loc": {
        "start": {
          "line": 105,
          "column": 6
        },
        "end": {
          "line": 105,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3182,
      "end": 3183,
      "loc": {
        "start": {
          "line": 105,
          "column": 20
        },
        "end": {
          "line": 105,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3184,
      "end": 3185,
      "loc": {
        "start": {
          "line": 105,
          "column": 22
        },
        "end": {
          "line": 105,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 3185,
      "end": 3188,
      "loc": {
        "start": {
          "line": 105,
          "column": 23
        },
        "end": {
          "line": 105,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3188,
      "end": 3189,
      "loc": {
        "start": {
          "line": 105,
          "column": 26
        },
        "end": {
          "line": 105,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 3190,
      "end": 3193,
      "loc": {
        "start": {
          "line": 105,
          "column": 28
        },
        "end": {
          "line": 105,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3193,
      "end": 3194,
      "loc": {
        "start": {
          "line": 105,
          "column": 31
        },
        "end": {
          "line": 105,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 3195,
      "end": 3198,
      "loc": {
        "start": {
          "line": 105,
          "column": 33
        },
        "end": {
          "line": 105,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3198,
      "end": 3199,
      "loc": {
        "start": {
          "line": 105,
          "column": 36
        },
        "end": {
          "line": 105,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 3200,
      "end": 3208,
      "loc": {
        "start": {
          "line": 105,
          "column": 38
        },
        "end": {
          "line": 105,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3208,
      "end": 3209,
      "loc": {
        "start": {
          "line": 105,
          "column": 46
        },
        "end": {
          "line": 105,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3210,
      "end": 3212,
      "loc": {
        "start": {
          "line": 105,
          "column": 48
        },
        "end": {
          "line": 105,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3213,
      "end": 3214,
      "loc": {
        "start": {
          "line": 105,
          "column": 51
        },
        "end": {
          "line": 105,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3217,
      "end": 3219,
      "loc": {
        "start": {
          "line": 106,
          "column": 2
        },
        "end": {
          "line": 106,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3220,
      "end": 3221,
      "loc": {
        "start": {
          "line": 106,
          "column": 5
        },
        "end": {
          "line": 106,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 3221,
      "end": 3224,
      "loc": {
        "start": {
          "line": 106,
          "column": 6
        },
        "end": {
          "line": 106,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3224,
      "end": 3225,
      "loc": {
        "start": {
          "line": 106,
          "column": 9
        },
        "end": {
          "line": 106,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 3225,
      "end": 3228,
      "loc": {
        "start": {
          "line": 106,
          "column": 10
        },
        "end": {
          "line": 106,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3228,
      "end": 3229,
      "loc": {
        "start": {
          "line": 106,
          "column": 13
        },
        "end": {
          "line": 106,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3229,
      "end": 3230,
      "loc": {
        "start": {
          "line": 106,
          "column": 14
        },
        "end": {
          "line": 106,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3231,
      "end": 3232,
      "loc": {
        "start": {
          "line": 106,
          "column": 16
        },
        "end": {
          "line": 106,
          "column": 17
        }
      }
    },
    {
      "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": 3237,
      "end": 3243,
      "loc": {
        "start": {
          "line": 107,
          "column": 4
        },
        "end": {
          "line": 107,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 3244,
      "end": 3250,
      "loc": {
        "start": {
          "line": 107,
          "column": 11
        },
        "end": {
          "line": 107,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3250,
      "end": 3251,
      "loc": {
        "start": {
          "line": 107,
          "column": 17
        },
        "end": {
          "line": 107,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 3251,
      "end": 3257,
      "loc": {
        "start": {
          "line": 107,
          "column": 18
        },
        "end": {
          "line": 107,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3257,
      "end": 3258,
      "loc": {
        "start": {
          "line": 107,
          "column": 24
        },
        "end": {
          "line": 107,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 3258,
      "end": 3261,
      "loc": {
        "start": {
          "line": 107,
          "column": 25
        },
        "end": {
          "line": 107,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3261,
      "end": 3262,
      "loc": {
        "start": {
          "line": 107,
          "column": 28
        },
        "end": {
          "line": 107,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3263,
      "end": 3264,
      "loc": {
        "start": {
          "line": 107,
          "column": 30
        },
        "end": {
          "line": 107,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3271,
      "end": 3272,
      "loc": {
        "start": {
          "line": 108,
          "column": 6
        },
        "end": {
          "line": 108,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 3272,
      "end": 3275,
      "loc": {
        "start": {
          "line": 108,
          "column": 7
        },
        "end": {
          "line": 108,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3275,
      "end": 3276,
      "loc": {
        "start": {
          "line": 108,
          "column": 10
        },
        "end": {
          "line": 108,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3276,
      "end": 3277,
      "loc": {
        "start": {
          "line": 108,
          "column": 11
        },
        "end": {
          "line": 108,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 3278,
      "end": 3281,
      "loc": {
        "start": {
          "line": 108,
          "column": 13
        },
        "end": {
          "line": 108,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3281,
      "end": 3282,
      "loc": {
        "start": {
          "line": 108,
          "column": 16
        },
        "end": {
          "line": 108,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 3282,
      "end": 3290,
      "loc": {
        "start": {
          "line": 108,
          "column": 17
        },
        "end": {
          "line": 108,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3290,
      "end": 3291,
      "loc": {
        "start": {
          "line": 108,
          "column": 25
        },
        "end": {
          "line": 108,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3291,
      "end": 3292,
      "loc": {
        "start": {
          "line": 108,
          "column": 26
        },
        "end": {
          "line": 108,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 3292,
      "end": 3295,
      "loc": {
        "start": {
          "line": 108,
          "column": 27
        },
        "end": {
          "line": 108,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3295,
      "end": 3296,
      "loc": {
        "start": {
          "line": 108,
          "column": 30
        },
        "end": {
          "line": 108,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 3296,
      "end": 3299,
      "loc": {
        "start": {
          "line": 108,
          "column": 31
        },
        "end": {
          "line": 108,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3299,
      "end": 3300,
      "loc": {
        "start": {
          "line": 108,
          "column": 34
        },
        "end": {
          "line": 108,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3300,
      "end": 3301,
      "loc": {
        "start": {
          "line": 108,
          "column": 35
        },
        "end": {
          "line": 108,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3301,
      "end": 3302,
      "loc": {
        "start": {
          "line": 108,
          "column": 36
        },
        "end": {
          "line": 108,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3307,
      "end": 3308,
      "loc": {
        "start": {
          "line": 109,
          "column": 4
        },
        "end": {
          "line": 109,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3308,
      "end": 3309,
      "loc": {
        "start": {
          "line": 109,
          "column": 5
        },
        "end": {
          "line": 109,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3309,
      "end": 3310,
      "loc": {
        "start": {
          "line": 109,
          "column": 6
        },
        "end": {
          "line": 109,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3313,
      "end": 3314,
      "loc": {
        "start": {
          "line": 110,
          "column": 2
        },
        "end": {
          "line": 110,
          "column": 3
        }
      }
    },
    {
      "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": 3318,
      "end": 3324,
      "loc": {
        "start": {
          "line": 112,
          "column": 2
        },
        "end": {
          "line": 112,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 3325,
      "end": 3328,
      "loc": {
        "start": {
          "line": 112,
          "column": 9
        },
        "end": {
          "line": 112,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3328,
      "end": 3329,
      "loc": {
        "start": {
          "line": 112,
          "column": 12
        },
        "end": {
          "line": 112,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3330,
      "end": 3331,
      "loc": {
        "start": {
          "line": 113,
          "column": 0
        },
        "end": {
          "line": 113,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3331,
      "end": 3332,
      "loc": {
        "start": {
          "line": 113,
          "column": 1
        },
        "end": {
          "line": 113,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Mapping functions that return serializable values for a node of the given\n * {@link node-opcua~DataType}.\n * @type {Map<node-opcua~DataType, function>}\n ",
      "start": 3334,
      "end": 3496,
      "loc": {
        "start": {
          "line": 115,
          "column": 0
        },
        "end": {
          "line": 119,
          "column": 3
        }
      }
    },
    {
      "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": 3497,
      "end": 3502,
      "loc": {
        "start": {
          "line": 120,
          "column": 0
        },
        "end": {
          "line": 120,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toRawValue",
      "start": 3503,
      "end": 3513,
      "loc": {
        "start": {
          "line": 120,
          "column": 6
        },
        "end": {
          "line": 120,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3514,
      "end": 3515,
      "loc": {
        "start": {
          "line": 120,
          "column": 17
        },
        "end": {
          "line": 120,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3516,
      "end": 3517,
      "loc": {
        "start": {
          "line": 120,
          "column": 19
        },
        "end": {
          "line": 120,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3520,
      "end": 3521,
      "loc": {
        "start": {
          "line": 121,
          "column": 2
        },
        "end": {
          "line": 121,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 3521,
      "end": 3529,
      "loc": {
        "start": {
          "line": 121,
          "column": 3
        },
        "end": {
          "line": 121,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3529,
      "end": 3530,
      "loc": {
        "start": {
          "line": 121,
          "column": 11
        },
        "end": {
          "line": 121,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Null",
      "start": 3530,
      "end": 3534,
      "loc": {
        "start": {
          "line": 121,
          "column": 12
        },
        "end": {
          "line": 121,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3534,
      "end": 3535,
      "loc": {
        "start": {
          "line": 121,
          "column": 16
        },
        "end": {
          "line": 121,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3535,
      "end": 3536,
      "loc": {
        "start": {
          "line": 121,
          "column": 17
        },
        "end": {
          "line": 121,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3537,
      "end": 3538,
      "loc": {
        "start": {
          "line": 121,
          "column": 19
        },
        "end": {
          "line": 121,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3538,
      "end": 3539,
      "loc": {
        "start": {
          "line": 121,
          "column": 20
        },
        "end": {
          "line": 121,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3540,
      "end": 3542,
      "loc": {
        "start": {
          "line": 121,
          "column": 22
        },
        "end": {
          "line": 121,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 3543,
      "end": 3547,
      "loc": {
        "start": {
          "line": 121,
          "column": 25
        },
        "end": {
          "line": 121,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3547,
      "end": 3548,
      "loc": {
        "start": {
          "line": 121,
          "column": 29
        },
        "end": {
          "line": 121,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3551,
      "end": 3552,
      "loc": {
        "start": {
          "line": 122,
          "column": 2
        },
        "end": {
          "line": 122,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 3552,
      "end": 3560,
      "loc": {
        "start": {
          "line": 122,
          "column": 3
        },
        "end": {
          "line": 122,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3560,
      "end": 3561,
      "loc": {
        "start": {
          "line": 122,
          "column": 11
        },
        "end": {
          "line": 122,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "StatusCode",
      "start": 3561,
      "end": 3571,
      "loc": {
        "start": {
          "line": 122,
          "column": 12
        },
        "end": {
          "line": 122,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3571,
      "end": 3572,
      "loc": {
        "start": {
          "line": 122,
          "column": 22
        },
        "end": {
          "line": 122,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3572,
      "end": 3573,
      "loc": {
        "start": {
          "line": 122,
          "column": 23
        },
        "end": {
          "line": 122,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3574,
      "end": 3575,
      "loc": {
        "start": {
          "line": 122,
          "column": 25
        },
        "end": {
          "line": 122,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3575,
      "end": 3576,
      "loc": {
        "start": {
          "line": 122,
          "column": 26
        },
        "end": {
          "line": 122,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 3577,
      "end": 3581,
      "loc": {
        "start": {
          "line": 122,
          "column": 28
        },
        "end": {
          "line": 122,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3582,
      "end": 3583,
      "loc": {
        "start": {
          "line": 122,
          "column": 33
        },
        "end": {
          "line": 122,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3583,
      "end": 3584,
      "loc": {
        "start": {
          "line": 122,
          "column": 34
        },
        "end": {
          "line": 122,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3585,
      "end": 3587,
      "loc": {
        "start": {
          "line": 122,
          "column": 36
        },
        "end": {
          "line": 122,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 3588,
      "end": 3592,
      "loc": {
        "start": {
          "line": 122,
          "column": 39
        },
        "end": {
          "line": 122,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3592,
      "end": 3593,
      "loc": {
        "start": {
          "line": 122,
          "column": 43
        },
        "end": {
          "line": 122,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3596,
      "end": 3597,
      "loc": {
        "start": {
          "line": 123,
          "column": 2
        },
        "end": {
          "line": 123,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 3597,
      "end": 3605,
      "loc": {
        "start": {
          "line": 123,
          "column": 3
        },
        "end": {
          "line": 123,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3605,
      "end": 3606,
      "loc": {
        "start": {
          "line": 123,
          "column": 11
        },
        "end": {
          "line": 123,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QualifiedName",
      "start": 3606,
      "end": 3619,
      "loc": {
        "start": {
          "line": 123,
          "column": 12
        },
        "end": {
          "line": 123,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3619,
      "end": 3620,
      "loc": {
        "start": {
          "line": 123,
          "column": 25
        },
        "end": {
          "line": 123,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3620,
      "end": 3621,
      "loc": {
        "start": {
          "line": 123,
          "column": 26
        },
        "end": {
          "line": 123,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3622,
      "end": 3623,
      "loc": {
        "start": {
          "line": 123,
          "column": 28
        },
        "end": {
          "line": 123,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3623,
      "end": 3624,
      "loc": {
        "start": {
          "line": 123,
          "column": 29
        },
        "end": {
          "line": 123,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "namespaceIndex",
      "start": 3625,
      "end": 3639,
      "loc": {
        "start": {
          "line": 123,
          "column": 31
        },
        "end": {
          "line": 123,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3639,
      "end": 3640,
      "loc": {
        "start": {
          "line": 123,
          "column": 45
        },
        "end": {
          "line": 123,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 3641,
      "end": 3645,
      "loc": {
        "start": {
          "line": 123,
          "column": 47
        },
        "end": {
          "line": 123,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3646,
      "end": 3647,
      "loc": {
        "start": {
          "line": 123,
          "column": 52
        },
        "end": {
          "line": 123,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3647,
      "end": 3648,
      "loc": {
        "start": {
          "line": 123,
          "column": 53
        },
        "end": {
          "line": 123,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3649,
      "end": 3651,
      "loc": {
        "start": {
          "line": 123,
          "column": 55
        },
        "end": {
          "line": 123,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3652,
      "end": 3653,
      "loc": {
        "start": {
          "line": 123,
          "column": 58
        },
        "end": {
          "line": 123,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3653,
      "end": 3654,
      "loc": {
        "start": {
          "line": 123,
          "column": 59
        },
        "end": {
          "line": 123,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "namespaceIndex",
      "start": 3655,
      "end": 3669,
      "loc": {
        "start": {
          "line": 123,
          "column": 61
        },
        "end": {
          "line": 123,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3669,
      "end": 3670,
      "loc": {
        "start": {
          "line": 123,
          "column": 75
        },
        "end": {
          "line": 123,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 3671,
      "end": 3675,
      "loc": {
        "start": {
          "line": 123,
          "column": 77
        },
        "end": {
          "line": 123,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3676,
      "end": 3677,
      "loc": {
        "start": {
          "line": 123,
          "column": 82
        },
        "end": {
          "line": 123,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3677,
      "end": 3678,
      "loc": {
        "start": {
          "line": 123,
          "column": 83
        },
        "end": {
          "line": 123,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3678,
      "end": 3679,
      "loc": {
        "start": {
          "line": 123,
          "column": 84
        },
        "end": {
          "line": 123,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3682,
      "end": 3683,
      "loc": {
        "start": {
          "line": 124,
          "column": 2
        },
        "end": {
          "line": 124,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 3683,
      "end": 3691,
      "loc": {
        "start": {
          "line": 124,
          "column": 3
        },
        "end": {
          "line": 124,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3691,
      "end": 3692,
      "loc": {
        "start": {
          "line": 124,
          "column": 11
        },
        "end": {
          "line": 124,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "LocalizedText",
      "start": 3692,
      "end": 3705,
      "loc": {
        "start": {
          "line": 124,
          "column": 12
        },
        "end": {
          "line": 124,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3705,
      "end": 3706,
      "loc": {
        "start": {
          "line": 124,
          "column": 25
        },
        "end": {
          "line": 124,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3706,
      "end": 3707,
      "loc": {
        "start": {
          "line": 124,
          "column": 26
        },
        "end": {
          "line": 124,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3708,
      "end": 3709,
      "loc": {
        "start": {
          "line": 124,
          "column": 28
        },
        "end": {
          "line": 124,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3709,
      "end": 3710,
      "loc": {
        "start": {
          "line": 124,
          "column": 29
        },
        "end": {
          "line": 124,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "text",
      "start": 3711,
      "end": 3715,
      "loc": {
        "start": {
          "line": 124,
          "column": 31
        },
        "end": {
          "line": 124,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3715,
      "end": 3716,
      "loc": {
        "start": {
          "line": 124,
          "column": 35
        },
        "end": {
          "line": 124,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "locale",
      "start": 3717,
      "end": 3723,
      "loc": {
        "start": {
          "line": 124,
          "column": 37
        },
        "end": {
          "line": 124,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3724,
      "end": 3725,
      "loc": {
        "start": {
          "line": 124,
          "column": 44
        },
        "end": {
          "line": 124,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3725,
      "end": 3726,
      "loc": {
        "start": {
          "line": 124,
          "column": 45
        },
        "end": {
          "line": 124,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3727,
      "end": 3729,
      "loc": {
        "start": {
          "line": 124,
          "column": 47
        },
        "end": {
          "line": 124,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3730,
      "end": 3731,
      "loc": {
        "start": {
          "line": 124,
          "column": 50
        },
        "end": {
          "line": 124,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3731,
      "end": 3732,
      "loc": {
        "start": {
          "line": 124,
          "column": 51
        },
        "end": {
          "line": 124,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "text",
      "start": 3733,
      "end": 3737,
      "loc": {
        "start": {
          "line": 124,
          "column": 53
        },
        "end": {
          "line": 124,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3737,
      "end": 3738,
      "loc": {
        "start": {
          "line": 124,
          "column": 57
        },
        "end": {
          "line": 124,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "locale",
      "start": 3739,
      "end": 3745,
      "loc": {
        "start": {
          "line": 124,
          "column": 59
        },
        "end": {
          "line": 124,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3746,
      "end": 3747,
      "loc": {
        "start": {
          "line": 124,
          "column": 66
        },
        "end": {
          "line": 124,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3747,
      "end": 3748,
      "loc": {
        "start": {
          "line": 124,
          "column": 67
        },
        "end": {
          "line": 124,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3748,
      "end": 3749,
      "loc": {
        "start": {
          "line": 124,
          "column": 68
        },
        "end": {
          "line": 124,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3752,
      "end": 3753,
      "loc": {
        "start": {
          "line": 125,
          "column": 2
        },
        "end": {
          "line": 125,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 3753,
      "end": 3761,
      "loc": {
        "start": {
          "line": 125,
          "column": 3
        },
        "end": {
          "line": 125,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3761,
      "end": 3762,
      "loc": {
        "start": {
          "line": 125,
          "column": 11
        },
        "end": {
          "line": 125,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataValue",
      "start": 3762,
      "end": 3771,
      "loc": {
        "start": {
          "line": 125,
          "column": 12
        },
        "end": {
          "line": 125,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3771,
      "end": 3772,
      "loc": {
        "start": {
          "line": 125,
          "column": 21
        },
        "end": {
          "line": 125,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3772,
      "end": 3773,
      "loc": {
        "start": {
          "line": 125,
          "column": 22
        },
        "end": {
          "line": 125,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3774,
      "end": 3775,
      "loc": {
        "start": {
          "line": 125,
          "column": 24
        },
        "end": {
          "line": 125,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3775,
      "end": 3780,
      "loc": {
        "start": {
          "line": 125,
          "column": 25
        },
        "end": {
          "line": 125,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3780,
      "end": 3781,
      "loc": {
        "start": {
          "line": 125,
          "column": 30
        },
        "end": {
          "line": 125,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3782,
      "end": 3784,
      "loc": {
        "start": {
          "line": 125,
          "column": 32
        },
        "end": {
          "line": 125,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3785,
      "end": 3786,
      "loc": {
        "start": {
          "line": 125,
          "column": 35
        },
        "end": {
          "line": 125,
          "column": 36
        }
      }
    },
    {
      "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": 3791,
      "end": 3796,
      "loc": {
        "start": {
          "line": 126,
          "column": 4
        },
        "end": {
          "line": 126,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 3797,
      "end": 3804,
      "loc": {
        "start": {
          "line": 126,
          "column": 10
        },
        "end": {
          "line": 126,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3805,
      "end": 3806,
      "loc": {
        "start": {
          "line": 126,
          "column": 18
        },
        "end": {
          "line": 126,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pick",
      "start": 3807,
      "end": 3811,
      "loc": {
        "start": {
          "line": 126,
          "column": 20
        },
        "end": {
          "line": 126,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3811,
      "end": 3812,
      "loc": {
        "start": {
          "line": 126,
          "column": 24
        },
        "end": {
          "line": 126,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3812,
      "end": 3817,
      "loc": {
        "start": {
          "line": 126,
          "column": 25
        },
        "end": {
          "line": 126,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3817,
      "end": 3818,
      "loc": {
        "start": {
          "line": 126,
          "column": 30
        },
        "end": {
          "line": 126,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3819,
      "end": 3820,
      "loc": {
        "start": {
          "line": 126,
          "column": 32
        },
        "end": {
          "line": 126,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "value",
      "start": 3827,
      "end": 3834,
      "loc": {
        "start": {
          "line": 127,
          "column": 6
        },
        "end": {
          "line": 127,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3834,
      "end": 3835,
      "loc": {
        "start": {
          "line": 127,
          "column": 13
        },
        "end": {
          "line": 127,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "statusCode",
      "start": 3842,
      "end": 3854,
      "loc": {
        "start": {
          "line": 128,
          "column": 6
        },
        "end": {
          "line": 128,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3854,
      "end": 3855,
      "loc": {
        "start": {
          "line": 128,
          "column": 18
        },
        "end": {
          "line": 128,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "sourceTimestamp",
      "start": 3862,
      "end": 3879,
      "loc": {
        "start": {
          "line": 129,
          "column": 6
        },
        "end": {
          "line": 129,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3879,
      "end": 3880,
      "loc": {
        "start": {
          "line": 129,
          "column": 23
        },
        "end": {
          "line": 129,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "sourcePicoseconds",
      "start": 3887,
      "end": 3906,
      "loc": {
        "start": {
          "line": 130,
          "column": 6
        },
        "end": {
          "line": 130,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3906,
      "end": 3907,
      "loc": {
        "start": {
          "line": 130,
          "column": 25
        },
        "end": {
          "line": 130,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "serverTimestamp",
      "start": 3914,
      "end": 3931,
      "loc": {
        "start": {
          "line": 131,
          "column": 6
        },
        "end": {
          "line": 131,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3931,
      "end": 3932,
      "loc": {
        "start": {
          "line": 131,
          "column": 23
        },
        "end": {
          "line": 131,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "serverPicoseconds",
      "start": 3939,
      "end": 3958,
      "loc": {
        "start": {
          "line": 132,
          "column": 6
        },
        "end": {
          "line": 132,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3958,
      "end": 3959,
      "loc": {
        "start": {
          "line": 132,
          "column": 25
        },
        "end": {
          "line": 132,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3964,
      "end": 3965,
      "loc": {
        "start": {
          "line": 133,
          "column": 4
        },
        "end": {
          "line": 133,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3965,
      "end": 3966,
      "loc": {
        "start": {
          "line": 133,
          "column": 5
        },
        "end": {
          "line": 133,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3966,
      "end": 3967,
      "loc": {
        "start": {
          "line": 133,
          "column": 6
        },
        "end": {
          "line": 133,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapPropertyAs",
      "start": 3973,
      "end": 3986,
      "loc": {
        "start": {
          "line": 135,
          "column": 4
        },
        "end": {
          "line": 135,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3986,
      "end": 3987,
      "loc": {
        "start": {
          "line": 135,
          "column": 17
        },
        "end": {
          "line": 135,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toRawValue",
      "start": 3987,
      "end": 3997,
      "loc": {
        "start": {
          "line": 135,
          "column": 18
        },
        "end": {
          "line": 135,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3997,
      "end": 3998,
      "loc": {
        "start": {
          "line": 135,
          "column": 28
        },
        "end": {
          "line": 135,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 3999,
      "end": 4006,
      "loc": {
        "start": {
          "line": 135,
          "column": 30
        },
        "end": {
          "line": 135,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4006,
      "end": 4007,
      "loc": {
        "start": {
          "line": 135,
          "column": 37
        },
        "end": {
          "line": 135,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "value",
      "start": 4008,
      "end": 4015,
      "loc": {
        "start": {
          "line": 135,
          "column": 39
        },
        "end": {
          "line": 135,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4015,
      "end": 4016,
      "loc": {
        "start": {
          "line": 135,
          "column": 46
        },
        "end": {
          "line": 135,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 4017,
      "end": 4025,
      "loc": {
        "start": {
          "line": 135,
          "column": 48
        },
        "end": {
          "line": 135,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4025,
      "end": 4026,
      "loc": {
        "start": {
          "line": 135,
          "column": 56
        },
        "end": {
          "line": 135,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Variant",
      "start": 4026,
      "end": 4033,
      "loc": {
        "start": {
          "line": 135,
          "column": 57
        },
        "end": {
          "line": 135,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4033,
      "end": 4034,
      "loc": {
        "start": {
          "line": 135,
          "column": 64
        },
        "end": {
          "line": 135,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4034,
      "end": 4035,
      "loc": {
        "start": {
          "line": 135,
          "column": 65
        },
        "end": {
          "line": 135,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapPropertyAs",
      "start": 4040,
      "end": 4053,
      "loc": {
        "start": {
          "line": 136,
          "column": 4
        },
        "end": {
          "line": 136,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4053,
      "end": 4054,
      "loc": {
        "start": {
          "line": 136,
          "column": 17
        },
        "end": {
          "line": 136,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toRawValue",
      "start": 4054,
      "end": 4064,
      "loc": {
        "start": {
          "line": 136,
          "column": 18
        },
        "end": {
          "line": 136,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4064,
      "end": 4065,
      "loc": {
        "start": {
          "line": 136,
          "column": 28
        },
        "end": {
          "line": 136,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4066,
      "end": 4073,
      "loc": {
        "start": {
          "line": 136,
          "column": 30
        },
        "end": {
          "line": 136,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4073,
      "end": 4074,
      "loc": {
        "start": {
          "line": 136,
          "column": 37
        },
        "end": {
          "line": 136,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "statusCode",
      "start": 4075,
      "end": 4087,
      "loc": {
        "start": {
          "line": 136,
          "column": 39
        },
        "end": {
          "line": 136,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4087,
      "end": 4088,
      "loc": {
        "start": {
          "line": 136,
          "column": 51
        },
        "end": {
          "line": 136,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 4089,
      "end": 4097,
      "loc": {
        "start": {
          "line": 136,
          "column": 53
        },
        "end": {
          "line": 136,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4097,
      "end": 4098,
      "loc": {
        "start": {
          "line": 136,
          "column": 61
        },
        "end": {
          "line": 136,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "StatusCode",
      "start": 4098,
      "end": 4108,
      "loc": {
        "start": {
          "line": 136,
          "column": 62
        },
        "end": {
          "line": 136,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4108,
      "end": 4109,
      "loc": {
        "start": {
          "line": 136,
          "column": 72
        },
        "end": {
          "line": 136,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4109,
      "end": 4110,
      "loc": {
        "start": {
          "line": 136,
          "column": 73
        },
        "end": {
          "line": 136,
          "column": 74
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " NOTE: server- and sourceTimstamps get mapped as dates",
      "start": 4115,
      "end": 4171,
      "loc": {
        "start": {
          "line": 137,
          "column": 4
        },
        "end": {
          "line": 137,
          "column": 60
        }
      }
    },
    {
      "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": 4177,
      "end": 4183,
      "loc": {
        "start": {
          "line": 139,
          "column": 4
        },
        "end": {
          "line": 139,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4184,
      "end": 4191,
      "loc": {
        "start": {
          "line": 139,
          "column": 11
        },
        "end": {
          "line": 139,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4191,
      "end": 4192,
      "loc": {
        "start": {
          "line": 139,
          "column": 18
        },
        "end": {
          "line": 139,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4195,
      "end": 4196,
      "loc": {
        "start": {
          "line": 140,
          "column": 2
        },
        "end": {
          "line": 140,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4196,
      "end": 4197,
      "loc": {
        "start": {
          "line": 140,
          "column": 3
        },
        "end": {
          "line": 140,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4200,
      "end": 4201,
      "loc": {
        "start": {
          "line": 141,
          "column": 2
        },
        "end": {
          "line": 141,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 4201,
      "end": 4209,
      "loc": {
        "start": {
          "line": 141,
          "column": 3
        },
        "end": {
          "line": 141,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4209,
      "end": 4210,
      "loc": {
        "start": {
          "line": 141,
          "column": 11
        },
        "end": {
          "line": 141,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Variant",
      "start": 4210,
      "end": 4217,
      "loc": {
        "start": {
          "line": 141,
          "column": 12
        },
        "end": {
          "line": 141,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4217,
      "end": 4218,
      "loc": {
        "start": {
          "line": 141,
          "column": 19
        },
        "end": {
          "line": 141,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4218,
      "end": 4219,
      "loc": {
        "start": {
          "line": 141,
          "column": 20
        },
        "end": {
          "line": 141,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4220,
      "end": 4221,
      "loc": {
        "start": {
          "line": 141,
          "column": 22
        },
        "end": {
          "line": 141,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4221,
      "end": 4222,
      "loc": {
        "start": {
          "line": 141,
          "column": 23
        },
        "end": {
          "line": 141,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 4223,
      "end": 4231,
      "loc": {
        "start": {
          "line": 141,
          "column": 25
        },
        "end": {
          "line": 141,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4231,
      "end": 4232,
      "loc": {
        "start": {
          "line": 141,
          "column": 33
        },
        "end": {
          "line": 141,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 4233,
      "end": 4242,
      "loc": {
        "start": {
          "line": 141,
          "column": 35
        },
        "end": {
          "line": 141,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4242,
      "end": 4243,
      "loc": {
        "start": {
          "line": 141,
          "column": 44
        },
        "end": {
          "line": 141,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4244,
      "end": 4249,
      "loc": {
        "start": {
          "line": 141,
          "column": 46
        },
        "end": {
          "line": 141,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4249,
      "end": 4250,
      "loc": {
        "start": {
          "line": 141,
          "column": 51
        },
        "end": {
          "line": 141,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimensions",
      "start": 4251,
      "end": 4261,
      "loc": {
        "start": {
          "line": 141,
          "column": 53
        },
        "end": {
          "line": 141,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4262,
      "end": 4263,
      "loc": {
        "start": {
          "line": 141,
          "column": 64
        },
        "end": {
          "line": 141,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4263,
      "end": 4264,
      "loc": {
        "start": {
          "line": 141,
          "column": 65
        },
        "end": {
          "line": 141,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4265,
      "end": 4267,
      "loc": {
        "start": {
          "line": 141,
          "column": 67
        },
        "end": {
          "line": 141,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4268,
      "end": 4269,
      "loc": {
        "start": {
          "line": 141,
          "column": 70
        },
        "end": {
          "line": 141,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4269,
      "end": 4270,
      "loc": {
        "start": {
          "line": 141,
          "column": 71
        },
        "end": {
          "line": 141,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 4275,
      "end": 4283,
      "loc": {
        "start": {
          "line": 142,
          "column": 4
        },
        "end": {
          "line": 142,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4283,
      "end": 4284,
      "loc": {
        "start": {
          "line": 142,
          "column": 12
        },
        "end": {
          "line": 142,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 4289,
      "end": 4298,
      "loc": {
        "start": {
          "line": 143,
          "column": 4
        },
        "end": {
          "line": 143,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4298,
      "end": 4299,
      "loc": {
        "start": {
          "line": 143,
          "column": 13
        },
        "end": {
          "line": 143,
          "column": 14
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " eslint-disable-next-line no-use-before-define",
      "start": 4304,
      "end": 4352,
      "loc": {
        "start": {
          "line": 144,
          "column": 4
        },
        "end": {
          "line": 144,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4357,
      "end": 4362,
      "loc": {
        "start": {
          "line": 145,
          "column": 4
        },
        "end": {
          "line": 145,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4362,
      "end": 4363,
      "loc": {
        "start": {
          "line": 145,
          "column": 9
        },
        "end": {
          "line": 145,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getRawValue",
      "start": 4364,
      "end": 4375,
      "loc": {
        "start": {
          "line": 145,
          "column": 11
        },
        "end": {
          "line": 145,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4375,
      "end": 4376,
      "loc": {
        "start": {
          "line": 145,
          "column": 22
        },
        "end": {
          "line": 145,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4376,
      "end": 4381,
      "loc": {
        "start": {
          "line": 145,
          "column": 23
        },
        "end": {
          "line": 145,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4381,
      "end": 4382,
      "loc": {
        "start": {
          "line": 145,
          "column": 28
        },
        "end": {
          "line": 145,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 4383,
      "end": 4391,
      "loc": {
        "start": {
          "line": 145,
          "column": 30
        },
        "end": {
          "line": 145,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4391,
      "end": 4392,
      "loc": {
        "start": {
          "line": 145,
          "column": 38
        },
        "end": {
          "line": 145,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 4393,
      "end": 4402,
      "loc": {
        "start": {
          "line": 145,
          "column": 40
        },
        "end": {
          "line": 145,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4402,
      "end": 4403,
      "loc": {
        "start": {
          "line": 145,
          "column": 49
        },
        "end": {
          "line": 145,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4403,
      "end": 4404,
      "loc": {
        "start": {
          "line": 145,
          "column": 50
        },
        "end": {
          "line": 145,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimensions",
      "start": 4409,
      "end": 4419,
      "loc": {
        "start": {
          "line": 146,
          "column": 4
        },
        "end": {
          "line": 146,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4419,
      "end": 4420,
      "loc": {
        "start": {
          "line": 146,
          "column": 14
        },
        "end": {
          "line": 146,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4423,
      "end": 4424,
      "loc": {
        "start": {
          "line": 147,
          "column": 2
        },
        "end": {
          "line": 147,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4424,
      "end": 4425,
      "loc": {
        "start": {
          "line": 147,
          "column": 3
        },
        "end": {
          "line": 147,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4425,
      "end": 4426,
      "loc": {
        "start": {
          "line": 147,
          "column": 4
        },
        "end": {
          "line": 147,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4429,
      "end": 4430,
      "loc": {
        "start": {
          "line": 148,
          "column": 2
        },
        "end": {
          "line": 148,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 4430,
      "end": 4438,
      "loc": {
        "start": {
          "line": 148,
          "column": 3
        },
        "end": {
          "line": 148,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4438,
      "end": 4439,
      "loc": {
        "start": {
          "line": 148,
          "column": 11
        },
        "end": {
          "line": 148,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DiagnosticInfo",
      "start": 4439,
      "end": 4453,
      "loc": {
        "start": {
          "line": 148,
          "column": 12
        },
        "end": {
          "line": 148,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4453,
      "end": 4454,
      "loc": {
        "start": {
          "line": 148,
          "column": 26
        },
        "end": {
          "line": 148,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4454,
      "end": 4455,
      "loc": {
        "start": {
          "line": 148,
          "column": 27
        },
        "end": {
          "line": 148,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4456,
      "end": 4457,
      "loc": {
        "start": {
          "line": 148,
          "column": 29
        },
        "end": {
          "line": 148,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 4457,
      "end": 4461,
      "loc": {
        "start": {
          "line": 148,
          "column": 30
        },
        "end": {
          "line": 148,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4461,
      "end": 4462,
      "loc": {
        "start": {
          "line": 148,
          "column": 34
        },
        "end": {
          "line": 148,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4463,
      "end": 4465,
      "loc": {
        "start": {
          "line": 148,
          "column": 36
        },
        "end": {
          "line": 148,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4466,
      "end": 4467,
      "loc": {
        "start": {
          "line": 148,
          "column": 39
        },
        "end": {
          "line": 148,
          "column": 40
        }
      }
    },
    {
      "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": 4472,
      "end": 4477,
      "loc": {
        "start": {
          "line": 149,
          "column": 4
        },
        "end": {
          "line": 149,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4478,
      "end": 4485,
      "loc": {
        "start": {
          "line": 149,
          "column": 10
        },
        "end": {
          "line": 149,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4486,
      "end": 4487,
      "loc": {
        "start": {
          "line": 149,
          "column": 18
        },
        "end": {
          "line": 149,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pick",
      "start": 4488,
      "end": 4492,
      "loc": {
        "start": {
          "line": 149,
          "column": 20
        },
        "end": {
          "line": 149,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4492,
      "end": 4493,
      "loc": {
        "start": {
          "line": 149,
          "column": 24
        },
        "end": {
          "line": 149,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 4493,
      "end": 4497,
      "loc": {
        "start": {
          "line": 149,
          "column": 25
        },
        "end": {
          "line": 149,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4497,
      "end": 4498,
      "loc": {
        "start": {
          "line": 149,
          "column": 29
        },
        "end": {
          "line": 149,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4499,
      "end": 4500,
      "loc": {
        "start": {
          "line": 149,
          "column": 31
        },
        "end": {
          "line": 149,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "namespaceUri",
      "start": 4507,
      "end": 4521,
      "loc": {
        "start": {
          "line": 150,
          "column": 6
        },
        "end": {
          "line": 150,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4521,
      "end": 4522,
      "loc": {
        "start": {
          "line": 150,
          "column": 20
        },
        "end": {
          "line": 150,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "symbolicId",
      "start": 4529,
      "end": 4541,
      "loc": {
        "start": {
          "line": 151,
          "column": 6
        },
        "end": {
          "line": 151,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4541,
      "end": 4542,
      "loc": {
        "start": {
          "line": 151,
          "column": 18
        },
        "end": {
          "line": 151,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "locale",
      "start": 4549,
      "end": 4557,
      "loc": {
        "start": {
          "line": 152,
          "column": 6
        },
        "end": {
          "line": 152,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4557,
      "end": 4558,
      "loc": {
        "start": {
          "line": 152,
          "column": 14
        },
        "end": {
          "line": 152,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "localizedText",
      "start": 4565,
      "end": 4580,
      "loc": {
        "start": {
          "line": 153,
          "column": 6
        },
        "end": {
          "line": 153,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4580,
      "end": 4581,
      "loc": {
        "start": {
          "line": 153,
          "column": 21
        },
        "end": {
          "line": 153,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "additionalInfo",
      "start": 4588,
      "end": 4604,
      "loc": {
        "start": {
          "line": 154,
          "column": 6
        },
        "end": {
          "line": 154,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4604,
      "end": 4605,
      "loc": {
        "start": {
          "line": 154,
          "column": 22
        },
        "end": {
          "line": 154,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "innerStatusCode",
      "start": 4612,
      "end": 4629,
      "loc": {
        "start": {
          "line": 155,
          "column": 6
        },
        "end": {
          "line": 155,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4629,
      "end": 4630,
      "loc": {
        "start": {
          "line": 155,
          "column": 23
        },
        "end": {
          "line": 155,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "innerDiagnosticInfo",
      "start": 4637,
      "end": 4658,
      "loc": {
        "start": {
          "line": 156,
          "column": 6
        },
        "end": {
          "line": 156,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4658,
      "end": 4659,
      "loc": {
        "start": {
          "line": 156,
          "column": 27
        },
        "end": {
          "line": 156,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4664,
      "end": 4665,
      "loc": {
        "start": {
          "line": 157,
          "column": 4
        },
        "end": {
          "line": 157,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4665,
      "end": 4666,
      "loc": {
        "start": {
          "line": 157,
          "column": 5
        },
        "end": {
          "line": 157,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4666,
      "end": 4667,
      "loc": {
        "start": {
          "line": 157,
          "column": 6
        },
        "end": {
          "line": 157,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapPropertyAs",
      "start": 4673,
      "end": 4686,
      "loc": {
        "start": {
          "line": 159,
          "column": 4
        },
        "end": {
          "line": 159,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4686,
      "end": 4687,
      "loc": {
        "start": {
          "line": 159,
          "column": 17
        },
        "end": {
          "line": 159,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toRawValue",
      "start": 4687,
      "end": 4697,
      "loc": {
        "start": {
          "line": 159,
          "column": 18
        },
        "end": {
          "line": 159,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4697,
      "end": 4698,
      "loc": {
        "start": {
          "line": 159,
          "column": 28
        },
        "end": {
          "line": 159,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4699,
      "end": 4706,
      "loc": {
        "start": {
          "line": 159,
          "column": 30
        },
        "end": {
          "line": 159,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4706,
      "end": 4707,
      "loc": {
        "start": {
          "line": 159,
          "column": 37
        },
        "end": {
          "line": 159,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "innerStatusCode",
      "start": 4708,
      "end": 4725,
      "loc": {
        "start": {
          "line": 159,
          "column": 39
        },
        "end": {
          "line": 159,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4725,
      "end": 4726,
      "loc": {
        "start": {
          "line": 159,
          "column": 56
        },
        "end": {
          "line": 159,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 4727,
      "end": 4735,
      "loc": {
        "start": {
          "line": 159,
          "column": 58
        },
        "end": {
          "line": 159,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4735,
      "end": 4736,
      "loc": {
        "start": {
          "line": 159,
          "column": 66
        },
        "end": {
          "line": 159,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "StatusCode",
      "start": 4736,
      "end": 4746,
      "loc": {
        "start": {
          "line": 159,
          "column": 67
        },
        "end": {
          "line": 159,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4746,
      "end": 4747,
      "loc": {
        "start": {
          "line": 159,
          "column": 77
        },
        "end": {
          "line": 159,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4747,
      "end": 4748,
      "loc": {
        "start": {
          "line": 159,
          "column": 78
        },
        "end": {
          "line": 159,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapPropertyAs",
      "start": 4753,
      "end": 4766,
      "loc": {
        "start": {
          "line": 160,
          "column": 4
        },
        "end": {
          "line": 160,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4766,
      "end": 4767,
      "loc": {
        "start": {
          "line": 160,
          "column": 17
        },
        "end": {
          "line": 160,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toRawValue",
      "start": 4767,
      "end": 4777,
      "loc": {
        "start": {
          "line": 160,
          "column": 18
        },
        "end": {
          "line": 160,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4777,
      "end": 4778,
      "loc": {
        "start": {
          "line": 160,
          "column": 28
        },
        "end": {
          "line": 160,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4779,
      "end": 4786,
      "loc": {
        "start": {
          "line": 160,
          "column": 30
        },
        "end": {
          "line": 160,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4786,
      "end": 4787,
      "loc": {
        "start": {
          "line": 160,
          "column": 37
        },
        "end": {
          "line": 160,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "innerDiagnosticInfo",
      "start": 4788,
      "end": 4809,
      "loc": {
        "start": {
          "line": 160,
          "column": 39
        },
        "end": {
          "line": 160,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4809,
      "end": 4810,
      "loc": {
        "start": {
          "line": 160,
          "column": 60
        },
        "end": {
          "line": 160,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 4811,
      "end": 4819,
      "loc": {
        "start": {
          "line": 160,
          "column": 62
        },
        "end": {
          "line": 160,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4819,
      "end": 4820,
      "loc": {
        "start": {
          "line": 160,
          "column": 70
        },
        "end": {
          "line": 160,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DiagnosticInfo",
      "start": 4820,
      "end": 4834,
      "loc": {
        "start": {
          "line": 160,
          "column": 71
        },
        "end": {
          "line": 160,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4834,
      "end": 4835,
      "loc": {
        "start": {
          "line": 160,
          "column": 85
        },
        "end": {
          "line": 160,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4835,
      "end": 4836,
      "loc": {
        "start": {
          "line": 160,
          "column": 86
        },
        "end": {
          "line": 160,
          "column": 87
        }
      }
    },
    {
      "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": 4842,
      "end": 4848,
      "loc": {
        "start": {
          "line": 162,
          "column": 4
        },
        "end": {
          "line": 162,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4849,
      "end": 4856,
      "loc": {
        "start": {
          "line": 162,
          "column": 11
        },
        "end": {
          "line": 162,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4856,
      "end": 4857,
      "loc": {
        "start": {
          "line": 162,
          "column": 18
        },
        "end": {
          "line": 162,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4860,
      "end": 4861,
      "loc": {
        "start": {
          "line": 163,
          "column": 2
        },
        "end": {
          "line": 163,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4861,
      "end": 4862,
      "loc": {
        "start": {
          "line": 163,
          "column": 3
        },
        "end": {
          "line": 163,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4863,
      "end": 4864,
      "loc": {
        "start": {
          "line": 164,
          "column": 0
        },
        "end": {
          "line": 164,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4864,
      "end": 4865,
      "loc": {
        "start": {
          "line": 164,
          "column": 1
        },
        "end": {
          "line": 164,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Decodes a buffer to a string.\n * @param {Buffer} b The buffer to decode from.\n * @return {string} The buffer's string representation.\n ",
      "start": 4867,
      "end": 5011,
      "loc": {
        "start": {
          "line": 166,
          "column": 0
        },
        "end": {
          "line": 170,
          "column": 3
        }
      }
    },
    {
      "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": 5012,
      "end": 5017,
      "loc": {
        "start": {
          "line": 171,
          "column": 0
        },
        "end": {
          "line": 171,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsString",
      "start": 5018,
      "end": 5032,
      "loc": {
        "start": {
          "line": 171,
          "column": 6
        },
        "end": {
          "line": 171,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5033,
      "end": 5034,
      "loc": {
        "start": {
          "line": 171,
          "column": 21
        },
        "end": {
          "line": 171,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5035,
      "end": 5036,
      "loc": {
        "start": {
          "line": 171,
          "column": 23
        },
        "end": {
          "line": 171,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 5036,
      "end": 5037,
      "loc": {
        "start": {
          "line": 171,
          "column": 24
        },
        "end": {
          "line": 171,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5037,
      "end": 5038,
      "loc": {
        "start": {
          "line": 171,
          "column": 25
        },
        "end": {
          "line": 171,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5039,
      "end": 5041,
      "loc": {
        "start": {
          "line": 171,
          "column": 27
        },
        "end": {
          "line": 171,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 5042,
      "end": 5043,
      "loc": {
        "start": {
          "line": 171,
          "column": 30
        },
        "end": {
          "line": 171,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5043,
      "end": 5044,
      "loc": {
        "start": {
          "line": 171,
          "column": 31
        },
        "end": {
          "line": 171,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 5044,
      "end": 5052,
      "loc": {
        "start": {
          "line": 171,
          "column": 32
        },
        "end": {
          "line": 171,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5052,
      "end": 5053,
      "loc": {
        "start": {
          "line": 171,
          "column": 40
        },
        "end": {
          "line": 171,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5053,
      "end": 5054,
      "loc": {
        "start": {
          "line": 171,
          "column": 41
        },
        "end": {
          "line": 171,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5054,
      "end": 5055,
      "loc": {
        "start": {
          "line": 171,
          "column": 42
        },
        "end": {
          "line": 171,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "trim",
      "start": 5055,
      "end": 5059,
      "loc": {
        "start": {
          "line": 171,
          "column": 43
        },
        "end": {
          "line": 171,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5059,
      "end": 5060,
      "loc": {
        "start": {
          "line": 171,
          "column": 47
        },
        "end": {
          "line": 171,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5060,
      "end": 5061,
      "loc": {
        "start": {
          "line": 171,
          "column": 48
        },
        "end": {
          "line": 171,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5061,
      "end": 5062,
      "loc": {
        "start": {
          "line": 171,
          "column": 49
        },
        "end": {
          "line": 171,
          "column": 50
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Decodes a buffer to an integer value.\n * @param {Buffer} b The buffer to decode from.\n * @return {number} The decoded integer.\n ",
      "start": 5064,
      "end": 5201,
      "loc": {
        "start": {
          "line": 173,
          "column": 0
        },
        "end": {
          "line": 177,
          "column": 3
        }
      }
    },
    {
      "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": 5202,
      "end": 5207,
      "loc": {
        "start": {
          "line": 178,
          "column": 0
        },
        "end": {
          "line": 178,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsInt",
      "start": 5208,
      "end": 5219,
      "loc": {
        "start": {
          "line": 178,
          "column": 6
        },
        "end": {
          "line": 178,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5220,
      "end": 5221,
      "loc": {
        "start": {
          "line": 178,
          "column": 18
        },
        "end": {
          "line": 178,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5222,
      "end": 5223,
      "loc": {
        "start": {
          "line": 178,
          "column": 20
        },
        "end": {
          "line": 178,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 5223,
      "end": 5224,
      "loc": {
        "start": {
          "line": 178,
          "column": 21
        },
        "end": {
          "line": 178,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5224,
      "end": 5225,
      "loc": {
        "start": {
          "line": 178,
          "column": 22
        },
        "end": {
          "line": 178,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5226,
      "end": 5228,
      "loc": {
        "start": {
          "line": 178,
          "column": 24
        },
        "end": {
          "line": 178,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parseInt",
      "start": 5229,
      "end": 5237,
      "loc": {
        "start": {
          "line": 178,
          "column": 27
        },
        "end": {
          "line": 178,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5237,
      "end": 5238,
      "loc": {
        "start": {
          "line": 178,
          "column": 35
        },
        "end": {
          "line": 178,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsString",
      "start": 5238,
      "end": 5252,
      "loc": {
        "start": {
          "line": 178,
          "column": 36
        },
        "end": {
          "line": 178,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5252,
      "end": 5253,
      "loc": {
        "start": {
          "line": 178,
          "column": 50
        },
        "end": {
          "line": 178,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 5253,
      "end": 5254,
      "loc": {
        "start": {
          "line": 178,
          "column": 51
        },
        "end": {
          "line": 178,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5254,
      "end": 5255,
      "loc": {
        "start": {
          "line": 178,
          "column": 52
        },
        "end": {
          "line": 178,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5255,
      "end": 5256,
      "loc": {
        "start": {
          "line": 178,
          "column": 53
        },
        "end": {
          "line": 178,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 10,
      "start": 5257,
      "end": 5259,
      "loc": {
        "start": {
          "line": 178,
          "column": 55
        },
        "end": {
          "line": 178,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5259,
      "end": 5260,
      "loc": {
        "start": {
          "line": 178,
          "column": 57
        },
        "end": {
          "line": 178,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5260,
      "end": 5261,
      "loc": {
        "start": {
          "line": 178,
          "column": 58
        },
        "end": {
          "line": 178,
          "column": 59
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Decodes a buffer to a float value.\n * @param {Buffer} b The buffer to decode from.\n * @return {number} The decoded float.\n ",
      "start": 5263,
      "end": 5395,
      "loc": {
        "start": {
          "line": 180,
          "column": 0
        },
        "end": {
          "line": 184,
          "column": 3
        }
      }
    },
    {
      "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": 5396,
      "end": 5401,
      "loc": {
        "start": {
          "line": 185,
          "column": 0
        },
        "end": {
          "line": 185,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsFloat",
      "start": 5402,
      "end": 5415,
      "loc": {
        "start": {
          "line": 185,
          "column": 6
        },
        "end": {
          "line": 185,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5416,
      "end": 5417,
      "loc": {
        "start": {
          "line": 185,
          "column": 20
        },
        "end": {
          "line": 185,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5418,
      "end": 5419,
      "loc": {
        "start": {
          "line": 185,
          "column": 22
        },
        "end": {
          "line": 185,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 5419,
      "end": 5420,
      "loc": {
        "start": {
          "line": 185,
          "column": 23
        },
        "end": {
          "line": 185,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5420,
      "end": 5421,
      "loc": {
        "start": {
          "line": 185,
          "column": 24
        },
        "end": {
          "line": 185,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5422,
      "end": 5424,
      "loc": {
        "start": {
          "line": 185,
          "column": 26
        },
        "end": {
          "line": 185,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parseFloat",
      "start": 5425,
      "end": 5435,
      "loc": {
        "start": {
          "line": 185,
          "column": 29
        },
        "end": {
          "line": 185,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5435,
      "end": 5436,
      "loc": {
        "start": {
          "line": 185,
          "column": 39
        },
        "end": {
          "line": 185,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsString",
      "start": 5436,
      "end": 5450,
      "loc": {
        "start": {
          "line": 185,
          "column": 40
        },
        "end": {
          "line": 185,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5450,
      "end": 5451,
      "loc": {
        "start": {
          "line": 185,
          "column": 54
        },
        "end": {
          "line": 185,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 5451,
      "end": 5452,
      "loc": {
        "start": {
          "line": 185,
          "column": 55
        },
        "end": {
          "line": 185,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5452,
      "end": 5453,
      "loc": {
        "start": {
          "line": 185,
          "column": 56
        },
        "end": {
          "line": 185,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5453,
      "end": 5454,
      "loc": {
        "start": {
          "line": 185,
          "column": 57
        },
        "end": {
          "line": 185,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5454,
      "end": 5455,
      "loc": {
        "start": {
          "line": 185,
          "column": 58
        },
        "end": {
          "line": 185,
          "column": 59
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Decodes a buffer using JSON.\n * @param {Buffer} b The buffer to decode from.\n * @return {*} The decoded value, most likely an Object.\n ",
      "start": 5457,
      "end": 5601,
      "loc": {
        "start": {
          "line": 187,
          "column": 0
        },
        "end": {
          "line": 191,
          "column": 3
        }
      }
    },
    {
      "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": 5602,
      "end": 5607,
      "loc": {
        "start": {
          "line": 192,
          "column": 0
        },
        "end": {
          "line": 192,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsJson",
      "start": 5608,
      "end": 5620,
      "loc": {
        "start": {
          "line": 192,
          "column": 6
        },
        "end": {
          "line": 192,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5621,
      "end": 5622,
      "loc": {
        "start": {
          "line": 192,
          "column": 19
        },
        "end": {
          "line": 192,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5623,
      "end": 5624,
      "loc": {
        "start": {
          "line": 192,
          "column": 21
        },
        "end": {
          "line": 192,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 5624,
      "end": 5625,
      "loc": {
        "start": {
          "line": 192,
          "column": 22
        },
        "end": {
          "line": 192,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5625,
      "end": 5626,
      "loc": {
        "start": {
          "line": 192,
          "column": 23
        },
        "end": {
          "line": 192,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5627,
      "end": 5629,
      "loc": {
        "start": {
          "line": 192,
          "column": 25
        },
        "end": {
          "line": 192,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSON",
      "start": 5630,
      "end": 5634,
      "loc": {
        "start": {
          "line": 192,
          "column": 28
        },
        "end": {
          "line": 192,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5634,
      "end": 5635,
      "loc": {
        "start": {
          "line": 192,
          "column": 32
        },
        "end": {
          "line": 192,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 5635,
      "end": 5640,
      "loc": {
        "start": {
          "line": 192,
          "column": 33
        },
        "end": {
          "line": 192,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5640,
      "end": 5641,
      "loc": {
        "start": {
          "line": 192,
          "column": 38
        },
        "end": {
          "line": 192,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 5641,
      "end": 5642,
      "loc": {
        "start": {
          "line": 192,
          "column": 39
        },
        "end": {
          "line": 192,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5642,
      "end": 5643,
      "loc": {
        "start": {
          "line": 192,
          "column": 40
        },
        "end": {
          "line": 192,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 5643,
      "end": 5651,
      "loc": {
        "start": {
          "line": 192,
          "column": 41
        },
        "end": {
          "line": 192,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5651,
      "end": 5652,
      "loc": {
        "start": {
          "line": 192,
          "column": 49
        },
        "end": {
          "line": 192,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5652,
      "end": 5653,
      "loc": {
        "start": {
          "line": 192,
          "column": 50
        },
        "end": {
          "line": 192,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5653,
      "end": 5654,
      "loc": {
        "start": {
          "line": 192,
          "column": 51
        },
        "end": {
          "line": 192,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5654,
      "end": 5655,
      "loc": {
        "start": {
          "line": 192,
          "column": 52
        },
        "end": {
          "line": 192,
          "column": 53
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Mapping functions that return raw values for a stored value of the given type.\n * @type {Map<node-opcua~DataType, function>}\n ",
      "start": 5657,
      "end": 5792,
      "loc": {
        "start": {
          "line": 194,
          "column": 0
        },
        "end": {
          "line": 197,
          "column": 3
        }
      }
    },
    {
      "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": 5793,
      "end": 5798,
      "loc": {
        "start": {
          "line": 198,
          "column": 0
        },
        "end": {
          "line": 198,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeRawValue",
      "start": 5799,
      "end": 5813,
      "loc": {
        "start": {
          "line": 198,
          "column": 6
        },
        "end": {
          "line": 198,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5814,
      "end": 5815,
      "loc": {
        "start": {
          "line": 198,
          "column": 21
        },
        "end": {
          "line": 198,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5816,
      "end": 5817,
      "loc": {
        "start": {
          "line": 198,
          "column": 23
        },
        "end": {
          "line": 198,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5820,
      "end": 5821,
      "loc": {
        "start": {
          "line": 199,
          "column": 2
        },
        "end": {
          "line": 199,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 5821,
      "end": 5829,
      "loc": {
        "start": {
          "line": 199,
          "column": 3
        },
        "end": {
          "line": 199,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5829,
      "end": 5830,
      "loc": {
        "start": {
          "line": 199,
          "column": 11
        },
        "end": {
          "line": 199,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Null",
      "start": 5830,
      "end": 5834,
      "loc": {
        "start": {
          "line": 199,
          "column": 12
        },
        "end": {
          "line": 199,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5834,
      "end": 5835,
      "loc": {
        "start": {
          "line": 199,
          "column": 16
        },
        "end": {
          "line": 199,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5835,
      "end": 5836,
      "loc": {
        "start": {
          "line": 199,
          "column": 17
        },
        "end": {
          "line": 199,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5837,
      "end": 5838,
      "loc": {
        "start": {
          "line": 199,
          "column": 19
        },
        "end": {
          "line": 199,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5838,
      "end": 5839,
      "loc": {
        "start": {
          "line": 199,
          "column": 20
        },
        "end": {
          "line": 199,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5840,
      "end": 5842,
      "loc": {
        "start": {
          "line": 199,
          "column": 22
        },
        "end": {
          "line": 199,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 5843,
      "end": 5847,
      "loc": {
        "start": {
          "line": 199,
          "column": 25
        },
        "end": {
          "line": 199,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5847,
      "end": 5848,
      "loc": {
        "start": {
          "line": 199,
          "column": 29
        },
        "end": {
          "line": 199,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5851,
      "end": 5852,
      "loc": {
        "start": {
          "line": 200,
          "column": 2
        },
        "end": {
          "line": 200,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 5852,
      "end": 5860,
      "loc": {
        "start": {
          "line": 200,
          "column": 3
        },
        "end": {
          "line": 200,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5860,
      "end": 5861,
      "loc": {
        "start": {
          "line": 200,
          "column": 11
        },
        "end": {
          "line": 200,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Boolean",
      "start": 5861,
      "end": 5868,
      "loc": {
        "start": {
          "line": 200,
          "column": 12
        },
        "end": {
          "line": 200,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5868,
      "end": 5869,
      "loc": {
        "start": {
          "line": 200,
          "column": 19
        },
        "end": {
          "line": 200,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5869,
      "end": 5870,
      "loc": {
        "start": {
          "line": 200,
          "column": 20
        },
        "end": {
          "line": 200,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5871,
      "end": 5872,
      "loc": {
        "start": {
          "line": 200,
          "column": 22
        },
        "end": {
          "line": 200,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 5872,
      "end": 5873,
      "loc": {
        "start": {
          "line": 200,
          "column": 23
        },
        "end": {
          "line": 200,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5873,
      "end": 5874,
      "loc": {
        "start": {
          "line": 200,
          "column": 24
        },
        "end": {
          "line": 200,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5875,
      "end": 5877,
      "loc": {
        "start": {
          "line": 200,
          "column": 26
        },
        "end": {
          "line": 200,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsString",
      "start": 5878,
      "end": 5892,
      "loc": {
        "start": {
          "line": 200,
          "column": 29
        },
        "end": {
          "line": 200,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5892,
      "end": 5893,
      "loc": {
        "start": {
          "line": 200,
          "column": 43
        },
        "end": {
          "line": 200,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 5893,
      "end": 5894,
      "loc": {
        "start": {
          "line": 200,
          "column": 44
        },
        "end": {
          "line": 200,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5894,
      "end": 5895,
      "loc": {
        "start": {
          "line": 200,
          "column": 45
        },
        "end": {
          "line": 200,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5896,
      "end": 5899,
      "loc": {
        "start": {
          "line": 200,
          "column": 47
        },
        "end": {
          "line": 200,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 5900,
      "end": 5906,
      "loc": {
        "start": {
          "line": 200,
          "column": 51
        },
        "end": {
          "line": 200,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5906,
      "end": 5907,
      "loc": {
        "start": {
          "line": 200,
          "column": 57
        },
        "end": {
          "line": 200,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5910,
      "end": 5911,
      "loc": {
        "start": {
          "line": 201,
          "column": 2
        },
        "end": {
          "line": 201,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 5911,
      "end": 5919,
      "loc": {
        "start": {
          "line": 201,
          "column": 3
        },
        "end": {
          "line": 201,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5919,
      "end": 5920,
      "loc": {
        "start": {
          "line": 201,
          "column": 11
        },
        "end": {
          "line": 201,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SByte",
      "start": 5920,
      "end": 5925,
      "loc": {
        "start": {
          "line": 201,
          "column": 12
        },
        "end": {
          "line": 201,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5925,
      "end": 5926,
      "loc": {
        "start": {
          "line": 201,
          "column": 17
        },
        "end": {
          "line": 201,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5926,
      "end": 5927,
      "loc": {
        "start": {
          "line": 201,
          "column": 18
        },
        "end": {
          "line": 201,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsInt",
      "start": 5928,
      "end": 5939,
      "loc": {
        "start": {
          "line": 201,
          "column": 20
        },
        "end": {
          "line": 201,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5939,
      "end": 5940,
      "loc": {
        "start": {
          "line": 201,
          "column": 31
        },
        "end": {
          "line": 201,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5943,
      "end": 5944,
      "loc": {
        "start": {
          "line": 202,
          "column": 2
        },
        "end": {
          "line": 202,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 5944,
      "end": 5952,
      "loc": {
        "start": {
          "line": 202,
          "column": 3
        },
        "end": {
          "line": 202,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5952,
      "end": 5953,
      "loc": {
        "start": {
          "line": 202,
          "column": 11
        },
        "end": {
          "line": 202,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Byte",
      "start": 5953,
      "end": 5957,
      "loc": {
        "start": {
          "line": 202,
          "column": 12
        },
        "end": {
          "line": 202,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5957,
      "end": 5958,
      "loc": {
        "start": {
          "line": 202,
          "column": 16
        },
        "end": {
          "line": 202,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5958,
      "end": 5959,
      "loc": {
        "start": {
          "line": 202,
          "column": 17
        },
        "end": {
          "line": 202,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsInt",
      "start": 5960,
      "end": 5971,
      "loc": {
        "start": {
          "line": 202,
          "column": 19
        },
        "end": {
          "line": 202,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5971,
      "end": 5972,
      "loc": {
        "start": {
          "line": 202,
          "column": 30
        },
        "end": {
          "line": 202,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5975,
      "end": 5976,
      "loc": {
        "start": {
          "line": 203,
          "column": 2
        },
        "end": {
          "line": 203,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 5976,
      "end": 5984,
      "loc": {
        "start": {
          "line": 203,
          "column": 3
        },
        "end": {
          "line": 203,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5984,
      "end": 5985,
      "loc": {
        "start": {
          "line": 203,
          "column": 11
        },
        "end": {
          "line": 203,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Int16",
      "start": 5985,
      "end": 5990,
      "loc": {
        "start": {
          "line": 203,
          "column": 12
        },
        "end": {
          "line": 203,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5990,
      "end": 5991,
      "loc": {
        "start": {
          "line": 203,
          "column": 17
        },
        "end": {
          "line": 203,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5991,
      "end": 5992,
      "loc": {
        "start": {
          "line": 203,
          "column": 18
        },
        "end": {
          "line": 203,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsInt",
      "start": 5993,
      "end": 6004,
      "loc": {
        "start": {
          "line": 203,
          "column": 20
        },
        "end": {
          "line": 203,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6004,
      "end": 6005,
      "loc": {
        "start": {
          "line": 203,
          "column": 31
        },
        "end": {
          "line": 203,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6008,
      "end": 6009,
      "loc": {
        "start": {
          "line": 204,
          "column": 2
        },
        "end": {
          "line": 204,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6009,
      "end": 6017,
      "loc": {
        "start": {
          "line": 204,
          "column": 3
        },
        "end": {
          "line": 204,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6017,
      "end": 6018,
      "loc": {
        "start": {
          "line": 204,
          "column": 11
        },
        "end": {
          "line": 204,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "UInt16",
      "start": 6018,
      "end": 6024,
      "loc": {
        "start": {
          "line": 204,
          "column": 12
        },
        "end": {
          "line": 204,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6024,
      "end": 6025,
      "loc": {
        "start": {
          "line": 204,
          "column": 18
        },
        "end": {
          "line": 204,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6025,
      "end": 6026,
      "loc": {
        "start": {
          "line": 204,
          "column": 19
        },
        "end": {
          "line": 204,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsInt",
      "start": 6027,
      "end": 6038,
      "loc": {
        "start": {
          "line": 204,
          "column": 21
        },
        "end": {
          "line": 204,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6038,
      "end": 6039,
      "loc": {
        "start": {
          "line": 204,
          "column": 32
        },
        "end": {
          "line": 204,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6042,
      "end": 6043,
      "loc": {
        "start": {
          "line": 205,
          "column": 2
        },
        "end": {
          "line": 205,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6043,
      "end": 6051,
      "loc": {
        "start": {
          "line": 205,
          "column": 3
        },
        "end": {
          "line": 205,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6051,
      "end": 6052,
      "loc": {
        "start": {
          "line": 205,
          "column": 11
        },
        "end": {
          "line": 205,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Int32",
      "start": 6052,
      "end": 6057,
      "loc": {
        "start": {
          "line": 205,
          "column": 12
        },
        "end": {
          "line": 205,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6057,
      "end": 6058,
      "loc": {
        "start": {
          "line": 205,
          "column": 17
        },
        "end": {
          "line": 205,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6058,
      "end": 6059,
      "loc": {
        "start": {
          "line": 205,
          "column": 18
        },
        "end": {
          "line": 205,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsInt",
      "start": 6060,
      "end": 6071,
      "loc": {
        "start": {
          "line": 205,
          "column": 20
        },
        "end": {
          "line": 205,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6071,
      "end": 6072,
      "loc": {
        "start": {
          "line": 205,
          "column": 31
        },
        "end": {
          "line": 205,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6075,
      "end": 6076,
      "loc": {
        "start": {
          "line": 206,
          "column": 2
        },
        "end": {
          "line": 206,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6076,
      "end": 6084,
      "loc": {
        "start": {
          "line": 206,
          "column": 3
        },
        "end": {
          "line": 206,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6084,
      "end": 6085,
      "loc": {
        "start": {
          "line": 206,
          "column": 11
        },
        "end": {
          "line": 206,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "UInt32",
      "start": 6085,
      "end": 6091,
      "loc": {
        "start": {
          "line": 206,
          "column": 12
        },
        "end": {
          "line": 206,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6091,
      "end": 6092,
      "loc": {
        "start": {
          "line": 206,
          "column": 18
        },
        "end": {
          "line": 206,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6092,
      "end": 6093,
      "loc": {
        "start": {
          "line": 206,
          "column": 19
        },
        "end": {
          "line": 206,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsInt",
      "start": 6094,
      "end": 6105,
      "loc": {
        "start": {
          "line": 206,
          "column": 21
        },
        "end": {
          "line": 206,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6105,
      "end": 6106,
      "loc": {
        "start": {
          "line": 206,
          "column": 32
        },
        "end": {
          "line": 206,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6109,
      "end": 6110,
      "loc": {
        "start": {
          "line": 207,
          "column": 2
        },
        "end": {
          "line": 207,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6110,
      "end": 6118,
      "loc": {
        "start": {
          "line": 207,
          "column": 3
        },
        "end": {
          "line": 207,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6118,
      "end": 6119,
      "loc": {
        "start": {
          "line": 207,
          "column": 11
        },
        "end": {
          "line": 207,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Int64",
      "start": 6119,
      "end": 6124,
      "loc": {
        "start": {
          "line": 207,
          "column": 12
        },
        "end": {
          "line": 207,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6124,
      "end": 6125,
      "loc": {
        "start": {
          "line": 207,
          "column": 17
        },
        "end": {
          "line": 207,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6125,
      "end": 6126,
      "loc": {
        "start": {
          "line": 207,
          "column": 18
        },
        "end": {
          "line": 207,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsJson",
      "start": 6127,
      "end": 6139,
      "loc": {
        "start": {
          "line": 207,
          "column": 20
        },
        "end": {
          "line": 207,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6139,
      "end": 6140,
      "loc": {
        "start": {
          "line": 207,
          "column": 32
        },
        "end": {
          "line": 207,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6143,
      "end": 6144,
      "loc": {
        "start": {
          "line": 208,
          "column": 2
        },
        "end": {
          "line": 208,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6144,
      "end": 6152,
      "loc": {
        "start": {
          "line": 208,
          "column": 3
        },
        "end": {
          "line": 208,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6152,
      "end": 6153,
      "loc": {
        "start": {
          "line": 208,
          "column": 11
        },
        "end": {
          "line": 208,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "UInt64",
      "start": 6153,
      "end": 6159,
      "loc": {
        "start": {
          "line": 208,
          "column": 12
        },
        "end": {
          "line": 208,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6159,
      "end": 6160,
      "loc": {
        "start": {
          "line": 208,
          "column": 18
        },
        "end": {
          "line": 208,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6160,
      "end": 6161,
      "loc": {
        "start": {
          "line": 208,
          "column": 19
        },
        "end": {
          "line": 208,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsJson",
      "start": 6162,
      "end": 6174,
      "loc": {
        "start": {
          "line": 208,
          "column": 21
        },
        "end": {
          "line": 208,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6174,
      "end": 6175,
      "loc": {
        "start": {
          "line": 208,
          "column": 33
        },
        "end": {
          "line": 208,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6178,
      "end": 6179,
      "loc": {
        "start": {
          "line": 209,
          "column": 2
        },
        "end": {
          "line": 209,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6179,
      "end": 6187,
      "loc": {
        "start": {
          "line": 209,
          "column": 3
        },
        "end": {
          "line": 209,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6187,
      "end": 6188,
      "loc": {
        "start": {
          "line": 209,
          "column": 11
        },
        "end": {
          "line": 209,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Float",
      "start": 6188,
      "end": 6193,
      "loc": {
        "start": {
          "line": 209,
          "column": 12
        },
        "end": {
          "line": 209,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6193,
      "end": 6194,
      "loc": {
        "start": {
          "line": 209,
          "column": 17
        },
        "end": {
          "line": 209,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6194,
      "end": 6195,
      "loc": {
        "start": {
          "line": 209,
          "column": 18
        },
        "end": {
          "line": 209,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsFloat",
      "start": 6196,
      "end": 6209,
      "loc": {
        "start": {
          "line": 209,
          "column": 20
        },
        "end": {
          "line": 209,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6209,
      "end": 6210,
      "loc": {
        "start": {
          "line": 209,
          "column": 33
        },
        "end": {
          "line": 209,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6213,
      "end": 6214,
      "loc": {
        "start": {
          "line": 210,
          "column": 2
        },
        "end": {
          "line": 210,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6214,
      "end": 6222,
      "loc": {
        "start": {
          "line": 210,
          "column": 3
        },
        "end": {
          "line": 210,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6222,
      "end": 6223,
      "loc": {
        "start": {
          "line": 210,
          "column": 11
        },
        "end": {
          "line": 210,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Double",
      "start": 6223,
      "end": 6229,
      "loc": {
        "start": {
          "line": 210,
          "column": 12
        },
        "end": {
          "line": 210,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6229,
      "end": 6230,
      "loc": {
        "start": {
          "line": 210,
          "column": 18
        },
        "end": {
          "line": 210,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6230,
      "end": 6231,
      "loc": {
        "start": {
          "line": 210,
          "column": 19
        },
        "end": {
          "line": 210,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsFloat",
      "start": 6232,
      "end": 6245,
      "loc": {
        "start": {
          "line": 210,
          "column": 21
        },
        "end": {
          "line": 210,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6245,
      "end": 6246,
      "loc": {
        "start": {
          "line": 210,
          "column": 34
        },
        "end": {
          "line": 210,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6249,
      "end": 6250,
      "loc": {
        "start": {
          "line": 211,
          "column": 2
        },
        "end": {
          "line": 211,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6250,
      "end": 6258,
      "loc": {
        "start": {
          "line": 211,
          "column": 3
        },
        "end": {
          "line": 211,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6258,
      "end": 6259,
      "loc": {
        "start": {
          "line": 211,
          "column": 11
        },
        "end": {
          "line": 211,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "String",
      "start": 6259,
      "end": 6265,
      "loc": {
        "start": {
          "line": 211,
          "column": 12
        },
        "end": {
          "line": 211,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6265,
      "end": 6266,
      "loc": {
        "start": {
          "line": 211,
          "column": 18
        },
        "end": {
          "line": 211,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6266,
      "end": 6267,
      "loc": {
        "start": {
          "line": 211,
          "column": 19
        },
        "end": {
          "line": 211,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsString",
      "start": 6268,
      "end": 6282,
      "loc": {
        "start": {
          "line": 211,
          "column": 21
        },
        "end": {
          "line": 211,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6282,
      "end": 6283,
      "loc": {
        "start": {
          "line": 211,
          "column": 35
        },
        "end": {
          "line": 211,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6286,
      "end": 6287,
      "loc": {
        "start": {
          "line": 212,
          "column": 2
        },
        "end": {
          "line": 212,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6287,
      "end": 6295,
      "loc": {
        "start": {
          "line": 212,
          "column": 3
        },
        "end": {
          "line": 212,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6295,
      "end": 6296,
      "loc": {
        "start": {
          "line": 212,
          "column": 11
        },
        "end": {
          "line": 212,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 6296,
      "end": 6304,
      "loc": {
        "start": {
          "line": 212,
          "column": 12
        },
        "end": {
          "line": 212,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6304,
      "end": 6305,
      "loc": {
        "start": {
          "line": 212,
          "column": 20
        },
        "end": {
          "line": 212,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6305,
      "end": 6306,
      "loc": {
        "start": {
          "line": 212,
          "column": 21
        },
        "end": {
          "line": 212,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsString",
      "start": 6307,
      "end": 6321,
      "loc": {
        "start": {
          "line": 212,
          "column": 23
        },
        "end": {
          "line": 212,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6321,
      "end": 6322,
      "loc": {
        "start": {
          "line": 212,
          "column": 37
        },
        "end": {
          "line": 212,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6325,
      "end": 6326,
      "loc": {
        "start": {
          "line": 213,
          "column": 2
        },
        "end": {
          "line": 213,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6326,
      "end": 6334,
      "loc": {
        "start": {
          "line": 213,
          "column": 3
        },
        "end": {
          "line": 213,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6334,
      "end": 6335,
      "loc": {
        "start": {
          "line": 213,
          "column": 11
        },
        "end": {
          "line": 213,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Guid",
      "start": 6335,
      "end": 6339,
      "loc": {
        "start": {
          "line": 213,
          "column": 12
        },
        "end": {
          "line": 213,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6339,
      "end": 6340,
      "loc": {
        "start": {
          "line": 213,
          "column": 16
        },
        "end": {
          "line": 213,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6340,
      "end": 6341,
      "loc": {
        "start": {
          "line": 213,
          "column": 17
        },
        "end": {
          "line": 213,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsString",
      "start": 6342,
      "end": 6356,
      "loc": {
        "start": {
          "line": 213,
          "column": 19
        },
        "end": {
          "line": 213,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6356,
      "end": 6357,
      "loc": {
        "start": {
          "line": 213,
          "column": 33
        },
        "end": {
          "line": 213,
          "column": 34
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " ByteString maps to Buffer",
      "start": 6360,
      "end": 6388,
      "loc": {
        "start": {
          "line": 214,
          "column": 2
        },
        "end": {
          "line": 214,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6391,
      "end": 6392,
      "loc": {
        "start": {
          "line": 215,
          "column": 2
        },
        "end": {
          "line": 215,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6392,
      "end": 6400,
      "loc": {
        "start": {
          "line": 215,
          "column": 3
        },
        "end": {
          "line": 215,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6400,
      "end": 6401,
      "loc": {
        "start": {
          "line": 215,
          "column": 11
        },
        "end": {
          "line": 215,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "XmlElement",
      "start": 6401,
      "end": 6411,
      "loc": {
        "start": {
          "line": 215,
          "column": 12
        },
        "end": {
          "line": 215,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6411,
      "end": 6412,
      "loc": {
        "start": {
          "line": 215,
          "column": 22
        },
        "end": {
          "line": 215,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6412,
      "end": 6413,
      "loc": {
        "start": {
          "line": 215,
          "column": 23
        },
        "end": {
          "line": 215,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsString",
      "start": 6414,
      "end": 6428,
      "loc": {
        "start": {
          "line": 215,
          "column": 25
        },
        "end": {
          "line": 215,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6428,
      "end": 6429,
      "loc": {
        "start": {
          "line": 215,
          "column": 39
        },
        "end": {
          "line": 215,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6432,
      "end": 6433,
      "loc": {
        "start": {
          "line": 216,
          "column": 2
        },
        "end": {
          "line": 216,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6433,
      "end": 6441,
      "loc": {
        "start": {
          "line": 216,
          "column": 3
        },
        "end": {
          "line": 216,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6441,
      "end": 6442,
      "loc": {
        "start": {
          "line": 216,
          "column": 11
        },
        "end": {
          "line": 216,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 6442,
      "end": 6448,
      "loc": {
        "start": {
          "line": 216,
          "column": 12
        },
        "end": {
          "line": 216,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6448,
      "end": 6449,
      "loc": {
        "start": {
          "line": 216,
          "column": 18
        },
        "end": {
          "line": 216,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6449,
      "end": 6450,
      "loc": {
        "start": {
          "line": 216,
          "column": 19
        },
        "end": {
          "line": 216,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsString",
      "start": 6451,
      "end": 6465,
      "loc": {
        "start": {
          "line": 216,
          "column": 21
        },
        "end": {
          "line": 216,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6465,
      "end": 6466,
      "loc": {
        "start": {
          "line": 216,
          "column": 35
        },
        "end": {
          "line": 216,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6469,
      "end": 6470,
      "loc": {
        "start": {
          "line": 217,
          "column": 2
        },
        "end": {
          "line": 217,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6470,
      "end": 6478,
      "loc": {
        "start": {
          "line": 217,
          "column": 3
        },
        "end": {
          "line": 217,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6478,
      "end": 6479,
      "loc": {
        "start": {
          "line": 217,
          "column": 11
        },
        "end": {
          "line": 217,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ExpandedNodeId",
      "start": 6479,
      "end": 6493,
      "loc": {
        "start": {
          "line": 217,
          "column": 12
        },
        "end": {
          "line": 217,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6493,
      "end": 6494,
      "loc": {
        "start": {
          "line": 217,
          "column": 26
        },
        "end": {
          "line": 217,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6494,
      "end": 6495,
      "loc": {
        "start": {
          "line": 217,
          "column": 27
        },
        "end": {
          "line": 217,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsString",
      "start": 6496,
      "end": 6510,
      "loc": {
        "start": {
          "line": 217,
          "column": 29
        },
        "end": {
          "line": 217,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6510,
      "end": 6511,
      "loc": {
        "start": {
          "line": 217,
          "column": 43
        },
        "end": {
          "line": 217,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6514,
      "end": 6515,
      "loc": {
        "start": {
          "line": 218,
          "column": 2
        },
        "end": {
          "line": 218,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6515,
      "end": 6523,
      "loc": {
        "start": {
          "line": 218,
          "column": 3
        },
        "end": {
          "line": 218,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6523,
      "end": 6524,
      "loc": {
        "start": {
          "line": 218,
          "column": 11
        },
        "end": {
          "line": 218,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "StatusCode",
      "start": 6524,
      "end": 6534,
      "loc": {
        "start": {
          "line": 218,
          "column": 12
        },
        "end": {
          "line": 218,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6534,
      "end": 6535,
      "loc": {
        "start": {
          "line": 218,
          "column": 22
        },
        "end": {
          "line": 218,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6535,
      "end": 6536,
      "loc": {
        "start": {
          "line": 218,
          "column": 23
        },
        "end": {
          "line": 218,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsString",
      "start": 6537,
      "end": 6551,
      "loc": {
        "start": {
          "line": 218,
          "column": 25
        },
        "end": {
          "line": 218,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6551,
      "end": 6552,
      "loc": {
        "start": {
          "line": 218,
          "column": 39
        },
        "end": {
          "line": 218,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6555,
      "end": 6556,
      "loc": {
        "start": {
          "line": 219,
          "column": 2
        },
        "end": {
          "line": 219,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6556,
      "end": 6564,
      "loc": {
        "start": {
          "line": 219,
          "column": 3
        },
        "end": {
          "line": 219,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6564,
      "end": 6565,
      "loc": {
        "start": {
          "line": 219,
          "column": 11
        },
        "end": {
          "line": 219,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QualifiedName",
      "start": 6565,
      "end": 6578,
      "loc": {
        "start": {
          "line": 219,
          "column": 12
        },
        "end": {
          "line": 219,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6578,
      "end": 6579,
      "loc": {
        "start": {
          "line": 219,
          "column": 25
        },
        "end": {
          "line": 219,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6579,
      "end": 6580,
      "loc": {
        "start": {
          "line": 219,
          "column": 26
        },
        "end": {
          "line": 219,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsJson",
      "start": 6581,
      "end": 6593,
      "loc": {
        "start": {
          "line": 219,
          "column": 28
        },
        "end": {
          "line": 219,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6593,
      "end": 6594,
      "loc": {
        "start": {
          "line": 219,
          "column": 40
        },
        "end": {
          "line": 219,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6597,
      "end": 6598,
      "loc": {
        "start": {
          "line": 220,
          "column": 2
        },
        "end": {
          "line": 220,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6598,
      "end": 6606,
      "loc": {
        "start": {
          "line": 220,
          "column": 3
        },
        "end": {
          "line": 220,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6606,
      "end": 6607,
      "loc": {
        "start": {
          "line": 220,
          "column": 11
        },
        "end": {
          "line": 220,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "LocalizedText",
      "start": 6607,
      "end": 6620,
      "loc": {
        "start": {
          "line": 220,
          "column": 12
        },
        "end": {
          "line": 220,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6620,
      "end": 6621,
      "loc": {
        "start": {
          "line": 220,
          "column": 25
        },
        "end": {
          "line": 220,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6621,
      "end": 6622,
      "loc": {
        "start": {
          "line": 220,
          "column": 26
        },
        "end": {
          "line": 220,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsJson",
      "start": 6623,
      "end": 6635,
      "loc": {
        "start": {
          "line": 220,
          "column": 28
        },
        "end": {
          "line": 220,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6635,
      "end": 6636,
      "loc": {
        "start": {
          "line": 220,
          "column": 40
        },
        "end": {
          "line": 220,
          "column": 41
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " FIXME: Add ExtensionObject",
      "start": 6639,
      "end": 6668,
      "loc": {
        "start": {
          "line": 221,
          "column": 2
        },
        "end": {
          "line": 221,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6671,
      "end": 6672,
      "loc": {
        "start": {
          "line": 222,
          "column": 2
        },
        "end": {
          "line": 222,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6672,
      "end": 6680,
      "loc": {
        "start": {
          "line": 222,
          "column": 3
        },
        "end": {
          "line": 222,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6680,
      "end": 6681,
      "loc": {
        "start": {
          "line": 222,
          "column": 11
        },
        "end": {
          "line": 222,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataValue",
      "start": 6681,
      "end": 6690,
      "loc": {
        "start": {
          "line": 222,
          "column": 12
        },
        "end": {
          "line": 222,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6690,
      "end": 6691,
      "loc": {
        "start": {
          "line": 222,
          "column": 21
        },
        "end": {
          "line": 222,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6691,
      "end": 6692,
      "loc": {
        "start": {
          "line": 222,
          "column": 22
        },
        "end": {
          "line": 222,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsJson",
      "start": 6693,
      "end": 6705,
      "loc": {
        "start": {
          "line": 222,
          "column": 24
        },
        "end": {
          "line": 222,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6705,
      "end": 6706,
      "loc": {
        "start": {
          "line": 222,
          "column": 36
        },
        "end": {
          "line": 222,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6709,
      "end": 6710,
      "loc": {
        "start": {
          "line": 223,
          "column": 2
        },
        "end": {
          "line": 223,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6710,
      "end": 6718,
      "loc": {
        "start": {
          "line": 223,
          "column": 3
        },
        "end": {
          "line": 223,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6718,
      "end": 6719,
      "loc": {
        "start": {
          "line": 223,
          "column": 11
        },
        "end": {
          "line": 223,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Variant",
      "start": 6719,
      "end": 6726,
      "loc": {
        "start": {
          "line": 223,
          "column": 12
        },
        "end": {
          "line": 223,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6726,
      "end": 6727,
      "loc": {
        "start": {
          "line": 223,
          "column": 19
        },
        "end": {
          "line": 223,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6727,
      "end": 6728,
      "loc": {
        "start": {
          "line": 223,
          "column": 20
        },
        "end": {
          "line": 223,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsJson",
      "start": 6729,
      "end": 6741,
      "loc": {
        "start": {
          "line": 223,
          "column": 22
        },
        "end": {
          "line": 223,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6741,
      "end": 6742,
      "loc": {
        "start": {
          "line": 223,
          "column": 34
        },
        "end": {
          "line": 223,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6745,
      "end": 6746,
      "loc": {
        "start": {
          "line": 224,
          "column": 2
        },
        "end": {
          "line": 224,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6746,
      "end": 6754,
      "loc": {
        "start": {
          "line": 224,
          "column": 3
        },
        "end": {
          "line": 224,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6754,
      "end": 6755,
      "loc": {
        "start": {
          "line": 224,
          "column": 11
        },
        "end": {
          "line": 224,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DiagnosticInfo",
      "start": 6755,
      "end": 6769,
      "loc": {
        "start": {
          "line": 224,
          "column": 12
        },
        "end": {
          "line": 224,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6769,
      "end": 6770,
      "loc": {
        "start": {
          "line": 224,
          "column": 26
        },
        "end": {
          "line": 224,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6770,
      "end": 6771,
      "loc": {
        "start": {
          "line": 224,
          "column": 27
        },
        "end": {
          "line": 224,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeAsJson",
      "start": 6772,
      "end": 6784,
      "loc": {
        "start": {
          "line": 224,
          "column": 29
        },
        "end": {
          "line": 224,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6784,
      "end": 6785,
      "loc": {
        "start": {
          "line": 224,
          "column": 41
        },
        "end": {
          "line": 224,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6786,
      "end": 6787,
      "loc": {
        "start": {
          "line": 225,
          "column": 0
        },
        "end": {
          "line": 225,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6787,
      "end": 6788,
      "loc": {
        "start": {
          "line": 225,
          "column": 1
        },
        "end": {
          "line": 225,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Mapping functions that return OPC-UA node values for raw values.\n * @type {Map<node-opcua~DataType, function>}\n ",
      "start": 6790,
      "end": 6911,
      "loc": {
        "start": {
          "line": 227,
          "column": 0
        },
        "end": {
          "line": 230,
          "column": 3
        }
      }
    },
    {
      "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": 6912,
      "end": 6917,
      "loc": {
        "start": {
          "line": 231,
          "column": 0
        },
        "end": {
          "line": 231,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toNodeValue",
      "start": 6918,
      "end": 6929,
      "loc": {
        "start": {
          "line": 231,
          "column": 6
        },
        "end": {
          "line": 231,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6930,
      "end": 6931,
      "loc": {
        "start": {
          "line": 231,
          "column": 18
        },
        "end": {
          "line": 231,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6932,
      "end": 6933,
      "loc": {
        "start": {
          "line": 231,
          "column": 20
        },
        "end": {
          "line": 231,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6936,
      "end": 6937,
      "loc": {
        "start": {
          "line": 232,
          "column": 2
        },
        "end": {
          "line": 232,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6937,
      "end": 6945,
      "loc": {
        "start": {
          "line": 232,
          "column": 3
        },
        "end": {
          "line": 232,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6945,
      "end": 6946,
      "loc": {
        "start": {
          "line": 232,
          "column": 11
        },
        "end": {
          "line": 232,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 6946,
      "end": 6954,
      "loc": {
        "start": {
          "line": 232,
          "column": 12
        },
        "end": {
          "line": 232,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6954,
      "end": 6955,
      "loc": {
        "start": {
          "line": 232,
          "column": 20
        },
        "end": {
          "line": 232,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6955,
      "end": 6956,
      "loc": {
        "start": {
          "line": 232,
          "column": 21
        },
        "end": {
          "line": 232,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6957,
      "end": 6958,
      "loc": {
        "start": {
          "line": 232,
          "column": 23
        },
        "end": {
          "line": 232,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 6958,
      "end": 6959,
      "loc": {
        "start": {
          "line": 232,
          "column": 24
        },
        "end": {
          "line": 232,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6959,
      "end": 6960,
      "loc": {
        "start": {
          "line": 232,
          "column": 25
        },
        "end": {
          "line": 232,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6961,
      "end": 6963,
      "loc": {
        "start": {
          "line": 232,
          "column": 27
        },
        "end": {
          "line": 232,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 6964,
      "end": 6967,
      "loc": {
        "start": {
          "line": 232,
          "column": 30
        },
        "end": {
          "line": 232,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 6968,
      "end": 6972,
      "loc": {
        "start": {
          "line": 232,
          "column": 34
        },
        "end": {
          "line": 232,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6972,
      "end": 6973,
      "loc": {
        "start": {
          "line": 232,
          "column": 38
        },
        "end": {
          "line": 232,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 6973,
      "end": 6974,
      "loc": {
        "start": {
          "line": 232,
          "column": 39
        },
        "end": {
          "line": 232,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6974,
      "end": 6975,
      "loc": {
        "start": {
          "line": 232,
          "column": 40
        },
        "end": {
          "line": 232,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6975,
      "end": 6976,
      "loc": {
        "start": {
          "line": 232,
          "column": 41
        },
        "end": {
          "line": 232,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6979,
      "end": 6980,
      "loc": {
        "start": {
          "line": 233,
          "column": 2
        },
        "end": {
          "line": 233,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6980,
      "end": 6988,
      "loc": {
        "start": {
          "line": 233,
          "column": 3
        },
        "end": {
          "line": 233,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6988,
      "end": 6989,
      "loc": {
        "start": {
          "line": 233,
          "column": 11
        },
        "end": {
          "line": 233,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ByteString",
      "start": 6989,
      "end": 6999,
      "loc": {
        "start": {
          "line": 233,
          "column": 12
        },
        "end": {
          "line": 233,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6999,
      "end": 7000,
      "loc": {
        "start": {
          "line": 233,
          "column": 22
        },
        "end": {
          "line": 233,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7000,
      "end": 7001,
      "loc": {
        "start": {
          "line": 233,
          "column": 23
        },
        "end": {
          "line": 233,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7002,
      "end": 7003,
      "loc": {
        "start": {
          "line": 233,
          "column": 25
        },
        "end": {
          "line": 233,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 7003,
      "end": 7004,
      "loc": {
        "start": {
          "line": 233,
          "column": 26
        },
        "end": {
          "line": 233,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7004,
      "end": 7005,
      "loc": {
        "start": {
          "line": 233,
          "column": 27
        },
        "end": {
          "line": 233,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7006,
      "end": 7008,
      "loc": {
        "start": {
          "line": 233,
          "column": 29
        },
        "end": {
          "line": 233,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7009,
      "end": 7010,
      "loc": {
        "start": {
          "line": 233,
          "column": 32
        },
        "end": {
          "line": 233,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7015,
      "end": 7017,
      "loc": {
        "start": {
          "line": 234,
          "column": 4
        },
        "end": {
          "line": 234,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7018,
      "end": 7019,
      "loc": {
        "start": {
          "line": 234,
          "column": 7
        },
        "end": {
          "line": 234,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 7019,
      "end": 7020,
      "loc": {
        "start": {
          "line": 234,
          "column": 8
        },
        "end": {
          "line": 234,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 7021,
      "end": 7031,
      "loc": {
        "start": {
          "line": 234,
          "column": 10
        },
        "end": {
          "line": 234,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Buffer",
      "start": 7032,
      "end": 7038,
      "loc": {
        "start": {
          "line": 234,
          "column": 21
        },
        "end": {
          "line": 234,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7038,
      "end": 7039,
      "loc": {
        "start": {
          "line": 234,
          "column": 27
        },
        "end": {
          "line": 234,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7040,
      "end": 7041,
      "loc": {
        "start": {
          "line": 234,
          "column": 29
        },
        "end": {
          "line": 234,
          "column": 30
        }
      }
    },
    {
      "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": 7048,
      "end": 7054,
      "loc": {
        "start": {
          "line": 235,
          "column": 6
        },
        "end": {
          "line": 235,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 7055,
      "end": 7056,
      "loc": {
        "start": {
          "line": 235,
          "column": 13
        },
        "end": {
          "line": 235,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7056,
      "end": 7057,
      "loc": {
        "start": {
          "line": 235,
          "column": 14
        },
        "end": {
          "line": 235,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7062,
      "end": 7063,
      "loc": {
        "start": {
          "line": 236,
          "column": 4
        },
        "end": {
          "line": 236,
          "column": 5
        }
      }
    },
    {
      "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": 7069,
      "end": 7075,
      "loc": {
        "start": {
          "line": 238,
          "column": 4
        },
        "end": {
          "line": 238,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Buffer",
      "start": 7076,
      "end": 7082,
      "loc": {
        "start": {
          "line": 238,
          "column": 11
        },
        "end": {
          "line": 238,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7082,
      "end": 7083,
      "loc": {
        "start": {
          "line": 238,
          "column": 17
        },
        "end": {
          "line": 238,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 7083,
      "end": 7087,
      "loc": {
        "start": {
          "line": 238,
          "column": 18
        },
        "end": {
          "line": 238,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7087,
      "end": 7088,
      "loc": {
        "start": {
          "line": 238,
          "column": 22
        },
        "end": {
          "line": 238,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 7088,
      "end": 7089,
      "loc": {
        "start": {
          "line": 238,
          "column": 23
        },
        "end": {
          "line": 238,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7089,
      "end": 7090,
      "loc": {
        "start": {
          "line": 238,
          "column": 24
        },
        "end": {
          "line": 238,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 7090,
      "end": 7094,
      "loc": {
        "start": {
          "line": 238,
          "column": 25
        },
        "end": {
          "line": 238,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7094,
      "end": 7095,
      "loc": {
        "start": {
          "line": 238,
          "column": 29
        },
        "end": {
          "line": 238,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "binary",
      "start": 7096,
      "end": 7104,
      "loc": {
        "start": {
          "line": 238,
          "column": 31
        },
        "end": {
          "line": 238,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7104,
      "end": 7105,
      "loc": {
        "start": {
          "line": 238,
          "column": 39
        },
        "end": {
          "line": 238,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7105,
      "end": 7106,
      "loc": {
        "start": {
          "line": 238,
          "column": 40
        },
        "end": {
          "line": 238,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7109,
      "end": 7110,
      "loc": {
        "start": {
          "line": 239,
          "column": 2
        },
        "end": {
          "line": 239,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7110,
      "end": 7111,
      "loc": {
        "start": {
          "line": 239,
          "column": 3
        },
        "end": {
          "line": 239,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7114,
      "end": 7115,
      "loc": {
        "start": {
          "line": 240,
          "column": 2
        },
        "end": {
          "line": 240,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 7115,
      "end": 7123,
      "loc": {
        "start": {
          "line": 240,
          "column": 3
        },
        "end": {
          "line": 240,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7123,
      "end": 7124,
      "loc": {
        "start": {
          "line": 240,
          "column": 11
        },
        "end": {
          "line": 240,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 7124,
      "end": 7130,
      "loc": {
        "start": {
          "line": 240,
          "column": 12
        },
        "end": {
          "line": 240,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7130,
      "end": 7131,
      "loc": {
        "start": {
          "line": 240,
          "column": 18
        },
        "end": {
          "line": 240,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7131,
      "end": 7132,
      "loc": {
        "start": {
          "line": 240,
          "column": 19
        },
        "end": {
          "line": 240,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7133,
      "end": 7134,
      "loc": {
        "start": {
          "line": 240,
          "column": 21
        },
        "end": {
          "line": 240,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 7134,
      "end": 7135,
      "loc": {
        "start": {
          "line": 240,
          "column": 22
        },
        "end": {
          "line": 240,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7135,
      "end": 7136,
      "loc": {
        "start": {
          "line": 240,
          "column": 23
        },
        "end": {
          "line": 240,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7137,
      "end": 7139,
      "loc": {
        "start": {
          "line": 240,
          "column": 25
        },
        "end": {
          "line": 240,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolveNodeId",
      "start": 7140,
      "end": 7153,
      "loc": {
        "start": {
          "line": 240,
          "column": 28
        },
        "end": {
          "line": 240,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7153,
      "end": 7154,
      "loc": {
        "start": {
          "line": 240,
          "column": 41
        },
        "end": {
          "line": 240,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 7154,
      "end": 7155,
      "loc": {
        "start": {
          "line": 240,
          "column": 42
        },
        "end": {
          "line": 240,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7155,
      "end": 7156,
      "loc": {
        "start": {
          "line": 240,
          "column": 43
        },
        "end": {
          "line": 240,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7156,
      "end": 7157,
      "loc": {
        "start": {
          "line": 240,
          "column": 44
        },
        "end": {
          "line": 240,
          "column": 45
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Jep, node-opcua does not provide a resolve function for expanded nodeids",
      "start": 7161,
      "end": 7236,
      "loc": {
        "start": {
          "line": 242,
          "column": 2
        },
        "end": {
          "line": 242,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7239,
      "end": 7240,
      "loc": {
        "start": {
          "line": 243,
          "column": 2
        },
        "end": {
          "line": 243,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 7240,
      "end": 7248,
      "loc": {
        "start": {
          "line": 243,
          "column": 3
        },
        "end": {
          "line": 243,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7248,
      "end": 7249,
      "loc": {
        "start": {
          "line": 243,
          "column": 11
        },
        "end": {
          "line": 243,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ExpandedNodeId",
      "start": 7249,
      "end": 7263,
      "loc": {
        "start": {
          "line": 243,
          "column": 12
        },
        "end": {
          "line": 243,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7263,
      "end": 7264,
      "loc": {
        "start": {
          "line": 243,
          "column": 26
        },
        "end": {
          "line": 243,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7264,
      "end": 7265,
      "loc": {
        "start": {
          "line": 243,
          "column": 27
        },
        "end": {
          "line": 243,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7266,
      "end": 7267,
      "loc": {
        "start": {
          "line": 243,
          "column": 29
        },
        "end": {
          "line": 243,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 7267,
      "end": 7268,
      "loc": {
        "start": {
          "line": 243,
          "column": 30
        },
        "end": {
          "line": 243,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7268,
      "end": 7269,
      "loc": {
        "start": {
          "line": 243,
          "column": 31
        },
        "end": {
          "line": 243,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7270,
      "end": 7272,
      "loc": {
        "start": {
          "line": 243,
          "column": 33
        },
        "end": {
          "line": 243,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7273,
      "end": 7274,
      "loc": {
        "start": {
          "line": 243,
          "column": 36
        },
        "end": {
          "line": 243,
          "column": 37
        }
      }
    },
    {
      "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": 7279,
      "end": 7284,
      "loc": {
        "start": {
          "line": 244,
          "column": 4
        },
        "end": {
          "line": 244,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeId",
      "start": 7285,
      "end": 7291,
      "loc": {
        "start": {
          "line": 244,
          "column": 10
        },
        "end": {
          "line": 244,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7292,
      "end": 7293,
      "loc": {
        "start": {
          "line": 244,
          "column": 17
        },
        "end": {
          "line": 244,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolveNodeId",
      "start": 7294,
      "end": 7307,
      "loc": {
        "start": {
          "line": 244,
          "column": 19
        },
        "end": {
          "line": 244,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7307,
      "end": 7308,
      "loc": {
        "start": {
          "line": 244,
          "column": 32
        },
        "end": {
          "line": 244,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 7308,
      "end": 7309,
      "loc": {
        "start": {
          "line": 244,
          "column": 33
        },
        "end": {
          "line": 244,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7309,
      "end": 7310,
      "loc": {
        "start": {
          "line": 244,
          "column": 34
        },
        "end": {
          "line": 244,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7310,
      "end": 7311,
      "loc": {
        "start": {
          "line": 244,
          "column": 35
        },
        "end": {
          "line": 244,
          "column": 36
        }
      }
    },
    {
      "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": 7316,
      "end": 7321,
      "loc": {
        "start": {
          "line": 245,
          "column": 4
        },
        "end": {
          "line": 245,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7322,
      "end": 7323,
      "loc": {
        "start": {
          "line": 245,
          "column": 10
        },
        "end": {
          "line": 245,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7323,
      "end": 7328,
      "loc": {
        "start": {
          "line": 245,
          "column": 11
        },
        "end": {
          "line": 245,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7328,
      "end": 7329,
      "loc": {
        "start": {
          "line": 245,
          "column": 16
        },
        "end": {
          "line": 245,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7330,
      "end": 7333,
      "loc": {
        "start": {
          "line": 245,
          "column": 18
        },
        "end": {
          "line": 245,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defs",
      "start": 7333,
      "end": 7337,
      "loc": {
        "start": {
          "line": 245,
          "column": 21
        },
        "end": {
          "line": 245,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7337,
      "end": 7338,
      "loc": {
        "start": {
          "line": 245,
          "column": 25
        },
        "end": {
          "line": 245,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7339,
      "end": 7340,
      "loc": {
        "start": {
          "line": 245,
          "column": 27
        },
        "end": {
          "line": 245,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeId",
      "start": 7341,
      "end": 7347,
      "loc": {
        "start": {
          "line": 245,
          "column": 29
        },
        "end": {
          "line": 245,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7347,
      "end": 7348,
      "loc": {
        "start": {
          "line": 245,
          "column": 35
        },
        "end": {
          "line": 245,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7348,
      "end": 7353,
      "loc": {
        "start": {
          "line": 245,
          "column": 36
        },
        "end": {
          "line": 245,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7353,
      "end": 7354,
      "loc": {
        "start": {
          "line": 245,
          "column": 41
        },
        "end": {
          "line": 245,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 7354,
      "end": 7359,
      "loc": {
        "start": {
          "line": 245,
          "column": 42
        },
        "end": {
          "line": 245,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7359,
      "end": 7360,
      "loc": {
        "start": {
          "line": 245,
          "column": 47
        },
        "end": {
          "line": 245,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 7360,
      "end": 7363,
      "loc": {
        "start": {
          "line": 245,
          "column": 48
        },
        "end": {
          "line": 245,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7363,
      "end": 7364,
      "loc": {
        "start": {
          "line": 245,
          "column": 51
        },
        "end": {
          "line": 245,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7364,
      "end": 7365,
      "loc": {
        "start": {
          "line": 245,
          "column": 52
        },
        "end": {
          "line": 245,
          "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": 7371,
      "end": 7376,
      "loc": {
        "start": {
          "line": 247,
          "column": 4
        },
        "end": {
          "line": 247,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7377,
      "end": 7378,
      "loc": {
        "start": {
          "line": 247,
          "column": 10
        },
        "end": {
          "line": 247,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifierType",
      "start": 7379,
      "end": 7393,
      "loc": {
        "start": {
          "line": 247,
          "column": 12
        },
        "end": {
          "line": 247,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7393,
      "end": 7394,
      "loc": {
        "start": {
          "line": 247,
          "column": 26
        },
        "end": {
          "line": 247,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "namespace",
      "start": 7395,
      "end": 7404,
      "loc": {
        "start": {
          "line": 247,
          "column": 28
        },
        "end": {
          "line": 247,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7404,
      "end": 7405,
      "loc": {
        "start": {
          "line": 247,
          "column": 37
        },
        "end": {
          "line": 247,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "namespaceUri",
      "start": 7406,
      "end": 7418,
      "loc": {
        "start": {
          "line": 247,
          "column": 39
        },
        "end": {
          "line": 247,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7418,
      "end": 7419,
      "loc": {
        "start": {
          "line": 247,
          "column": 51
        },
        "end": {
          "line": 247,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "serverIndex",
      "start": 7420,
      "end": 7431,
      "loc": {
        "start": {
          "line": 247,
          "column": 53
        },
        "end": {
          "line": 247,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7432,
      "end": 7433,
      "loc": {
        "start": {
          "line": 247,
          "column": 65
        },
        "end": {
          "line": 247,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7434,
      "end": 7435,
      "loc": {
        "start": {
          "line": 247,
          "column": 67
        },
        "end": {
          "line": 247,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defs",
      "start": 7436,
      "end": 7440,
      "loc": {
        "start": {
          "line": 247,
          "column": 69
        },
        "end": {
          "line": 247,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7440,
      "end": 7441,
      "loc": {
        "start": {
          "line": 247,
          "column": 73
        },
        "end": {
          "line": 247,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reduce",
      "start": 7441,
      "end": 7447,
      "loc": {
        "start": {
          "line": 247,
          "column": 74
        },
        "end": {
          "line": 247,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7447,
      "end": 7448,
      "loc": {
        "start": {
          "line": 247,
          "column": 80
        },
        "end": {
          "line": 247,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7448,
      "end": 7449,
      "loc": {
        "start": {
          "line": 247,
          "column": 81
        },
        "end": {
          "line": 247,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 7449,
      "end": 7453,
      "loc": {
        "start": {
          "line": 247,
          "column": 82
        },
        "end": {
          "line": 247,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7453,
      "end": 7454,
      "loc": {
        "start": {
          "line": 247,
          "column": 86
        },
        "end": {
          "line": 247,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "def",
      "start": 7455,
      "end": 7458,
      "loc": {
        "start": {
          "line": 247,
          "column": 88
        },
        "end": {
          "line": 247,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7458,
      "end": 7459,
      "loc": {
        "start": {
          "line": 247,
          "column": 91
        },
        "end": {
          "line": 247,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7460,
      "end": 7462,
      "loc": {
        "start": {
          "line": 247,
          "column": 93
        },
        "end": {
          "line": 247,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7463,
      "end": 7464,
      "loc": {
        "start": {
          "line": 247,
          "column": 96
        },
        "end": {
          "line": 247,
          "column": 97
        }
      }
    },
    {
      "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": 7471,
      "end": 7476,
      "loc": {
        "start": {
          "line": 248,
          "column": 6
        },
        "end": {
          "line": 248,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 7477,
      "end": 7482,
      "loc": {
        "start": {
          "line": 248,
          "column": 12
        },
        "end": {
          "line": 248,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7483,
      "end": 7484,
      "loc": {
        "start": {
          "line": 248,
          "column": 18
        },
        "end": {
          "line": 248,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "def",
      "start": 7485,
      "end": 7488,
      "loc": {
        "start": {
          "line": 248,
          "column": 20
        },
        "end": {
          "line": 248,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7488,
      "end": 7489,
      "loc": {
        "start": {
          "line": 248,
          "column": 23
        },
        "end": {
          "line": 248,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 7489,
      "end": 7494,
      "loc": {
        "start": {
          "line": 248,
          "column": 24
        },
        "end": {
          "line": 248,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7494,
      "end": 7495,
      "loc": {
        "start": {
          "line": 248,
          "column": 29
        },
        "end": {
          "line": 248,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "^([^:]+):(.*)",
        "flags": ""
      },
      "start": 7495,
      "end": 7510,
      "loc": {
        "start": {
          "line": 248,
          "column": 30
        },
        "end": {
          "line": 248,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7510,
      "end": 7511,
      "loc": {
        "start": {
          "line": 248,
          "column": 45
        },
        "end": {
          "line": 248,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7511,
      "end": 7512,
      "loc": {
        "start": {
          "line": 248,
          "column": 46
        },
        "end": {
          "line": 248,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7519,
      "end": 7521,
      "loc": {
        "start": {
          "line": 249,
          "column": 6
        },
        "end": {
          "line": 249,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7522,
      "end": 7523,
      "loc": {
        "start": {
          "line": 249,
          "column": 9
        },
        "end": {
          "line": 249,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7523,
      "end": 7524,
      "loc": {
        "start": {
          "line": 249,
          "column": 10
        },
        "end": {
          "line": 249,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 7524,
      "end": 7529,
      "loc": {
        "start": {
          "line": 249,
          "column": 11
        },
        "end": {
          "line": 249,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7529,
      "end": 7530,
      "loc": {
        "start": {
          "line": 249,
          "column": 16
        },
        "end": {
          "line": 249,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7531,
      "end": 7532,
      "loc": {
        "start": {
          "line": 249,
          "column": 18
        },
        "end": {
          "line": 249,
          "column": 19
        }
      }
    },
    {
      "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": 7541,
      "end": 7547,
      "loc": {
        "start": {
          "line": 250,
          "column": 8
        },
        "end": {
          "line": 250,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 7548,
      "end": 7552,
      "loc": {
        "start": {
          "line": 250,
          "column": 15
        },
        "end": {
          "line": 250,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7552,
      "end": 7553,
      "loc": {
        "start": {
          "line": 250,
          "column": 19
        },
        "end": {
          "line": 250,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7560,
      "end": 7561,
      "loc": {
        "start": {
          "line": 251,
          "column": 6
        },
        "end": {
          "line": 251,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 7569,
      "end": 7572,
      "loc": {
        "start": {
          "line": 253,
          "column": 6
        },
        "end": {
          "line": 253,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7573,
      "end": 7574,
      "loc": {
        "start": {
          "line": 253,
          "column": 10
        },
        "end": {
          "line": 253,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 7574,
      "end": 7577,
      "loc": {
        "start": {
          "line": 253,
          "column": 11
        },
        "end": {
          "line": 253,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7577,
      "end": 7578,
      "loc": {
        "start": {
          "line": 253,
          "column": 14
        },
        "end": {
          "line": 253,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 7579,
      "end": 7582,
      "loc": {
        "start": {
          "line": 253,
          "column": 16
        },
        "end": {
          "line": 253,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7582,
      "end": 7583,
      "loc": {
        "start": {
          "line": 253,
          "column": 19
        },
        "end": {
          "line": 253,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7584,
      "end": 7585,
      "loc": {
        "start": {
          "line": 253,
          "column": 21
        },
        "end": {
          "line": 253,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 7586,
      "end": 7591,
      "loc": {
        "start": {
          "line": 253,
          "column": 23
        },
        "end": {
          "line": 253,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7591,
      "end": 7592,
      "loc": {
        "start": {
          "line": 253,
          "column": 28
        },
        "end": {
          "line": 253,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "slice",
      "start": 7592,
      "end": 7597,
      "loc": {
        "start": {
          "line": 253,
          "column": 29
        },
        "end": {
          "line": 253,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7597,
      "end": 7598,
      "loc": {
        "start": {
          "line": 253,
          "column": 34
        },
        "end": {
          "line": 253,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 7598,
      "end": 7599,
      "loc": {
        "start": {
          "line": 253,
          "column": 35
        },
        "end": {
          "line": 253,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7599,
      "end": 7600,
      "loc": {
        "start": {
          "line": 253,
          "column": 36
        },
        "end": {
          "line": 253,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7600,
      "end": 7601,
      "loc": {
        "start": {
          "line": 253,
          "column": 37
        },
        "end": {
          "line": 253,
          "column": 38
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " eslint-disable-line prefer-const",
      "start": 7602,
      "end": 7637,
      "loc": {
        "start": {
          "line": 253,
          "column": 39
        },
        "end": {
          "line": 253,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7645,
      "end": 7647,
      "loc": {
        "start": {
          "line": 255,
          "column": 6
        },
        "end": {
          "line": 255,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7648,
      "end": 7649,
      "loc": {
        "start": {
          "line": 255,
          "column": 9
        },
        "end": {
          "line": 255,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 7649,
      "end": 7652,
      "loc": {
        "start": {
          "line": 255,
          "column": 10
        },
        "end": {
          "line": 255,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7653,
      "end": 7656,
      "loc": {
        "start": {
          "line": 255,
          "column": 14
        },
        "end": {
          "line": 255,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "serverIndex",
      "start": 7657,
      "end": 7670,
      "loc": {
        "start": {
          "line": 255,
          "column": 18
        },
        "end": {
          "line": 255,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7670,
      "end": 7671,
      "loc": {
        "start": {
          "line": 255,
          "column": 31
        },
        "end": {
          "line": 255,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7672,
      "end": 7673,
      "loc": {
        "start": {
          "line": 255,
          "column": 33
        },
        "end": {
          "line": 255,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 7682,
      "end": 7685,
      "loc": {
        "start": {
          "line": 256,
          "column": 8
        },
        "end": {
          "line": 256,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7686,
      "end": 7687,
      "loc": {
        "start": {
          "line": 256,
          "column": 12
        },
        "end": {
          "line": 256,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parseInt",
      "start": 7688,
      "end": 7696,
      "loc": {
        "start": {
          "line": 256,
          "column": 14
        },
        "end": {
          "line": 256,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7696,
      "end": 7697,
      "loc": {
        "start": {
          "line": 256,
          "column": 22
        },
        "end": {
          "line": 256,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 7697,
      "end": 7700,
      "loc": {
        "start": {
          "line": 256,
          "column": 23
        },
        "end": {
          "line": 256,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7700,
      "end": 7701,
      "loc": {
        "start": {
          "line": 256,
          "column": 26
        },
        "end": {
          "line": 256,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 10,
      "start": 7702,
      "end": 7704,
      "loc": {
        "start": {
          "line": 256,
          "column": 28
        },
        "end": {
          "line": 256,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7704,
      "end": 7705,
      "loc": {
        "start": {
          "line": 256,
          "column": 30
        },
        "end": {
          "line": 256,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7705,
      "end": 7706,
      "loc": {
        "start": {
          "line": 256,
          "column": 31
        },
        "end": {
          "line": 256,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7713,
      "end": 7714,
      "loc": {
        "start": {
          "line": 257,
          "column": 6
        },
        "end": {
          "line": 257,
          "column": 7
        }
      }
    },
    {
      "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": 7722,
      "end": 7728,
      "loc": {
        "start": {
          "line": 259,
          "column": 6
        },
        "end": {
          "line": 259,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 7729,
      "end": 7735,
      "loc": {
        "start": {
          "line": 259,
          "column": 13
        },
        "end": {
          "line": 259,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7735,
      "end": 7736,
      "loc": {
        "start": {
          "line": 259,
          "column": 19
        },
        "end": {
          "line": 259,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 7736,
      "end": 7742,
      "loc": {
        "start": {
          "line": 259,
          "column": 20
        },
        "end": {
          "line": 259,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7742,
      "end": 7743,
      "loc": {
        "start": {
          "line": 259,
          "column": 26
        },
        "end": {
          "line": 259,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 7743,
      "end": 7747,
      "loc": {
        "start": {
          "line": 259,
          "column": 27
        },
        "end": {
          "line": 259,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7747,
      "end": 7748,
      "loc": {
        "start": {
          "line": 259,
          "column": 31
        },
        "end": {
          "line": 259,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7749,
      "end": 7750,
      "loc": {
        "start": {
          "line": 259,
          "column": 33
        },
        "end": {
          "line": 259,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7751,
      "end": 7752,
      "loc": {
        "start": {
          "line": 259,
          "column": 35
        },
        "end": {
          "line": 259,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 7752,
      "end": 7755,
      "loc": {
        "start": {
          "line": 259,
          "column": 36
        },
        "end": {
          "line": 259,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7755,
      "end": 7756,
      "loc": {
        "start": {
          "line": 259,
          "column": 39
        },
        "end": {
          "line": 259,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7756,
      "end": 7757,
      "loc": {
        "start": {
          "line": 259,
          "column": 40
        },
        "end": {
          "line": 259,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 7758,
      "end": 7761,
      "loc": {
        "start": {
          "line": 259,
          "column": 42
        },
        "end": {
          "line": 259,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7762,
      "end": 7763,
      "loc": {
        "start": {
          "line": 259,
          "column": 46
        },
        "end": {
          "line": 259,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7763,
      "end": 7764,
      "loc": {
        "start": {
          "line": 259,
          "column": 47
        },
        "end": {
          "line": 259,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7764,
      "end": 7765,
      "loc": {
        "start": {
          "line": 259,
          "column": 48
        },
        "end": {
          "line": 259,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7770,
      "end": 7771,
      "loc": {
        "start": {
          "line": 260,
          "column": 4
        },
        "end": {
          "line": 260,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7771,
      "end": 7772,
      "loc": {
        "start": {
          "line": 260,
          "column": 5
        },
        "end": {
          "line": 260,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 7773,
      "end": 7779,
      "loc": {
        "start": {
          "line": 260,
          "column": 7
        },
        "end": {
          "line": 260,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7779,
      "end": 7780,
      "loc": {
        "start": {
          "line": 260,
          "column": 13
        },
        "end": {
          "line": 260,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 7780,
      "end": 7786,
      "loc": {
        "start": {
          "line": 260,
          "column": 14
        },
        "end": {
          "line": 260,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7786,
      "end": 7787,
      "loc": {
        "start": {
          "line": 260,
          "column": 20
        },
        "end": {
          "line": 260,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7787,
      "end": 7788,
      "loc": {
        "start": {
          "line": 260,
          "column": 21
        },
        "end": {
          "line": 260,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7788,
      "end": 7789,
      "loc": {
        "start": {
          "line": 260,
          "column": 22
        },
        "end": {
          "line": 260,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7789,
      "end": 7790,
      "loc": {
        "start": {
          "line": 260,
          "column": 23
        },
        "end": {
          "line": 260,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeId",
      "start": 7791,
      "end": 7797,
      "loc": {
        "start": {
          "line": 260,
          "column": 25
        },
        "end": {
          "line": 260,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7797,
      "end": 7798,
      "loc": {
        "start": {
          "line": 260,
          "column": 31
        },
        "end": {
          "line": 260,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7798,
      "end": 7799,
      "loc": {
        "start": {
          "line": 260,
          "column": 32
        },
        "end": {
          "line": 260,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7799,
      "end": 7800,
      "loc": {
        "start": {
          "line": 260,
          "column": 33
        },
        "end": {
          "line": 260,
          "column": 34
        }
      }
    },
    {
      "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": 7806,
      "end": 7812,
      "loc": {
        "start": {
          "line": 262,
          "column": 4
        },
        "end": {
          "line": 262,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 7813,
      "end": 7816,
      "loc": {
        "start": {
          "line": 262,
          "column": 11
        },
        "end": {
          "line": 262,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ExpandedNodeId",
      "start": 7817,
      "end": 7831,
      "loc": {
        "start": {
          "line": 262,
          "column": 15
        },
        "end": {
          "line": 262,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7831,
      "end": 7832,
      "loc": {
        "start": {
          "line": 262,
          "column": 29
        },
        "end": {
          "line": 262,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifierType",
      "start": 7832,
      "end": 7846,
      "loc": {
        "start": {
          "line": 262,
          "column": 30
        },
        "end": {
          "line": 262,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7846,
      "end": 7847,
      "loc": {
        "start": {
          "line": 262,
          "column": 44
        },
        "end": {
          "line": 262,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7848,
      "end": 7853,
      "loc": {
        "start": {
          "line": 262,
          "column": 46
        },
        "end": {
          "line": 262,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7853,
      "end": 7854,
      "loc": {
        "start": {
          "line": 262,
          "column": 51
        },
        "end": {
          "line": 262,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "namespace",
      "start": 7855,
      "end": 7864,
      "loc": {
        "start": {
          "line": 262,
          "column": 53
        },
        "end": {
          "line": 262,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7864,
      "end": 7865,
      "loc": {
        "start": {
          "line": 262,
          "column": 62
        },
        "end": {
          "line": 262,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "namespaceUri",
      "start": 7866,
      "end": 7878,
      "loc": {
        "start": {
          "line": 262,
          "column": 64
        },
        "end": {
          "line": 262,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7878,
      "end": 7879,
      "loc": {
        "start": {
          "line": 262,
          "column": 76
        },
        "end": {
          "line": 262,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "serverIndex",
      "start": 7880,
      "end": 7891,
      "loc": {
        "start": {
          "line": 262,
          "column": 78
        },
        "end": {
          "line": 262,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7891,
      "end": 7892,
      "loc": {
        "start": {
          "line": 262,
          "column": 89
        },
        "end": {
          "line": 262,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7892,
      "end": 7893,
      "loc": {
        "start": {
          "line": 262,
          "column": 90
        },
        "end": {
          "line": 262,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7896,
      "end": 7897,
      "loc": {
        "start": {
          "line": 263,
          "column": 2
        },
        "end": {
          "line": 263,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7897,
      "end": 7898,
      "loc": {
        "start": {
          "line": 263,
          "column": 3
        },
        "end": {
          "line": 263,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7902,
      "end": 7903,
      "loc": {
        "start": {
          "line": 265,
          "column": 2
        },
        "end": {
          "line": 265,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 7903,
      "end": 7911,
      "loc": {
        "start": {
          "line": 265,
          "column": 3
        },
        "end": {
          "line": 265,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7911,
      "end": 7912,
      "loc": {
        "start": {
          "line": 265,
          "column": 11
        },
        "end": {
          "line": 265,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "StatusCode",
      "start": 7912,
      "end": 7922,
      "loc": {
        "start": {
          "line": 265,
          "column": 12
        },
        "end": {
          "line": 265,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7922,
      "end": 7923,
      "loc": {
        "start": {
          "line": 265,
          "column": 22
        },
        "end": {
          "line": 265,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7923,
      "end": 7924,
      "loc": {
        "start": {
          "line": 265,
          "column": 23
        },
        "end": {
          "line": 265,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7925,
      "end": 7926,
      "loc": {
        "start": {
          "line": 265,
          "column": 25
        },
        "end": {
          "line": 265,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 7926,
      "end": 7930,
      "loc": {
        "start": {
          "line": 265,
          "column": 26
        },
        "end": {
          "line": 265,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7930,
      "end": 7931,
      "loc": {
        "start": {
          "line": 265,
          "column": 30
        },
        "end": {
          "line": 265,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7932,
      "end": 7934,
      "loc": {
        "start": {
          "line": 265,
          "column": 32
        },
        "end": {
          "line": 265,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "StatusCodes",
      "start": 7935,
      "end": 7946,
      "loc": {
        "start": {
          "line": 265,
          "column": 35
        },
        "end": {
          "line": 265,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7946,
      "end": 7947,
      "loc": {
        "start": {
          "line": 265,
          "column": 46
        },
        "end": {
          "line": 265,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 7947,
      "end": 7951,
      "loc": {
        "start": {
          "line": 265,
          "column": 47
        },
        "end": {
          "line": 265,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7951,
      "end": 7952,
      "loc": {
        "start": {
          "line": 265,
          "column": 51
        },
        "end": {
          "line": 265,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7952,
      "end": 7953,
      "loc": {
        "start": {
          "line": 265,
          "column": 52
        },
        "end": {
          "line": 265,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7956,
      "end": 7957,
      "loc": {
        "start": {
          "line": 266,
          "column": 2
        },
        "end": {
          "line": 266,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 7957,
      "end": 7965,
      "loc": {
        "start": {
          "line": 266,
          "column": 3
        },
        "end": {
          "line": 266,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7965,
      "end": 7966,
      "loc": {
        "start": {
          "line": 266,
          "column": 11
        },
        "end": {
          "line": 266,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QualifiedName",
      "start": 7966,
      "end": 7979,
      "loc": {
        "start": {
          "line": 266,
          "column": 12
        },
        "end": {
          "line": 266,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7979,
      "end": 7980,
      "loc": {
        "start": {
          "line": 266,
          "column": 25
        },
        "end": {
          "line": 266,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7980,
      "end": 7981,
      "loc": {
        "start": {
          "line": 266,
          "column": 26
        },
        "end": {
          "line": 266,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7982,
      "end": 7983,
      "loc": {
        "start": {
          "line": 266,
          "column": 28
        },
        "end": {
          "line": 266,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7983,
      "end": 7990,
      "loc": {
        "start": {
          "line": 266,
          "column": 29
        },
        "end": {
          "line": 266,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7990,
      "end": 7991,
      "loc": {
        "start": {
          "line": 266,
          "column": 36
        },
        "end": {
          "line": 266,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7992,
      "end": 7994,
      "loc": {
        "start": {
          "line": 266,
          "column": 38
        },
        "end": {
          "line": 266,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 7995,
      "end": 7998,
      "loc": {
        "start": {
          "line": 266,
          "column": 41
        },
        "end": {
          "line": 266,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QualifiedName",
      "start": 7999,
      "end": 8012,
      "loc": {
        "start": {
          "line": 266,
          "column": 45
        },
        "end": {
          "line": 266,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8012,
      "end": 8013,
      "loc": {
        "start": {
          "line": 266,
          "column": 58
        },
        "end": {
          "line": 266,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8013,
      "end": 8020,
      "loc": {
        "start": {
          "line": 266,
          "column": 59
        },
        "end": {
          "line": 266,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8020,
      "end": 8021,
      "loc": {
        "start": {
          "line": 266,
          "column": 66
        },
        "end": {
          "line": 266,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8021,
      "end": 8022,
      "loc": {
        "start": {
          "line": 266,
          "column": 67
        },
        "end": {
          "line": 266,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8025,
      "end": 8026,
      "loc": {
        "start": {
          "line": 267,
          "column": 2
        },
        "end": {
          "line": 267,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 8026,
      "end": 8034,
      "loc": {
        "start": {
          "line": 267,
          "column": 3
        },
        "end": {
          "line": 267,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8034,
      "end": 8035,
      "loc": {
        "start": {
          "line": 267,
          "column": 11
        },
        "end": {
          "line": 267,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "LocalizedText",
      "start": 8035,
      "end": 8048,
      "loc": {
        "start": {
          "line": 267,
          "column": 12
        },
        "end": {
          "line": 267,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8048,
      "end": 8049,
      "loc": {
        "start": {
          "line": 267,
          "column": 25
        },
        "end": {
          "line": 267,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8049,
      "end": 8050,
      "loc": {
        "start": {
          "line": 267,
          "column": 26
        },
        "end": {
          "line": 267,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8051,
      "end": 8052,
      "loc": {
        "start": {
          "line": 267,
          "column": 28
        },
        "end": {
          "line": 267,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8052,
      "end": 8059,
      "loc": {
        "start": {
          "line": 267,
          "column": 29
        },
        "end": {
          "line": 267,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8059,
      "end": 8060,
      "loc": {
        "start": {
          "line": 267,
          "column": 36
        },
        "end": {
          "line": 267,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8061,
      "end": 8063,
      "loc": {
        "start": {
          "line": 267,
          "column": 38
        },
        "end": {
          "line": 267,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 8064,
      "end": 8067,
      "loc": {
        "start": {
          "line": 267,
          "column": 41
        },
        "end": {
          "line": 267,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "LocalizedText",
      "start": 8068,
      "end": 8081,
      "loc": {
        "start": {
          "line": 267,
          "column": 45
        },
        "end": {
          "line": 267,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8081,
      "end": 8082,
      "loc": {
        "start": {
          "line": 267,
          "column": 58
        },
        "end": {
          "line": 267,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8082,
      "end": 8089,
      "loc": {
        "start": {
          "line": 267,
          "column": 59
        },
        "end": {
          "line": 267,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8089,
      "end": 8090,
      "loc": {
        "start": {
          "line": 267,
          "column": 66
        },
        "end": {
          "line": 267,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8090,
      "end": 8091,
      "loc": {
        "start": {
          "line": 267,
          "column": 67
        },
        "end": {
          "line": 267,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8094,
      "end": 8095,
      "loc": {
        "start": {
          "line": 268,
          "column": 2
        },
        "end": {
          "line": 268,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 8095,
      "end": 8103,
      "loc": {
        "start": {
          "line": 268,
          "column": 3
        },
        "end": {
          "line": 268,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8103,
      "end": 8104,
      "loc": {
        "start": {
          "line": 268,
          "column": 11
        },
        "end": {
          "line": 268,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataValue",
      "start": 8104,
      "end": 8113,
      "loc": {
        "start": {
          "line": 268,
          "column": 12
        },
        "end": {
          "line": 268,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8113,
      "end": 8114,
      "loc": {
        "start": {
          "line": 268,
          "column": 21
        },
        "end": {
          "line": 268,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8114,
      "end": 8115,
      "loc": {
        "start": {
          "line": 268,
          "column": 22
        },
        "end": {
          "line": 268,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8116,
      "end": 8117,
      "loc": {
        "start": {
          "line": 268,
          "column": 24
        },
        "end": {
          "line": 268,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8117,
      "end": 8124,
      "loc": {
        "start": {
          "line": 268,
          "column": 25
        },
        "end": {
          "line": 268,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8124,
      "end": 8125,
      "loc": {
        "start": {
          "line": 268,
          "column": 32
        },
        "end": {
          "line": 268,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8126,
      "end": 8128,
      "loc": {
        "start": {
          "line": 268,
          "column": 34
        },
        "end": {
          "line": 268,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8129,
      "end": 8130,
      "loc": {
        "start": {
          "line": 268,
          "column": 37
        },
        "end": {
          "line": 268,
          "column": 38
        }
      }
    },
    {
      "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": 8135,
      "end": 8140,
      "loc": {
        "start": {
          "line": 269,
          "column": 4
        },
        "end": {
          "line": 269,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 8141,
      "end": 8145,
      "loc": {
        "start": {
          "line": 269,
          "column": 10
        },
        "end": {
          "line": 269,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8146,
      "end": 8147,
      "loc": {
        "start": {
          "line": 269,
          "column": 15
        },
        "end": {
          "line": 269,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8148,
      "end": 8155,
      "loc": {
        "start": {
          "line": 269,
          "column": 17
        },
        "end": {
          "line": 269,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8155,
      "end": 8156,
      "loc": {
        "start": {
          "line": 269,
          "column": 24
        },
        "end": {
          "line": 269,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapPropertyAs",
      "start": 8162,
      "end": 8175,
      "loc": {
        "start": {
          "line": 271,
          "column": 4
        },
        "end": {
          "line": 271,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8175,
      "end": 8176,
      "loc": {
        "start": {
          "line": 271,
          "column": 17
        },
        "end": {
          "line": 271,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toNodeValue",
      "start": 8176,
      "end": 8187,
      "loc": {
        "start": {
          "line": 271,
          "column": 18
        },
        "end": {
          "line": 271,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8187,
      "end": 8188,
      "loc": {
        "start": {
          "line": 271,
          "column": 29
        },
        "end": {
          "line": 271,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 8189,
      "end": 8193,
      "loc": {
        "start": {
          "line": 271,
          "column": 31
        },
        "end": {
          "line": 271,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8193,
      "end": 8194,
      "loc": {
        "start": {
          "line": 271,
          "column": 35
        },
        "end": {
          "line": 271,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "value",
      "start": 8195,
      "end": 8202,
      "loc": {
        "start": {
          "line": 271,
          "column": 37
        },
        "end": {
          "line": 271,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8202,
      "end": 8203,
      "loc": {
        "start": {
          "line": 271,
          "column": 44
        },
        "end": {
          "line": 271,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 8204,
      "end": 8212,
      "loc": {
        "start": {
          "line": 271,
          "column": 46
        },
        "end": {
          "line": 271,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8212,
      "end": 8213,
      "loc": {
        "start": {
          "line": 271,
          "column": 54
        },
        "end": {
          "line": 271,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Variant",
      "start": 8213,
      "end": 8220,
      "loc": {
        "start": {
          "line": 271,
          "column": 55
        },
        "end": {
          "line": 271,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8220,
      "end": 8221,
      "loc": {
        "start": {
          "line": 271,
          "column": 62
        },
        "end": {
          "line": 271,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8221,
      "end": 8222,
      "loc": {
        "start": {
          "line": 271,
          "column": 63
        },
        "end": {
          "line": 271,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapPropertyAs",
      "start": 8227,
      "end": 8240,
      "loc": {
        "start": {
          "line": 272,
          "column": 4
        },
        "end": {
          "line": 272,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8240,
      "end": 8241,
      "loc": {
        "start": {
          "line": 272,
          "column": 17
        },
        "end": {
          "line": 272,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toNodeValue",
      "start": 8241,
      "end": 8252,
      "loc": {
        "start": {
          "line": 272,
          "column": 18
        },
        "end": {
          "line": 272,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8252,
      "end": 8253,
      "loc": {
        "start": {
          "line": 272,
          "column": 29
        },
        "end": {
          "line": 272,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 8254,
      "end": 8258,
      "loc": {
        "start": {
          "line": 272,
          "column": 31
        },
        "end": {
          "line": 272,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8258,
      "end": 8259,
      "loc": {
        "start": {
          "line": 272,
          "column": 35
        },
        "end": {
          "line": 272,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "statusCode",
      "start": 8260,
      "end": 8272,
      "loc": {
        "start": {
          "line": 272,
          "column": 37
        },
        "end": {
          "line": 272,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8272,
      "end": 8273,
      "loc": {
        "start": {
          "line": 272,
          "column": 49
        },
        "end": {
          "line": 272,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 8274,
      "end": 8282,
      "loc": {
        "start": {
          "line": 272,
          "column": 51
        },
        "end": {
          "line": 272,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8282,
      "end": 8283,
      "loc": {
        "start": {
          "line": 272,
          "column": 59
        },
        "end": {
          "line": 272,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "StatusCode",
      "start": 8283,
      "end": 8293,
      "loc": {
        "start": {
          "line": 272,
          "column": 60
        },
        "end": {
          "line": 272,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8293,
      "end": 8294,
      "loc": {
        "start": {
          "line": 272,
          "column": 70
        },
        "end": {
          "line": 272,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8294,
      "end": 8295,
      "loc": {
        "start": {
          "line": 272,
          "column": 71
        },
        "end": {
          "line": 272,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapPropertyAs",
      "start": 8300,
      "end": 8313,
      "loc": {
        "start": {
          "line": 273,
          "column": 4
        },
        "end": {
          "line": 273,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8313,
      "end": 8314,
      "loc": {
        "start": {
          "line": 273,
          "column": 17
        },
        "end": {
          "line": 273,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toNodeValue",
      "start": 8314,
      "end": 8325,
      "loc": {
        "start": {
          "line": 273,
          "column": 18
        },
        "end": {
          "line": 273,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8325,
      "end": 8326,
      "loc": {
        "start": {
          "line": 273,
          "column": 29
        },
        "end": {
          "line": 273,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 8327,
      "end": 8331,
      "loc": {
        "start": {
          "line": 273,
          "column": 31
        },
        "end": {
          "line": 273,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8331,
      "end": 8332,
      "loc": {
        "start": {
          "line": 273,
          "column": 35
        },
        "end": {
          "line": 273,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "sourceTimestamp",
      "start": 8333,
      "end": 8350,
      "loc": {
        "start": {
          "line": 273,
          "column": 37
        },
        "end": {
          "line": 273,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8350,
      "end": 8351,
      "loc": {
        "start": {
          "line": 273,
          "column": 54
        },
        "end": {
          "line": 273,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 8352,
      "end": 8360,
      "loc": {
        "start": {
          "line": 273,
          "column": 56
        },
        "end": {
          "line": 273,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8360,
      "end": 8361,
      "loc": {
        "start": {
          "line": 273,
          "column": 64
        },
        "end": {
          "line": 273,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 8361,
      "end": 8369,
      "loc": {
        "start": {
          "line": 273,
          "column": 65
        },
        "end": {
          "line": 273,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8369,
      "end": 8370,
      "loc": {
        "start": {
          "line": 273,
          "column": 73
        },
        "end": {
          "line": 273,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8370,
      "end": 8371,
      "loc": {
        "start": {
          "line": 273,
          "column": 74
        },
        "end": {
          "line": 273,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapPropertyAs",
      "start": 8376,
      "end": 8389,
      "loc": {
        "start": {
          "line": 274,
          "column": 4
        },
        "end": {
          "line": 274,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8389,
      "end": 8390,
      "loc": {
        "start": {
          "line": 274,
          "column": 17
        },
        "end": {
          "line": 274,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toNodeValue",
      "start": 8390,
      "end": 8401,
      "loc": {
        "start": {
          "line": 274,
          "column": 18
        },
        "end": {
          "line": 274,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8401,
      "end": 8402,
      "loc": {
        "start": {
          "line": 274,
          "column": 29
        },
        "end": {
          "line": 274,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 8403,
      "end": 8407,
      "loc": {
        "start": {
          "line": 274,
          "column": 31
        },
        "end": {
          "line": 274,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8407,
      "end": 8408,
      "loc": {
        "start": {
          "line": 274,
          "column": 35
        },
        "end": {
          "line": 274,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "serverTimestamp",
      "start": 8409,
      "end": 8426,
      "loc": {
        "start": {
          "line": 274,
          "column": 37
        },
        "end": {
          "line": 274,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8426,
      "end": 8427,
      "loc": {
        "start": {
          "line": 274,
          "column": 54
        },
        "end": {
          "line": 274,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 8428,
      "end": 8436,
      "loc": {
        "start": {
          "line": 274,
          "column": 56
        },
        "end": {
          "line": 274,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8436,
      "end": 8437,
      "loc": {
        "start": {
          "line": 274,
          "column": 64
        },
        "end": {
          "line": 274,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 8437,
      "end": 8445,
      "loc": {
        "start": {
          "line": 274,
          "column": 65
        },
        "end": {
          "line": 274,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8445,
      "end": 8446,
      "loc": {
        "start": {
          "line": 274,
          "column": 73
        },
        "end": {
          "line": 274,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8446,
      "end": 8447,
      "loc": {
        "start": {
          "line": 274,
          "column": 74
        },
        "end": {
          "line": 274,
          "column": 75
        }
      }
    },
    {
      "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": 8453,
      "end": 8459,
      "loc": {
        "start": {
          "line": 276,
          "column": 4
        },
        "end": {
          "line": 276,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 8460,
      "end": 8463,
      "loc": {
        "start": {
          "line": 276,
          "column": 11
        },
        "end": {
          "line": 276,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataValue",
      "start": 8464,
      "end": 8473,
      "loc": {
        "start": {
          "line": 276,
          "column": 15
        },
        "end": {
          "line": 276,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8473,
      "end": 8474,
      "loc": {
        "start": {
          "line": 276,
          "column": 24
        },
        "end": {
          "line": 276,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 8474,
      "end": 8478,
      "loc": {
        "start": {
          "line": 276,
          "column": 25
        },
        "end": {
          "line": 276,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8478,
      "end": 8479,
      "loc": {
        "start": {
          "line": 276,
          "column": 29
        },
        "end": {
          "line": 276,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8479,
      "end": 8480,
      "loc": {
        "start": {
          "line": 276,
          "column": 30
        },
        "end": {
          "line": 276,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8483,
      "end": 8484,
      "loc": {
        "start": {
          "line": 277,
          "column": 2
        },
        "end": {
          "line": 277,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8484,
      "end": 8485,
      "loc": {
        "start": {
          "line": 277,
          "column": 3
        },
        "end": {
          "line": 277,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8488,
      "end": 8489,
      "loc": {
        "start": {
          "line": 278,
          "column": 2
        },
        "end": {
          "line": 278,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 8489,
      "end": 8497,
      "loc": {
        "start": {
          "line": 278,
          "column": 3
        },
        "end": {
          "line": 278,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8497,
      "end": 8498,
      "loc": {
        "start": {
          "line": 278,
          "column": 11
        },
        "end": {
          "line": 278,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Variant",
      "start": 8498,
      "end": 8505,
      "loc": {
        "start": {
          "line": 278,
          "column": 12
        },
        "end": {
          "line": 278,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8505,
      "end": 8506,
      "loc": {
        "start": {
          "line": 278,
          "column": 19
        },
        "end": {
          "line": 278,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8506,
      "end": 8507,
      "loc": {
        "start": {
          "line": 278,
          "column": 20
        },
        "end": {
          "line": 278,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8508,
      "end": 8509,
      "loc": {
        "start": {
          "line": 278,
          "column": 22
        },
        "end": {
          "line": 278,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8509,
      "end": 8510,
      "loc": {
        "start": {
          "line": 278,
          "column": 23
        },
        "end": {
          "line": 278,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 8511,
      "end": 8519,
      "loc": {
        "start": {
          "line": 278,
          "column": 25
        },
        "end": {
          "line": 278,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8519,
      "end": 8520,
      "loc": {
        "start": {
          "line": 278,
          "column": 33
        },
        "end": {
          "line": 278,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 8521,
      "end": 8530,
      "loc": {
        "start": {
          "line": 278,
          "column": 35
        },
        "end": {
          "line": 278,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8530,
      "end": 8531,
      "loc": {
        "start": {
          "line": 278,
          "column": 44
        },
        "end": {
          "line": 278,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8532,
      "end": 8537,
      "loc": {
        "start": {
          "line": 278,
          "column": 46
        },
        "end": {
          "line": 278,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8537,
      "end": 8538,
      "loc": {
        "start": {
          "line": 278,
          "column": 51
        },
        "end": {
          "line": 278,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimensions",
      "start": 8539,
      "end": 8549,
      "loc": {
        "start": {
          "line": 278,
          "column": 53
        },
        "end": {
          "line": 278,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8550,
      "end": 8551,
      "loc": {
        "start": {
          "line": 278,
          "column": 64
        },
        "end": {
          "line": 278,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8551,
      "end": 8552,
      "loc": {
        "start": {
          "line": 278,
          "column": 65
        },
        "end": {
          "line": 278,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8553,
      "end": 8555,
      "loc": {
        "start": {
          "line": 278,
          "column": 67
        },
        "end": {
          "line": 278,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 8560,
      "end": 8563,
      "loc": {
        "start": {
          "line": 279,
          "column": 4
        },
        "end": {
          "line": 279,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Variant",
      "start": 8564,
      "end": 8571,
      "loc": {
        "start": {
          "line": 279,
          "column": 8
        },
        "end": {
          "line": 279,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8571,
      "end": 8572,
      "loc": {
        "start": {
          "line": 279,
          "column": 15
        },
        "end": {
          "line": 279,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8572,
      "end": 8573,
      "loc": {
        "start": {
          "line": 279,
          "column": 16
        },
        "end": {
          "line": 279,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 8580,
      "end": 8588,
      "loc": {
        "start": {
          "line": 280,
          "column": 6
        },
        "end": {
          "line": 280,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8588,
      "end": 8589,
      "loc": {
        "start": {
          "line": 280,
          "column": 14
        },
        "end": {
          "line": 280,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 8596,
      "end": 8605,
      "loc": {
        "start": {
          "line": 281,
          "column": 6
        },
        "end": {
          "line": 281,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8605,
      "end": 8606,
      "loc": {
        "start": {
          "line": 281,
          "column": 15
        },
        "end": {
          "line": 281,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "VariantArrayType",
      "start": 8607,
      "end": 8623,
      "loc": {
        "start": {
          "line": 281,
          "column": 17
        },
        "end": {
          "line": 281,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8623,
      "end": 8624,
      "loc": {
        "start": {
          "line": 281,
          "column": 33
        },
        "end": {
          "line": 281,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 8624,
      "end": 8633,
      "loc": {
        "start": {
          "line": 281,
          "column": 34
        },
        "end": {
          "line": 281,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8633,
      "end": 8634,
      "loc": {
        "start": {
          "line": 281,
          "column": 43
        },
        "end": {
          "line": 281,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8634,
      "end": 8635,
      "loc": {
        "start": {
          "line": 281,
          "column": 44
        },
        "end": {
          "line": 281,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8642,
      "end": 8647,
      "loc": {
        "start": {
          "line": 282,
          "column": 6
        },
        "end": {
          "line": 282,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8647,
      "end": 8648,
      "loc": {
        "start": {
          "line": 282,
          "column": 11
        },
        "end": {
          "line": 282,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimensions",
      "start": 8655,
      "end": 8665,
      "loc": {
        "start": {
          "line": 283,
          "column": 6
        },
        "end": {
          "line": 283,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8665,
      "end": 8666,
      "loc": {
        "start": {
          "line": 283,
          "column": 16
        },
        "end": {
          "line": 283,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8671,
      "end": 8672,
      "loc": {
        "start": {
          "line": 284,
          "column": 4
        },
        "end": {
          "line": 284,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8672,
      "end": 8673,
      "loc": {
        "start": {
          "line": 284,
          "column": 5
        },
        "end": {
          "line": 284,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8673,
      "end": 8674,
      "loc": {
        "start": {
          "line": 284,
          "column": 6
        },
        "end": {
          "line": 284,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8677,
      "end": 8678,
      "loc": {
        "start": {
          "line": 285,
          "column": 2
        },
        "end": {
          "line": 285,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 8678,
      "end": 8686,
      "loc": {
        "start": {
          "line": 285,
          "column": 3
        },
        "end": {
          "line": 285,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8686,
      "end": 8687,
      "loc": {
        "start": {
          "line": 285,
          "column": 11
        },
        "end": {
          "line": 285,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DiagnosticInfo",
      "start": 8687,
      "end": 8701,
      "loc": {
        "start": {
          "line": 285,
          "column": 12
        },
        "end": {
          "line": 285,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8701,
      "end": 8702,
      "loc": {
        "start": {
          "line": 285,
          "column": 26
        },
        "end": {
          "line": 285,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8702,
      "end": 8703,
      "loc": {
        "start": {
          "line": 285,
          "column": 27
        },
        "end": {
          "line": 285,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8704,
      "end": 8705,
      "loc": {
        "start": {
          "line": 285,
          "column": 29
        },
        "end": {
          "line": 285,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8705,
      "end": 8712,
      "loc": {
        "start": {
          "line": 285,
          "column": 30
        },
        "end": {
          "line": 285,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8712,
      "end": 8713,
      "loc": {
        "start": {
          "line": 285,
          "column": 37
        },
        "end": {
          "line": 285,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8714,
      "end": 8716,
      "loc": {
        "start": {
          "line": 285,
          "column": 39
        },
        "end": {
          "line": 285,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8717,
      "end": 8718,
      "loc": {
        "start": {
          "line": 285,
          "column": 42
        },
        "end": {
          "line": 285,
          "column": 43
        }
      }
    },
    {
      "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": 8723,
      "end": 8728,
      "loc": {
        "start": {
          "line": 286,
          "column": 4
        },
        "end": {
          "line": 286,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 8729,
      "end": 8733,
      "loc": {
        "start": {
          "line": 286,
          "column": 10
        },
        "end": {
          "line": 286,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8734,
      "end": 8735,
      "loc": {
        "start": {
          "line": 286,
          "column": 15
        },
        "end": {
          "line": 286,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8736,
      "end": 8743,
      "loc": {
        "start": {
          "line": 286,
          "column": 17
        },
        "end": {
          "line": 286,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8743,
      "end": 8744,
      "loc": {
        "start": {
          "line": 286,
          "column": 24
        },
        "end": {
          "line": 286,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapPropertyAs",
      "start": 8750,
      "end": 8763,
      "loc": {
        "start": {
          "line": 288,
          "column": 4
        },
        "end": {
          "line": 288,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8763,
      "end": 8764,
      "loc": {
        "start": {
          "line": 288,
          "column": 17
        },
        "end": {
          "line": 288,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toNodeValue",
      "start": 8764,
      "end": 8775,
      "loc": {
        "start": {
          "line": 288,
          "column": 18
        },
        "end": {
          "line": 288,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8775,
      "end": 8776,
      "loc": {
        "start": {
          "line": 288,
          "column": 29
        },
        "end": {
          "line": 288,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 8777,
      "end": 8781,
      "loc": {
        "start": {
          "line": 288,
          "column": 31
        },
        "end": {
          "line": 288,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8781,
      "end": 8782,
      "loc": {
        "start": {
          "line": 288,
          "column": 35
        },
        "end": {
          "line": 288,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "innerStatusCode",
      "start": 8783,
      "end": 8800,
      "loc": {
        "start": {
          "line": 288,
          "column": 37
        },
        "end": {
          "line": 288,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8800,
      "end": 8801,
      "loc": {
        "start": {
          "line": 288,
          "column": 54
        },
        "end": {
          "line": 288,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 8802,
      "end": 8810,
      "loc": {
        "start": {
          "line": 288,
          "column": 56
        },
        "end": {
          "line": 288,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8810,
      "end": 8811,
      "loc": {
        "start": {
          "line": 288,
          "column": 64
        },
        "end": {
          "line": 288,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "StatusCode",
      "start": 8811,
      "end": 8821,
      "loc": {
        "start": {
          "line": 288,
          "column": 65
        },
        "end": {
          "line": 288,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8821,
      "end": 8822,
      "loc": {
        "start": {
          "line": 288,
          "column": 75
        },
        "end": {
          "line": 288,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8822,
      "end": 8823,
      "loc": {
        "start": {
          "line": 288,
          "column": 76
        },
        "end": {
          "line": 288,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapPropertyAs",
      "start": 8828,
      "end": 8841,
      "loc": {
        "start": {
          "line": 289,
          "column": 4
        },
        "end": {
          "line": 289,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8841,
      "end": 8842,
      "loc": {
        "start": {
          "line": 289,
          "column": 17
        },
        "end": {
          "line": 289,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toNodeValue",
      "start": 8842,
      "end": 8853,
      "loc": {
        "start": {
          "line": 289,
          "column": 18
        },
        "end": {
          "line": 289,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8853,
      "end": 8854,
      "loc": {
        "start": {
          "line": 289,
          "column": 29
        },
        "end": {
          "line": 289,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 8855,
      "end": 8859,
      "loc": {
        "start": {
          "line": 289,
          "column": 31
        },
        "end": {
          "line": 289,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8859,
      "end": 8860,
      "loc": {
        "start": {
          "line": 289,
          "column": 35
        },
        "end": {
          "line": 289,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "innerDiagnosticInfo",
      "start": 8861,
      "end": 8882,
      "loc": {
        "start": {
          "line": 289,
          "column": 37
        },
        "end": {
          "line": 289,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8882,
      "end": 8883,
      "loc": {
        "start": {
          "line": 289,
          "column": 58
        },
        "end": {
          "line": 289,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 8884,
      "end": 8892,
      "loc": {
        "start": {
          "line": 289,
          "column": 60
        },
        "end": {
          "line": 289,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8892,
      "end": 8893,
      "loc": {
        "start": {
          "line": 289,
          "column": 68
        },
        "end": {
          "line": 289,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DiagnosticInfo",
      "start": 8893,
      "end": 8907,
      "loc": {
        "start": {
          "line": 289,
          "column": 69
        },
        "end": {
          "line": 289,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8907,
      "end": 8908,
      "loc": {
        "start": {
          "line": 289,
          "column": 83
        },
        "end": {
          "line": 289,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8908,
      "end": 8909,
      "loc": {
        "start": {
          "line": 289,
          "column": 84
        },
        "end": {
          "line": 289,
          "column": 85
        }
      }
    },
    {
      "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": 8915,
      "end": 8921,
      "loc": {
        "start": {
          "line": 291,
          "column": 4
        },
        "end": {
          "line": 291,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 8922,
      "end": 8925,
      "loc": {
        "start": {
          "line": 291,
          "column": 11
        },
        "end": {
          "line": 291,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DiagnosticInfo",
      "start": 8926,
      "end": 8940,
      "loc": {
        "start": {
          "line": 291,
          "column": 15
        },
        "end": {
          "line": 291,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8940,
      "end": 8941,
      "loc": {
        "start": {
          "line": 291,
          "column": 29
        },
        "end": {
          "line": 291,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 8941,
      "end": 8945,
      "loc": {
        "start": {
          "line": 291,
          "column": 30
        },
        "end": {
          "line": 291,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8945,
      "end": 8946,
      "loc": {
        "start": {
          "line": 291,
          "column": 34
        },
        "end": {
          "line": 291,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8946,
      "end": 8947,
      "loc": {
        "start": {
          "line": 291,
          "column": 35
        },
        "end": {
          "line": 291,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8950,
      "end": 8951,
      "loc": {
        "start": {
          "line": 292,
          "column": 2
        },
        "end": {
          "line": 292,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8951,
      "end": 8952,
      "loc": {
        "start": {
          "line": 292,
          "column": 3
        },
        "end": {
          "line": 292,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8953,
      "end": 8954,
      "loc": {
        "start": {
          "line": 293,
          "column": 0
        },
        "end": {
          "line": 293,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8954,
      "end": 8955,
      "loc": {
        "start": {
          "line": 293,
          "column": 1
        },
        "end": {
          "line": 293,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Returns a node's raw value based on it's OPC-UA value and type.\n * @param {*} value A node's OPC-UA value.\n * @param {node-opcua~DataType} dataType The node's data type.\n * @param {node-opcua~VariantArrayType} arrayType The node's array type.\n * @return {*} The raw value of the given node.\n ",
      "start": 8957,
      "end": 9258,
      "loc": {
        "start": {
          "line": 295,
          "column": 0
        },
        "end": {
          "line": 301,
          "column": 3
        }
      }
    },
    {
      "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": 9259,
      "end": 9264,
      "loc": {
        "start": {
          "line": 302,
          "column": 0
        },
        "end": {
          "line": 302,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getRawValue",
      "start": 9265,
      "end": 9276,
      "loc": {
        "start": {
          "line": 302,
          "column": 6
        },
        "end": {
          "line": 302,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9277,
      "end": 9278,
      "loc": {
        "start": {
          "line": 302,
          "column": 18
        },
        "end": {
          "line": 302,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9279,
      "end": 9280,
      "loc": {
        "start": {
          "line": 302,
          "column": 20
        },
        "end": {
          "line": 302,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9280,
      "end": 9285,
      "loc": {
        "start": {
          "line": 302,
          "column": 21
        },
        "end": {
          "line": 302,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9285,
      "end": 9286,
      "loc": {
        "start": {
          "line": 302,
          "column": 26
        },
        "end": {
          "line": 302,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 9287,
      "end": 9295,
      "loc": {
        "start": {
          "line": 302,
          "column": 28
        },
        "end": {
          "line": 302,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9295,
      "end": 9296,
      "loc": {
        "start": {
          "line": 302,
          "column": 36
        },
        "end": {
          "line": 302,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 9297,
      "end": 9306,
      "loc": {
        "start": {
          "line": 302,
          "column": 38
        },
        "end": {
          "line": 302,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9306,
      "end": 9307,
      "loc": {
        "start": {
          "line": 302,
          "column": 47
        },
        "end": {
          "line": 302,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9308,
      "end": 9310,
      "loc": {
        "start": {
          "line": 302,
          "column": 49
        },
        "end": {
          "line": 302,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9311,
      "end": 9312,
      "loc": {
        "start": {
          "line": 302,
          "column": 52
        },
        "end": {
          "line": 302,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9315,
      "end": 9317,
      "loc": {
        "start": {
          "line": 303,
          "column": 2
        },
        "end": {
          "line": 303,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9318,
      "end": 9319,
      "loc": {
        "start": {
          "line": 303,
          "column": 5
        },
        "end": {
          "line": 303,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 9319,
      "end": 9328,
      "loc": {
        "start": {
          "line": 303,
          "column": 6
        },
        "end": {
          "line": 303,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9328,
      "end": 9329,
      "loc": {
        "start": {
          "line": 303,
          "column": 15
        },
        "end": {
          "line": 303,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9329,
      "end": 9334,
      "loc": {
        "start": {
          "line": 303,
          "column": 16
        },
        "end": {
          "line": 303,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 9335,
      "end": 9338,
      "loc": {
        "start": {
          "line": 303,
          "column": 22
        },
        "end": {
          "line": 303,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "VariantArrayType",
      "start": 9339,
      "end": 9355,
      "loc": {
        "start": {
          "line": 303,
          "column": 26
        },
        "end": {
          "line": 303,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9355,
      "end": 9356,
      "loc": {
        "start": {
          "line": 303,
          "column": 42
        },
        "end": {
          "line": 303,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Scalar",
      "start": 9356,
      "end": 9362,
      "loc": {
        "start": {
          "line": 303,
          "column": 43
        },
        "end": {
          "line": 303,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9362,
      "end": 9363,
      "loc": {
        "start": {
          "line": 303,
          "column": 49
        },
        "end": {
          "line": 303,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9363,
      "end": 9368,
      "loc": {
        "start": {
          "line": 303,
          "column": 50
        },
        "end": {
          "line": 303,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9368,
      "end": 9369,
      "loc": {
        "start": {
          "line": 303,
          "column": 55
        },
        "end": {
          "line": 303,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9370,
      "end": 9371,
      "loc": {
        "start": {
          "line": 303,
          "column": 57
        },
        "end": {
          "line": 303,
          "column": 58
        }
      }
    },
    {
      "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": 9376,
      "end": 9381,
      "loc": {
        "start": {
          "line": 304,
          "column": 4
        },
        "end": {
          "line": 304,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "array",
      "start": 9382,
      "end": 9387,
      "loc": {
        "start": {
          "line": 304,
          "column": 10
        },
        "end": {
          "line": 304,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9388,
      "end": 9389,
      "loc": {
        "start": {
          "line": 304,
          "column": 16
        },
        "end": {
          "line": 304,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 9390,
      "end": 9395,
      "loc": {
        "start": {
          "line": 304,
          "column": 18
        },
        "end": {
          "line": 304,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9395,
      "end": 9396,
      "loc": {
        "start": {
          "line": 304,
          "column": 23
        },
        "end": {
          "line": 304,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 9396,
      "end": 9403,
      "loc": {
        "start": {
          "line": 304,
          "column": 24
        },
        "end": {
          "line": 304,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9403,
      "end": 9404,
      "loc": {
        "start": {
          "line": 304,
          "column": 31
        },
        "end": {
          "line": 304,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9404,
      "end": 9409,
      "loc": {
        "start": {
          "line": 304,
          "column": 32
        },
        "end": {
          "line": 304,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9409,
      "end": 9410,
      "loc": {
        "start": {
          "line": 304,
          "column": 37
        },
        "end": {
          "line": 304,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9411,
      "end": 9412,
      "loc": {
        "start": {
          "line": 304,
          "column": 39
        },
        "end": {
          "line": 304,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9413,
      "end": 9418,
      "loc": {
        "start": {
          "line": 304,
          "column": 41
        },
        "end": {
          "line": 304,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9419,
      "end": 9420,
      "loc": {
        "start": {
          "line": 304,
          "column": 47
        },
        "end": {
          "line": 304,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 9421,
      "end": 9426,
      "loc": {
        "start": {
          "line": 304,
          "column": 49
        },
        "end": {
          "line": 304,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9426,
      "end": 9427,
      "loc": {
        "start": {
          "line": 304,
          "column": 54
        },
        "end": {
          "line": 304,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 9427,
      "end": 9431,
      "loc": {
        "start": {
          "line": 304,
          "column": 55
        },
        "end": {
          "line": 304,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9431,
      "end": 9432,
      "loc": {
        "start": {
          "line": 304,
          "column": 59
        },
        "end": {
          "line": 304,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9432,
      "end": 9437,
      "loc": {
        "start": {
          "line": 304,
          "column": 60
        },
        "end": {
          "line": 304,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9437,
      "end": 9438,
      "loc": {
        "start": {
          "line": 304,
          "column": 65
        },
        "end": {
          "line": 304,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9438,
      "end": 9439,
      "loc": {
        "start": {
          "line": 304,
          "column": 66
        },
        "end": {
          "line": 304,
          "column": 67
        }
      }
    },
    {
      "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": 9445,
      "end": 9451,
      "loc": {
        "start": {
          "line": 306,
          "column": 4
        },
        "end": {
          "line": 306,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "array",
      "start": 9452,
      "end": 9457,
      "loc": {
        "start": {
          "line": 306,
          "column": 11
        },
        "end": {
          "line": 306,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9457,
      "end": 9458,
      "loc": {
        "start": {
          "line": 306,
          "column": 16
        },
        "end": {
          "line": 306,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 9458,
      "end": 9461,
      "loc": {
        "start": {
          "line": 306,
          "column": 17
        },
        "end": {
          "line": 306,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9461,
      "end": 9462,
      "loc": {
        "start": {
          "line": 306,
          "column": 20
        },
        "end": {
          "line": 306,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9462,
      "end": 9463,
      "loc": {
        "start": {
          "line": 306,
          "column": 21
        },
        "end": {
          "line": 306,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 9463,
      "end": 9466,
      "loc": {
        "start": {
          "line": 306,
          "column": 22
        },
        "end": {
          "line": 306,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9466,
      "end": 9467,
      "loc": {
        "start": {
          "line": 306,
          "column": 25
        },
        "end": {
          "line": 306,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9468,
      "end": 9470,
      "loc": {
        "start": {
          "line": 306,
          "column": 27
        },
        "end": {
          "line": 306,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getRawValue",
      "start": 9471,
      "end": 9482,
      "loc": {
        "start": {
          "line": 306,
          "column": 30
        },
        "end": {
          "line": 306,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9482,
      "end": 9483,
      "loc": {
        "start": {
          "line": 306,
          "column": 41
        },
        "end": {
          "line": 306,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 9483,
      "end": 9486,
      "loc": {
        "start": {
          "line": 306,
          "column": 42
        },
        "end": {
          "line": 306,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9486,
      "end": 9487,
      "loc": {
        "start": {
          "line": 306,
          "column": 45
        },
        "end": {
          "line": 306,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 9488,
      "end": 9496,
      "loc": {
        "start": {
          "line": 306,
          "column": 47
        },
        "end": {
          "line": 306,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9496,
      "end": 9497,
      "loc": {
        "start": {
          "line": 306,
          "column": 55
        },
        "end": {
          "line": 306,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "VariantArrayType",
      "start": 9498,
      "end": 9514,
      "loc": {
        "start": {
          "line": 306,
          "column": 57
        },
        "end": {
          "line": 306,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9514,
      "end": 9515,
      "loc": {
        "start": {
          "line": 306,
          "column": 73
        },
        "end": {
          "line": 306,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 9515,
      "end": 9524,
      "loc": {
        "start": {
          "line": 306,
          "column": 74
        },
        "end": {
          "line": 306,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9524,
      "end": 9525,
      "loc": {
        "start": {
          "line": 306,
          "column": 83
        },
        "end": {
          "line": 306,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9525,
      "end": 9530,
      "loc": {
        "start": {
          "line": 306,
          "column": 84
        },
        "end": {
          "line": 306,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 9531,
      "end": 9532,
      "loc": {
        "start": {
          "line": 306,
          "column": 90
        },
        "end": {
          "line": 306,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 9533,
      "end": 9534,
      "loc": {
        "start": {
          "line": 306,
          "column": 92
        },
        "end": {
          "line": 306,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9534,
      "end": 9535,
      "loc": {
        "start": {
          "line": 306,
          "column": 93
        },
        "end": {
          "line": 306,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9535,
      "end": 9536,
      "loc": {
        "start": {
          "line": 306,
          "column": 94
        },
        "end": {
          "line": 306,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9536,
      "end": 9537,
      "loc": {
        "start": {
          "line": 306,
          "column": 95
        },
        "end": {
          "line": 306,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9537,
      "end": 9538,
      "loc": {
        "start": {
          "line": 306,
          "column": 96
        },
        "end": {
          "line": 306,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9541,
      "end": 9542,
      "loc": {
        "start": {
          "line": 307,
          "column": 2
        },
        "end": {
          "line": 307,
          "column": 3
        }
      }
    },
    {
      "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": 9546,
      "end": 9552,
      "loc": {
        "start": {
          "line": 309,
          "column": 2
        },
        "end": {
          "line": 309,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9553,
      "end": 9554,
      "loc": {
        "start": {
          "line": 309,
          "column": 9
        },
        "end": {
          "line": 309,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toRawValue",
      "start": 9554,
      "end": 9564,
      "loc": {
        "start": {
          "line": 309,
          "column": 10
        },
        "end": {
          "line": 309,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9564,
      "end": 9565,
      "loc": {
        "start": {
          "line": 309,
          "column": 20
        },
        "end": {
          "line": 309,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 9565,
      "end": 9573,
      "loc": {
        "start": {
          "line": 309,
          "column": 21
        },
        "end": {
          "line": 309,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9573,
      "end": 9574,
      "loc": {
        "start": {
          "line": 309,
          "column": 29
        },
        "end": {
          "line": 309,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9575,
      "end": 9577,
      "loc": {
        "start": {
          "line": 309,
          "column": 31
        },
        "end": {
          "line": 309,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "asIs",
      "start": 9578,
      "end": 9582,
      "loc": {
        "start": {
          "line": 309,
          "column": 34
        },
        "end": {
          "line": 309,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9582,
      "end": 9583,
      "loc": {
        "start": {
          "line": 309,
          "column": 38
        },
        "end": {
          "line": 309,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9583,
      "end": 9584,
      "loc": {
        "start": {
          "line": 309,
          "column": 39
        },
        "end": {
          "line": 309,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9584,
      "end": 9589,
      "loc": {
        "start": {
          "line": 309,
          "column": 40
        },
        "end": {
          "line": 309,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9589,
      "end": 9590,
      "loc": {
        "start": {
          "line": 309,
          "column": 45
        },
        "end": {
          "line": 309,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9590,
      "end": 9591,
      "loc": {
        "start": {
          "line": 309,
          "column": 46
        },
        "end": {
          "line": 309,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9592,
      "end": 9593,
      "loc": {
        "start": {
          "line": 310,
          "column": 0
        },
        "end": {
          "line": 310,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9593,
      "end": 9594,
      "loc": {
        "start": {
          "line": 310,
          "column": 1
        },
        "end": {
          "line": 310,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Returns a node's OPC-UA value based on it's raw value and type.\n * @param {*} rawValue A node's raw value.\n * @param {node-opcua~DataType} dataType A node's data type.\n * @param {node-opcua~VariantArrayType} arrayType A node's array type.\n ",
      "start": 9596,
      "end": 9845,
      "loc": {
        "start": {
          "line": 312,
          "column": 0
        },
        "end": {
          "line": 317,
          "column": 3
        }
      }
    },
    {
      "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": 9846,
      "end": 9851,
      "loc": {
        "start": {
          "line": 318,
          "column": 0
        },
        "end": {
          "line": 318,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getNodeValue",
      "start": 9852,
      "end": 9864,
      "loc": {
        "start": {
          "line": 318,
          "column": 6
        },
        "end": {
          "line": 318,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9865,
      "end": 9866,
      "loc": {
        "start": {
          "line": 318,
          "column": 19
        },
        "end": {
          "line": 318,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9867,
      "end": 9868,
      "loc": {
        "start": {
          "line": 318,
          "column": 21
        },
        "end": {
          "line": 318,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawValue",
      "start": 9868,
      "end": 9876,
      "loc": {
        "start": {
          "line": 318,
          "column": 22
        },
        "end": {
          "line": 318,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9876,
      "end": 9877,
      "loc": {
        "start": {
          "line": 318,
          "column": 30
        },
        "end": {
          "line": 318,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 9878,
      "end": 9886,
      "loc": {
        "start": {
          "line": 318,
          "column": 32
        },
        "end": {
          "line": 318,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9886,
      "end": 9887,
      "loc": {
        "start": {
          "line": 318,
          "column": 40
        },
        "end": {
          "line": 318,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 9888,
      "end": 9897,
      "loc": {
        "start": {
          "line": 318,
          "column": 42
        },
        "end": {
          "line": 318,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9897,
      "end": 9898,
      "loc": {
        "start": {
          "line": 318,
          "column": 51
        },
        "end": {
          "line": 318,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9899,
      "end": 9901,
      "loc": {
        "start": {
          "line": 318,
          "column": 53
        },
        "end": {
          "line": 318,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9902,
      "end": 9903,
      "loc": {
        "start": {
          "line": 318,
          "column": 56
        },
        "end": {
          "line": 318,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9906,
      "end": 9908,
      "loc": {
        "start": {
          "line": 319,
          "column": 2
        },
        "end": {
          "line": 319,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9909,
      "end": 9910,
      "loc": {
        "start": {
          "line": 319,
          "column": 5
        },
        "end": {
          "line": 319,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 9910,
      "end": 9919,
      "loc": {
        "start": {
          "line": 319,
          "column": 6
        },
        "end": {
          "line": 319,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9919,
      "end": 9920,
      "loc": {
        "start": {
          "line": 319,
          "column": 15
        },
        "end": {
          "line": 319,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9920,
      "end": 9925,
      "loc": {
        "start": {
          "line": 319,
          "column": 16
        },
        "end": {
          "line": 319,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 9926,
      "end": 9929,
      "loc": {
        "start": {
          "line": 319,
          "column": 22
        },
        "end": {
          "line": 319,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "VariantArrayType",
      "start": 9930,
      "end": 9946,
      "loc": {
        "start": {
          "line": 319,
          "column": 26
        },
        "end": {
          "line": 319,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9946,
      "end": 9947,
      "loc": {
        "start": {
          "line": 319,
          "column": 42
        },
        "end": {
          "line": 319,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Scalar",
      "start": 9947,
      "end": 9953,
      "loc": {
        "start": {
          "line": 319,
          "column": 43
        },
        "end": {
          "line": 319,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9953,
      "end": 9954,
      "loc": {
        "start": {
          "line": 319,
          "column": 49
        },
        "end": {
          "line": 319,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9954,
      "end": 9959,
      "loc": {
        "start": {
          "line": 319,
          "column": 50
        },
        "end": {
          "line": 319,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9959,
      "end": 9960,
      "loc": {
        "start": {
          "line": 319,
          "column": 55
        },
        "end": {
          "line": 319,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9961,
      "end": 9962,
      "loc": {
        "start": {
          "line": 319,
          "column": 57
        },
        "end": {
          "line": 319,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9967,
      "end": 9969,
      "loc": {
        "start": {
          "line": 320,
          "column": 4
        },
        "end": {
          "line": 320,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9970,
      "end": 9971,
      "loc": {
        "start": {
          "line": 320,
          "column": 7
        },
        "end": {
          "line": 320,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 9971,
      "end": 9972,
      "loc": {
        "start": {
          "line": 320,
          "column": 8
        },
        "end": {
          "line": 320,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 9972,
      "end": 9977,
      "loc": {
        "start": {
          "line": 320,
          "column": 9
        },
        "end": {
          "line": 320,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9977,
      "end": 9978,
      "loc": {
        "start": {
          "line": 320,
          "column": 14
        },
        "end": {
          "line": 320,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 9978,
      "end": 9985,
      "loc": {
        "start": {
          "line": 320,
          "column": 15
        },
        "end": {
          "line": 320,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9985,
      "end": 9986,
      "loc": {
        "start": {
          "line": 320,
          "column": 22
        },
        "end": {
          "line": 320,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawValue",
      "start": 9986,
      "end": 9994,
      "loc": {
        "start": {
          "line": 320,
          "column": 23
        },
        "end": {
          "line": 320,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9994,
      "end": 9995,
      "loc": {
        "start": {
          "line": 320,
          "column": 31
        },
        "end": {
          "line": 320,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9995,
      "end": 9996,
      "loc": {
        "start": {
          "line": 320,
          "column": 32
        },
        "end": {
          "line": 320,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9997,
      "end": 9998,
      "loc": {
        "start": {
          "line": 320,
          "column": 34
        },
        "end": {
          "line": 320,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 10005,
      "end": 10010,
      "loc": {
        "start": {
          "line": 321,
          "column": 6
        },
        "end": {
          "line": 321,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 10011,
      "end": 10014,
      "loc": {
        "start": {
          "line": 321,
          "column": 12
        },
        "end": {
          "line": 321,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 10015,
      "end": 10020,
      "loc": {
        "start": {
          "line": 321,
          "column": 16
        },
        "end": {
          "line": 321,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10020,
      "end": 10021,
      "loc": {
        "start": {
          "line": 321,
          "column": 21
        },
        "end": {
          "line": 321,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Value is not an array",
      "start": 10021,
      "end": 10044,
      "loc": {
        "start": {
          "line": 321,
          "column": 22
        },
        "end": {
          "line": 321,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10044,
      "end": 10045,
      "loc": {
        "start": {
          "line": 321,
          "column": 45
        },
        "end": {
          "line": 321,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10045,
      "end": 10046,
      "loc": {
        "start": {
          "line": 321,
          "column": 46
        },
        "end": {
          "line": 321,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10051,
      "end": 10052,
      "loc": {
        "start": {
          "line": 322,
          "column": 4
        },
        "end": {
          "line": 322,
          "column": 5
        }
      }
    },
    {
      "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": 10058,
      "end": 10064,
      "loc": {
        "start": {
          "line": 324,
          "column": 4
        },
        "end": {
          "line": 324,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawValue",
      "start": 10065,
      "end": 10073,
      "loc": {
        "start": {
          "line": 324,
          "column": 11
        },
        "end": {
          "line": 324,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10073,
      "end": 10074,
      "loc": {
        "start": {
          "line": 324,
          "column": 19
        },
        "end": {
          "line": 324,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 10074,
      "end": 10077,
      "loc": {
        "start": {
          "line": 324,
          "column": 20
        },
        "end": {
          "line": 324,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10077,
      "end": 10078,
      "loc": {
        "start": {
          "line": 324,
          "column": 23
        },
        "end": {
          "line": 324,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10078,
      "end": 10079,
      "loc": {
        "start": {
          "line": 324,
          "column": 24
        },
        "end": {
          "line": 324,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raw",
      "start": 10079,
      "end": 10082,
      "loc": {
        "start": {
          "line": 324,
          "column": 25
        },
        "end": {
          "line": 324,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10082,
      "end": 10083,
      "loc": {
        "start": {
          "line": 324,
          "column": 28
        },
        "end": {
          "line": 324,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10084,
      "end": 10086,
      "loc": {
        "start": {
          "line": 324,
          "column": 30
        },
        "end": {
          "line": 324,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getNodeValue",
      "start": 10093,
      "end": 10105,
      "loc": {
        "start": {
          "line": 325,
          "column": 6
        },
        "end": {
          "line": 325,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10105,
      "end": 10106,
      "loc": {
        "start": {
          "line": 325,
          "column": 18
        },
        "end": {
          "line": 325,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raw",
      "start": 10106,
      "end": 10109,
      "loc": {
        "start": {
          "line": 325,
          "column": 19
        },
        "end": {
          "line": 325,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10109,
      "end": 10110,
      "loc": {
        "start": {
          "line": 325,
          "column": 22
        },
        "end": {
          "line": 325,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 10111,
      "end": 10119,
      "loc": {
        "start": {
          "line": 325,
          "column": 24
        },
        "end": {
          "line": 325,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10119,
      "end": 10120,
      "loc": {
        "start": {
          "line": 325,
          "column": 32
        },
        "end": {
          "line": 325,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "VariantArrayType",
      "start": 10121,
      "end": 10137,
      "loc": {
        "start": {
          "line": 325,
          "column": 34
        },
        "end": {
          "line": 325,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10137,
      "end": 10138,
      "loc": {
        "start": {
          "line": 325,
          "column": 50
        },
        "end": {
          "line": 325,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 10138,
      "end": 10147,
      "loc": {
        "start": {
          "line": 325,
          "column": 51
        },
        "end": {
          "line": 325,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10147,
      "end": 10148,
      "loc": {
        "start": {
          "line": 325,
          "column": 60
        },
        "end": {
          "line": 325,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10148,
      "end": 10153,
      "loc": {
        "start": {
          "line": 325,
          "column": 61
        },
        "end": {
          "line": 325,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 10154,
      "end": 10155,
      "loc": {
        "start": {
          "line": 325,
          "column": 67
        },
        "end": {
          "line": 325,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 10156,
      "end": 10157,
      "loc": {
        "start": {
          "line": 325,
          "column": 69
        },
        "end": {
          "line": 325,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10157,
      "end": 10158,
      "loc": {
        "start": {
          "line": 325,
          "column": 70
        },
        "end": {
          "line": 325,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10158,
      "end": 10159,
      "loc": {
        "start": {
          "line": 325,
          "column": 71
        },
        "end": {
          "line": 325,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10164,
      "end": 10165,
      "loc": {
        "start": {
          "line": 326,
          "column": 4
        },
        "end": {
          "line": 326,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10165,
      "end": 10166,
      "loc": {
        "start": {
          "line": 326,
          "column": 5
        },
        "end": {
          "line": 326,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10169,
      "end": 10170,
      "loc": {
        "start": {
          "line": 327,
          "column": 2
        },
        "end": {
          "line": 327,
          "column": 3
        }
      }
    },
    {
      "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": 10174,
      "end": 10180,
      "loc": {
        "start": {
          "line": 329,
          "column": 2
        },
        "end": {
          "line": 329,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10181,
      "end": 10182,
      "loc": {
        "start": {
          "line": 329,
          "column": 9
        },
        "end": {
          "line": 329,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toNodeValue",
      "start": 10182,
      "end": 10193,
      "loc": {
        "start": {
          "line": 329,
          "column": 10
        },
        "end": {
          "line": 329,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10193,
      "end": 10194,
      "loc": {
        "start": {
          "line": 329,
          "column": 21
        },
        "end": {
          "line": 329,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 10194,
      "end": 10202,
      "loc": {
        "start": {
          "line": 329,
          "column": 22
        },
        "end": {
          "line": 329,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10202,
      "end": 10203,
      "loc": {
        "start": {
          "line": 329,
          "column": 30
        },
        "end": {
          "line": 329,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10204,
      "end": 10206,
      "loc": {
        "start": {
          "line": 329,
          "column": 32
        },
        "end": {
          "line": 329,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "asIs",
      "start": 10207,
      "end": 10211,
      "loc": {
        "start": {
          "line": 329,
          "column": 35
        },
        "end": {
          "line": 329,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10211,
      "end": 10212,
      "loc": {
        "start": {
          "line": 329,
          "column": 39
        },
        "end": {
          "line": 329,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10212,
      "end": 10213,
      "loc": {
        "start": {
          "line": 329,
          "column": 40
        },
        "end": {
          "line": 329,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawValue",
      "start": 10213,
      "end": 10221,
      "loc": {
        "start": {
          "line": 329,
          "column": 41
        },
        "end": {
          "line": 329,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10221,
      "end": 10222,
      "loc": {
        "start": {
          "line": 329,
          "column": 49
        },
        "end": {
          "line": 329,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10222,
      "end": 10223,
      "loc": {
        "start": {
          "line": 329,
          "column": 50
        },
        "end": {
          "line": 329,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10224,
      "end": 10225,
      "loc": {
        "start": {
          "line": 330,
          "column": 0
        },
        "end": {
          "line": 330,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10225,
      "end": 10226,
      "loc": {
        "start": {
          "line": 330,
          "column": 1
        },
        "end": {
          "line": 330,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Returns the extension for a specific {@link node-opcua~DataType}.\n * Algorithm:\n *   - if the type has a shortened extension defined in {@link ExtensionForDataType}, return it.\n *   - else return the DataType's name, in lowercase letters.\n * @param {node-opcua~DataType} dataType The datatype to get the extension for.\n * @return {string} The resulting extension.\n ",
      "start": 10228,
      "end": 10602,
      "loc": {
        "start": {
          "line": 332,
          "column": 0
        },
        "end": {
          "line": 339,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 10603,
      "end": 10611,
      "loc": {
        "start": {
          "line": 340,
          "column": 0
        },
        "end": {
          "line": 340,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensionForDataType",
      "start": 10612,
      "end": 10632,
      "loc": {
        "start": {
          "line": 340,
          "column": 9
        },
        "end": {
          "line": 340,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10632,
      "end": 10633,
      "loc": {
        "start": {
          "line": 340,
          "column": 29
        },
        "end": {
          "line": 340,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 10633,
      "end": 10641,
      "loc": {
        "start": {
          "line": 340,
          "column": 30
        },
        "end": {
          "line": 340,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10641,
      "end": 10642,
      "loc": {
        "start": {
          "line": 340,
          "column": 38
        },
        "end": {
          "line": 340,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10643,
      "end": 10644,
      "loc": {
        "start": {
          "line": 340,
          "column": 40
        },
        "end": {
          "line": 340,
          "column": 41
        }
      }
    },
    {
      "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": 10647,
      "end": 10653,
      "loc": {
        "start": {
          "line": 341,
          "column": 2
        },
        "end": {
          "line": 341,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ExtensionForDataType",
      "start": 10654,
      "end": 10674,
      "loc": {
        "start": {
          "line": 341,
          "column": 9
        },
        "end": {
          "line": 341,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10674,
      "end": 10675,
      "loc": {
        "start": {
          "line": 341,
          "column": 29
        },
        "end": {
          "line": 341,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 10675,
      "end": 10683,
      "loc": {
        "start": {
          "line": 341,
          "column": 30
        },
        "end": {
          "line": 341,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10683,
      "end": 10684,
      "loc": {
        "start": {
          "line": 341,
          "column": 38
        },
        "end": {
          "line": 341,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10685,
      "end": 10687,
      "loc": {
        "start": {
          "line": 341,
          "column": 40
        },
        "end": {
          "line": 341,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 10688,
      "end": 10696,
      "loc": {
        "start": {
          "line": 341,
          "column": 43
        },
        "end": {
          "line": 341,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10696,
      "end": 10697,
      "loc": {
        "start": {
          "line": 341,
          "column": 51
        },
        "end": {
          "line": 341,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 10697,
      "end": 10705,
      "loc": {
        "start": {
          "line": 341,
          "column": 52
        },
        "end": {
          "line": 341,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10705,
      "end": 10706,
      "loc": {
        "start": {
          "line": 341,
          "column": 60
        },
        "end": {
          "line": 341,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10706,
      "end": 10707,
      "loc": {
        "start": {
          "line": 341,
          "column": 61
        },
        "end": {
          "line": 341,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10707,
      "end": 10708,
      "loc": {
        "start": {
          "line": 341,
          "column": 62
        },
        "end": {
          "line": 341,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 10708,
      "end": 10719,
      "loc": {
        "start": {
          "line": 341,
          "column": 63
        },
        "end": {
          "line": 341,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10719,
      "end": 10720,
      "loc": {
        "start": {
          "line": 341,
          "column": 74
        },
        "end": {
          "line": 341,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10720,
      "end": 10721,
      "loc": {
        "start": {
          "line": 341,
          "column": 75
        },
        "end": {
          "line": 341,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10721,
      "end": 10722,
      "loc": {
        "start": {
          "line": 341,
          "column": 76
        },
        "end": {
          "line": 341,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10723,
      "end": 10724,
      "loc": {
        "start": {
          "line": 342,
          "column": 0
        },
        "end": {
          "line": 342,
          "column": 1
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A regular expression that maches all reference definition files.\n * @type {RegExp}\n ",
      "start": 10726,
      "end": 10819,
      "loc": {
        "start": {
          "line": 344,
          "column": 0
        },
        "end": {
          "line": 347,
          "column": 3
        }
      }
    },
    {
      "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": 10820,
      "end": 10825,
      "loc": {
        "start": {
          "line": 348,
          "column": 0
        },
        "end": {
          "line": 348,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ConfigFileRegexp",
      "start": 10826,
      "end": 10842,
      "loc": {
        "start": {
          "line": 348,
          "column": 6
        },
        "end": {
          "line": 348,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10843,
      "end": 10844,
      "loc": {
        "start": {
          "line": 348,
          "column": 23
        },
        "end": {
          "line": 348,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "^\\.((Object|Variable)(Type)?|Method|View|(Reference|Data)Type)\\.json$",
        "flags": ""
      },
      "start": 10845,
      "end": 10916,
      "loc": {
        "start": {
          "line": 348,
          "column": 25
        },
        "end": {
          "line": 348,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10916,
      "end": 10917,
      "loc": {
        "start": {
          "line": 348,
          "column": 96
        },
        "end": {
          "line": 348,
          "column": 97
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * An extension to {@link vinyl~File} providing some additional, atvise-related properties.\n * @property {node-opcua~DataType} AtviseFile#dataType The {@link node-opcua~DataType} the node is\n * stored against on atvise server.\n * @property {NodeId} typeDefinition The file's type definition on atvise server.\n * FIXME: Additional properties not showing in API docs.\n ",
      "start": 10919,
      "end": 11292,
      "loc": {
        "start": {
          "line": 350,
          "column": 0
        },
        "end": {
          "line": 356,
          "column": 3
        }
      }
    },
    {
      "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": 11293,
      "end": 11299,
      "loc": {
        "start": {
          "line": 357,
          "column": 0
        },
        "end": {
          "line": 357,
          "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": 11300,
      "end": 11307,
      "loc": {
        "start": {
          "line": 357,
          "column": 7
        },
        "end": {
          "line": 357,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 11308,
      "end": 11313,
      "loc": {
        "start": {
          "line": 357,
          "column": 15
        },
        "end": {
          "line": 357,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseFile",
      "start": 11314,
      "end": 11324,
      "loc": {
        "start": {
          "line": 357,
          "column": 21
        },
        "end": {
          "line": 357,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "extends",
        "keyword": "extends",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "extends",
      "start": 11325,
      "end": 11332,
      "loc": {
        "start": {
          "line": 357,
          "column": 32
        },
        "end": {
          "line": 357,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "File",
      "start": 11333,
      "end": 11337,
      "loc": {
        "start": {
          "line": 357,
          "column": 40
        },
        "end": {
          "line": 357,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11338,
      "end": 11339,
      "loc": {
        "start": {
          "line": 357,
          "column": 45
        },
        "end": {
          "line": 357,
          "column": 46
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns a storage path for a {@link ReadStream.ReadResult}.\n   * @param {ReadStream.ReadResult} readResult The read result to get a path for.\n   ",
      "start": 11342,
      "end": 11498,
      "loc": {
        "start": {
          "line": 358,
          "column": 2
        },
        "end": {
          "line": 361,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 11501,
      "end": 11507,
      "loc": {
        "start": {
          "line": 362,
          "column": 2
        },
        "end": {
          "line": 362,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pathForReadResult",
      "start": 11508,
      "end": 11525,
      "loc": {
        "start": {
          "line": 362,
          "column": 9
        },
        "end": {
          "line": 362,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11525,
      "end": 11526,
      "loc": {
        "start": {
          "line": 362,
          "column": 26
        },
        "end": {
          "line": 362,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "readResult",
      "start": 11526,
      "end": 11536,
      "loc": {
        "start": {
          "line": 362,
          "column": 27
        },
        "end": {
          "line": 362,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11536,
      "end": 11537,
      "loc": {
        "start": {
          "line": 362,
          "column": 37
        },
        "end": {
          "line": 362,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11538,
      "end": 11539,
      "loc": {
        "start": {
          "line": 362,
          "column": 39
        },
        "end": {
          "line": 362,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 11544,
      "end": 11547,
      "loc": {
        "start": {
          "line": 363,
          "column": 4
        },
        "end": {
          "line": 363,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 11548,
      "end": 11552,
      "loc": {
        "start": {
          "line": 363,
          "column": 8
        },
        "end": {
          "line": 363,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11553,
      "end": 11554,
      "loc": {
        "start": {
          "line": 363,
          "column": 13
        },
        "end": {
          "line": 363,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "readResult",
      "start": 11555,
      "end": 11565,
      "loc": {
        "start": {
          "line": 363,
          "column": 15
        },
        "end": {
          "line": 363,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11565,
      "end": 11566,
      "loc": {
        "start": {
          "line": 363,
          "column": 25
        },
        "end": {
          "line": 363,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeId",
      "start": 11566,
      "end": 11572,
      "loc": {
        "start": {
          "line": 363,
          "column": 26
        },
        "end": {
          "line": 363,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11572,
      "end": 11573,
      "loc": {
        "start": {
          "line": 363,
          "column": 32
        },
        "end": {
          "line": 363,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filePath",
      "start": 11573,
      "end": 11581,
      "loc": {
        "start": {
          "line": 363,
          "column": 33
        },
        "end": {
          "line": 363,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11581,
      "end": 11582,
      "loc": {
        "start": {
          "line": 363,
          "column": 41
        },
        "end": {
          "line": 363,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11588,
      "end": 11590,
      "loc": {
        "start": {
          "line": 365,
          "column": 4
        },
        "end": {
          "line": 365,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11591,
      "end": 11592,
      "loc": {
        "start": {
          "line": 365,
          "column": 7
        },
        "end": {
          "line": 365,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "readResult",
      "start": 11592,
      "end": 11602,
      "loc": {
        "start": {
          "line": 365,
          "column": 8
        },
        "end": {
          "line": 365,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11602,
      "end": 11603,
      "loc": {
        "start": {
          "line": 365,
          "column": 18
        },
        "end": {
          "line": 365,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeClass",
      "start": 11603,
      "end": 11612,
      "loc": {
        "start": {
          "line": 365,
          "column": 19
        },
        "end": {
          "line": 365,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11612,
      "end": 11613,
      "loc": {
        "start": {
          "line": 365,
          "column": 28
        },
        "end": {
          "line": 365,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 11613,
      "end": 11618,
      "loc": {
        "start": {
          "line": 365,
          "column": 29
        },
        "end": {
          "line": 365,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 11619,
      "end": 11622,
      "loc": {
        "start": {
          "line": 365,
          "column": 35
        },
        "end": {
          "line": 365,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeClass",
      "start": 11623,
      "end": 11632,
      "loc": {
        "start": {
          "line": 365,
          "column": 39
        },
        "end": {
          "line": 365,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11632,
      "end": 11633,
      "loc": {
        "start": {
          "line": 365,
          "column": 48
        },
        "end": {
          "line": 365,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Variable",
      "start": 11633,
      "end": 11641,
      "loc": {
        "start": {
          "line": 365,
          "column": 49
        },
        "end": {
          "line": 365,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11641,
      "end": 11642,
      "loc": {
        "start": {
          "line": 365,
          "column": 57
        },
        "end": {
          "line": 365,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 11642,
      "end": 11647,
      "loc": {
        "start": {
          "line": 365,
          "column": 58
        },
        "end": {
          "line": 365,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11647,
      "end": 11648,
      "loc": {
        "start": {
          "line": 365,
          "column": 63
        },
        "end": {
          "line": 365,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11649,
      "end": 11650,
      "loc": {
        "start": {
          "line": 365,
          "column": 65
        },
        "end": {
          "line": 365,
          "column": 66
        }
      }
    },
    {
      "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": 11657,
      "end": 11663,
      "loc": {
        "start": {
          "line": 366,
          "column": 6
        },
        "end": {
          "line": 366,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11664,
      "end": 11665,
      "loc": {
        "start": {
          "line": 366,
          "column": 13
        },
        "end": {
          "line": 366,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 11665,
      "end": 11665,
      "loc": {
        "start": {
          "line": 366,
          "column": 14
        },
        "end": {
          "line": 366,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11665,
      "end": 11667,
      "loc": {
        "start": {
          "line": 366,
          "column": 14
        },
        "end": {
          "line": 366,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 11667,
      "end": 11671,
      "loc": {
        "start": {
          "line": 366,
          "column": 16
        },
        "end": {
          "line": 366,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11671,
      "end": 11672,
      "loc": {
        "start": {
          "line": 366,
          "column": 20
        },
        "end": {
          "line": 366,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/.",
      "start": 11672,
      "end": 11674,
      "loc": {
        "start": {
          "line": 366,
          "column": 21
        },
        "end": {
          "line": 366,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11674,
      "end": 11676,
      "loc": {
        "start": {
          "line": 366,
          "column": 23
        },
        "end": {
          "line": 366,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "readResult",
      "start": 11676,
      "end": 11686,
      "loc": {
        "start": {
          "line": 366,
          "column": 25
        },
        "end": {
          "line": 366,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11686,
      "end": 11687,
      "loc": {
        "start": {
          "line": 366,
          "column": 35
        },
        "end": {
          "line": 366,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeClass",
      "start": 11687,
      "end": 11696,
      "loc": {
        "start": {
          "line": 366,
          "column": 36
        },
        "end": {
          "line": 366,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11696,
      "end": 11697,
      "loc": {
        "start": {
          "line": 366,
          "column": 45
        },
        "end": {
          "line": 366,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11697,
      "end": 11700,
      "loc": {
        "start": {
          "line": 366,
          "column": 46
        },
        "end": {
          "line": 366,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11700,
      "end": 11701,
      "loc": {
        "start": {
          "line": 366,
          "column": 49
        },
        "end": {
          "line": 366,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".json",
      "start": 11701,
      "end": 11706,
      "loc": {
        "start": {
          "line": 366,
          "column": 50
        },
        "end": {
          "line": 366,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11706,
      "end": 11707,
      "loc": {
        "start": {
          "line": 366,
          "column": 55
        },
        "end": {
          "line": 366,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11707,
      "end": 11708,
      "loc": {
        "start": {
          "line": 366,
          "column": 56
        },
        "end": {
          "line": 366,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11713,
      "end": 11714,
      "loc": {
        "start": {
          "line": 367,
          "column": 4
        },
        "end": {
          "line": 367,
          "column": 5
        }
      }
    },
    {
      "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": 11720,
      "end": 11725,
      "loc": {
        "start": {
          "line": 369,
          "column": 4
        },
        "end": {
          "line": 369,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 11726,
      "end": 11734,
      "loc": {
        "start": {
          "line": 369,
          "column": 10
        },
        "end": {
          "line": 369,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11735,
      "end": 11736,
      "loc": {
        "start": {
          "line": 369,
          "column": 19
        },
        "end": {
          "line": 369,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "readResult",
      "start": 11737,
      "end": 11747,
      "loc": {
        "start": {
          "line": 369,
          "column": 21
        },
        "end": {
          "line": 369,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11747,
      "end": 11748,
      "loc": {
        "start": {
          "line": 369,
          "column": 31
        },
        "end": {
          "line": 369,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 11748,
      "end": 11753,
      "loc": {
        "start": {
          "line": 369,
          "column": 32
        },
        "end": {
          "line": 369,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11753,
      "end": 11754,
      "loc": {
        "start": {
          "line": 369,
          "column": 37
        },
        "end": {
          "line": 369,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$dataType",
      "start": 11754,
      "end": 11763,
      "loc": {
        "start": {
          "line": 369,
          "column": 38
        },
        "end": {
          "line": 369,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11763,
      "end": 11764,
      "loc": {
        "start": {
          "line": 369,
          "column": 47
        },
        "end": {
          "line": 369,
          "column": 48
        }
      }
    },
    {
      "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": 11769,
      "end": 11774,
      "loc": {
        "start": {
          "line": 370,
          "column": 4
        },
        "end": {
          "line": 370,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 11775,
      "end": 11784,
      "loc": {
        "start": {
          "line": 370,
          "column": 10
        },
        "end": {
          "line": 370,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11785,
      "end": 11786,
      "loc": {
        "start": {
          "line": 370,
          "column": 20
        },
        "end": {
          "line": 370,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "readResult",
      "start": 11787,
      "end": 11797,
      "loc": {
        "start": {
          "line": 370,
          "column": 22
        },
        "end": {
          "line": 370,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11797,
      "end": 11798,
      "loc": {
        "start": {
          "line": 370,
          "column": 32
        },
        "end": {
          "line": 370,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 11798,
      "end": 11803,
      "loc": {
        "start": {
          "line": 370,
          "column": 33
        },
        "end": {
          "line": 370,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11803,
      "end": 11804,
      "loc": {
        "start": {
          "line": 370,
          "column": 38
        },
        "end": {
          "line": 370,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$arrayType",
      "start": 11804,
      "end": 11814,
      "loc": {
        "start": {
          "line": 370,
          "column": 39
        },
        "end": {
          "line": 370,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11814,
      "end": 11815,
      "loc": {
        "start": {
          "line": 370,
          "column": 49
        },
        "end": {
          "line": 370,
          "column": 50
        }
      }
    },
    {
      "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": 11820,
      "end": 11825,
      "loc": {
        "start": {
          "line": 371,
          "column": 4
        },
        "end": {
          "line": 371,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeDefinition",
      "start": 11826,
      "end": 11840,
      "loc": {
        "start": {
          "line": 371,
          "column": 10
        },
        "end": {
          "line": 371,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11841,
      "end": 11842,
      "loc": {
        "start": {
          "line": 371,
          "column": 25
        },
        "end": {
          "line": 371,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "readResult",
      "start": 11843,
      "end": 11853,
      "loc": {
        "start": {
          "line": 371,
          "column": 27
        },
        "end": {
          "line": 371,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11853,
      "end": 11854,
      "loc": {
        "start": {
          "line": 371,
          "column": 37
        },
        "end": {
          "line": 371,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 11854,
      "end": 11864,
      "loc": {
        "start": {
          "line": 371,
          "column": 38
        },
        "end": {
          "line": 371,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11864,
      "end": 11865,
      "loc": {
        "start": {
          "line": 371,
          "column": 48
        },
        "end": {
          "line": 371,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HasTypeDefinition",
      "start": 11865,
      "end": 11882,
      "loc": {
        "start": {
          "line": 371,
          "column": 49
        },
        "end": {
          "line": 371,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11882,
      "end": 11883,
      "loc": {
        "start": {
          "line": 371,
          "column": 66
        },
        "end": {
          "line": 371,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 11883,
      "end": 11884,
      "loc": {
        "start": {
          "line": 371,
          "column": 67
        },
        "end": {
          "line": 371,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11884,
      "end": 11885,
      "loc": {
        "start": {
          "line": 371,
          "column": 68
        },
        "end": {
          "line": 371,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11885,
      "end": 11886,
      "loc": {
        "start": {
          "line": 371,
          "column": 69
        },
        "end": {
          "line": 371,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11892,
      "end": 11894,
      "loc": {
        "start": {
          "line": 373,
          "column": 4
        },
        "end": {
          "line": 373,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11895,
      "end": 11896,
      "loc": {
        "start": {
          "line": 373,
          "column": 7
        },
        "end": {
          "line": 373,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeDefinition",
      "start": 11896,
      "end": 11910,
      "loc": {
        "start": {
          "line": 373,
          "column": 8
        },
        "end": {
          "line": 373,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11910,
      "end": 11911,
      "loc": {
        "start": {
          "line": 373,
          "column": 22
        },
        "end": {
          "line": 373,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 11911,
      "end": 11916,
      "loc": {
        "start": {
          "line": 373,
          "column": 23
        },
        "end": {
          "line": 373,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 11917,
      "end": 11920,
      "loc": {
        "start": {
          "line": 373,
          "column": 29
        },
        "end": {
          "line": 373,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "VariableTypeDefinition",
      "start": 11921,
      "end": 11943,
      "loc": {
        "start": {
          "line": 373,
          "column": 33
        },
        "end": {
          "line": 373,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11943,
      "end": 11944,
      "loc": {
        "start": {
          "line": 373,
          "column": 55
        },
        "end": {
          "line": 373,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 11944,
      "end": 11949,
      "loc": {
        "start": {
          "line": 373,
          "column": 56
        },
        "end": {
          "line": 373,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11949,
      "end": 11950,
      "loc": {
        "start": {
          "line": 373,
          "column": 61
        },
        "end": {
          "line": 373,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11951,
      "end": 11952,
      "loc": {
        "start": {
          "line": 373,
          "column": 63
        },
        "end": {
          "line": 373,
          "column": 64
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Variable nodes are stored with their lowercase datatype as an extension",
      "start": 11959,
      "end": 12033,
      "loc": {
        "start": {
          "line": 374,
          "column": 6
        },
        "end": {
          "line": 374,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 12040,
      "end": 12044,
      "loc": {
        "start": {
          "line": 375,
          "column": 6
        },
        "end": {
          "line": 375,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 12045,
      "end": 12047,
      "loc": {
        "start": {
          "line": 375,
          "column": 11
        },
        "end": {
          "line": 375,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12048,
      "end": 12049,
      "loc": {
        "start": {
          "line": 375,
          "column": 14
        },
        "end": {
          "line": 375,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 12049,
      "end": 12050,
      "loc": {
        "start": {
          "line": 375,
          "column": 15
        },
        "end": {
          "line": 375,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12050,
      "end": 12052,
      "loc": {
        "start": {
          "line": 375,
          "column": 16
        },
        "end": {
          "line": 375,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensionForDataType",
      "start": 12052,
      "end": 12072,
      "loc": {
        "start": {
          "line": 375,
          "column": 18
        },
        "end": {
          "line": 375,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12072,
      "end": 12073,
      "loc": {
        "start": {
          "line": 375,
          "column": 38
        },
        "end": {
          "line": 375,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 12073,
      "end": 12081,
      "loc": {
        "start": {
          "line": 375,
          "column": 39
        },
        "end": {
          "line": 375,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12081,
      "end": 12082,
      "loc": {
        "start": {
          "line": 375,
          "column": 47
        },
        "end": {
          "line": 375,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12082,
      "end": 12083,
      "loc": {
        "start": {
          "line": 375,
          "column": 48
        },
        "end": {
          "line": 375,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 12083,
      "end": 12083,
      "loc": {
        "start": {
          "line": 375,
          "column": 49
        },
        "end": {
          "line": 375,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12083,
      "end": 12084,
      "loc": {
        "start": {
          "line": 375,
          "column": 49
        },
        "end": {
          "line": 375,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12084,
      "end": 12085,
      "loc": {
        "start": {
          "line": 375,
          "column": 50
        },
        "end": {
          "line": 375,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12090,
      "end": 12091,
      "loc": {
        "start": {
          "line": 376,
          "column": 4
        },
        "end": {
          "line": 376,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 12092,
      "end": 12096,
      "loc": {
        "start": {
          "line": 376,
          "column": 6
        },
        "end": {
          "line": 376,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12097,
      "end": 12099,
      "loc": {
        "start": {
          "line": 376,
          "column": 11
        },
        "end": {
          "line": 376,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12100,
      "end": 12101,
      "loc": {
        "start": {
          "line": 376,
          "column": 14
        },
        "end": {
          "line": 376,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeDefinition",
      "start": 12101,
      "end": 12115,
      "loc": {
        "start": {
          "line": 376,
          "column": 15
        },
        "end": {
          "line": 376,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12115,
      "end": 12116,
      "loc": {
        "start": {
          "line": 376,
          "column": 29
        },
        "end": {
          "line": 376,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 12116,
      "end": 12121,
      "loc": {
        "start": {
          "line": 376,
          "column": 30
        },
        "end": {
          "line": 376,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 12122,
      "end": 12125,
      "loc": {
        "start": {
          "line": 376,
          "column": 36
        },
        "end": {
          "line": 376,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PropertyTypeDefinition",
      "start": 12126,
      "end": 12148,
      "loc": {
        "start": {
          "line": 376,
          "column": 40
        },
        "end": {
          "line": 376,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12148,
      "end": 12149,
      "loc": {
        "start": {
          "line": 376,
          "column": 62
        },
        "end": {
          "line": 376,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 12149,
      "end": 12154,
      "loc": {
        "start": {
          "line": 376,
          "column": 63
        },
        "end": {
          "line": 376,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12154,
      "end": 12155,
      "loc": {
        "start": {
          "line": 376,
          "column": 68
        },
        "end": {
          "line": 376,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12156,
      "end": 12157,
      "loc": {
        "start": {
          "line": 376,
          "column": 70
        },
        "end": {
          "line": 376,
          "column": 71
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Property nodes are stored with \".prop\" and their lowercase datatype as an extension",
      "start": 12164,
      "end": 12250,
      "loc": {
        "start": {
          "line": 377,
          "column": 6
        },
        "end": {
          "line": 377,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 12257,
      "end": 12261,
      "loc": {
        "start": {
          "line": 378,
          "column": 6
        },
        "end": {
          "line": 378,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 12262,
      "end": 12264,
      "loc": {
        "start": {
          "line": 378,
          "column": 11
        },
        "end": {
          "line": 378,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12265,
      "end": 12266,
      "loc": {
        "start": {
          "line": 378,
          "column": 14
        },
        "end": {
          "line": 378,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".prop.",
      "start": 12266,
      "end": 12272,
      "loc": {
        "start": {
          "line": 378,
          "column": 15
        },
        "end": {
          "line": 378,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12272,
      "end": 12274,
      "loc": {
        "start": {
          "line": 378,
          "column": 21
        },
        "end": {
          "line": 378,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensionForDataType",
      "start": 12274,
      "end": 12294,
      "loc": {
        "start": {
          "line": 378,
          "column": 23
        },
        "end": {
          "line": 378,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12294,
      "end": 12295,
      "loc": {
        "start": {
          "line": 378,
          "column": 43
        },
        "end": {
          "line": 378,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 12295,
      "end": 12303,
      "loc": {
        "start": {
          "line": 378,
          "column": 44
        },
        "end": {
          "line": 378,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12303,
      "end": 12304,
      "loc": {
        "start": {
          "line": 378,
          "column": 52
        },
        "end": {
          "line": 378,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12304,
      "end": 12305,
      "loc": {
        "start": {
          "line": 378,
          "column": 53
        },
        "end": {
          "line": 378,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 12305,
      "end": 12305,
      "loc": {
        "start": {
          "line": 378,
          "column": 54
        },
        "end": {
          "line": 378,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12305,
      "end": 12306,
      "loc": {
        "start": {
          "line": 378,
          "column": 54
        },
        "end": {
          "line": 378,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12306,
      "end": 12307,
      "loc": {
        "start": {
          "line": 378,
          "column": 55
        },
        "end": {
          "line": 378,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12312,
      "end": 12313,
      "loc": {
        "start": {
          "line": 379,
          "column": 4
        },
        "end": {
          "line": 379,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 12314,
      "end": 12318,
      "loc": {
        "start": {
          "line": 379,
          "column": 6
        },
        "end": {
          "line": 379,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12319,
      "end": 12320,
      "loc": {
        "start": {
          "line": 379,
          "column": 11
        },
        "end": {
          "line": 379,
          "column": 12
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Handle custom types",
      "start": 12327,
      "end": 12349,
      "loc": {
        "start": {
          "line": 380,
          "column": 6
        },
        "end": {
          "line": 380,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 12356,
      "end": 12359,
      "loc": {
        "start": {
          "line": 381,
          "column": 6
        },
        "end": {
          "line": 381,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 12360,
      "end": 12370,
      "loc": {
        "start": {
          "line": 381,
          "column": 10
        },
        "end": {
          "line": 381,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12371,
      "end": 12372,
      "loc": {
        "start": {
          "line": 381,
          "column": 21
        },
        "end": {
          "line": 381,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 12373,
      "end": 12378,
      "loc": {
        "start": {
          "line": 381,
          "column": 23
        },
        "end": {
          "line": 381,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12378,
      "end": 12379,
      "loc": {
        "start": {
          "line": 381,
          "column": 28
        },
        "end": {
          "line": 381,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 12386,
      "end": 12389,
      "loc": {
        "start": {
          "line": 382,
          "column": 6
        },
        "end": {
          "line": 382,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fileExtension",
      "start": 12390,
      "end": 12403,
      "loc": {
        "start": {
          "line": 382,
          "column": 10
        },
        "end": {
          "line": 382,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12404,
      "end": 12405,
      "loc": {
        "start": {
          "line": 382,
          "column": 24
        },
        "end": {
          "line": 382,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 12406,
      "end": 12411,
      "loc": {
        "start": {
          "line": 382,
          "column": 26
        },
        "end": {
          "line": 382,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12411,
      "end": 12412,
      "loc": {
        "start": {
          "line": 382,
          "column": 31
        },
        "end": {
          "line": 382,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 12419,
      "end": 12422,
      "loc": {
        "start": {
          "line": 383,
          "column": 6
        },
        "end": {
          "line": 383,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keepExtension",
      "start": 12423,
      "end": 12436,
      "loc": {
        "start": {
          "line": 383,
          "column": 10
        },
        "end": {
          "line": 383,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12437,
      "end": 12438,
      "loc": {
        "start": {
          "line": 383,
          "column": 24
        },
        "end": {
          "line": 383,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 12439,
      "end": 12444,
      "loc": {
        "start": {
          "line": 383,
          "column": 26
        },
        "end": {
          "line": 383,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12444,
      "end": 12445,
      "loc": {
        "start": {
          "line": 383,
          "column": 31
        },
        "end": {
          "line": 383,
          "column": 32
        }
      }
    },
    {
      "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": 12453,
      "end": 12458,
      "loc": {
        "start": {
          "line": 385,
          "column": 6
        },
        "end": {
          "line": 385,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atType",
      "start": 12459,
      "end": 12465,
      "loc": {
        "start": {
          "line": 385,
          "column": 12
        },
        "end": {
          "line": 385,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12466,
      "end": 12467,
      "loc": {
        "start": {
          "line": 385,
          "column": 19
        },
        "end": {
          "line": 385,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseTypesByValue",
      "start": 12468,
      "end": 12486,
      "loc": {
        "start": {
          "line": 385,
          "column": 21
        },
        "end": {
          "line": 385,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12486,
      "end": 12487,
      "loc": {
        "start": {
          "line": 385,
          "column": 39
        },
        "end": {
          "line": 385,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeDefinition",
      "start": 12487,
      "end": 12501,
      "loc": {
        "start": {
          "line": 385,
          "column": 40
        },
        "end": {
          "line": 385,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12501,
      "end": 12502,
      "loc": {
        "start": {
          "line": 385,
          "column": 54
        },
        "end": {
          "line": 385,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 12502,
      "end": 12507,
      "loc": {
        "start": {
          "line": 385,
          "column": 55
        },
        "end": {
          "line": 385,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12507,
      "end": 12508,
      "loc": {
        "start": {
          "line": 385,
          "column": 60
        },
        "end": {
          "line": 385,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12508,
      "end": 12509,
      "loc": {
        "start": {
          "line": 385,
          "column": 61
        },
        "end": {
          "line": 385,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12516,
      "end": 12518,
      "loc": {
        "start": {
          "line": 386,
          "column": 6
        },
        "end": {
          "line": 386,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12519,
      "end": 12520,
      "loc": {
        "start": {
          "line": 386,
          "column": 9
        },
        "end": {
          "line": 386,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atType",
      "start": 12520,
      "end": 12526,
      "loc": {
        "start": {
          "line": 386,
          "column": 10
        },
        "end": {
          "line": 386,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12526,
      "end": 12527,
      "loc": {
        "start": {
          "line": 386,
          "column": 16
        },
        "end": {
          "line": 386,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12528,
      "end": 12529,
      "loc": {
        "start": {
          "line": 386,
          "column": 18
        },
        "end": {
          "line": 386,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 12538,
      "end": 12548,
      "loc": {
        "start": {
          "line": 387,
          "column": 8
        },
        "end": {
          "line": 387,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12549,
      "end": 12550,
      "loc": {
        "start": {
          "line": 387,
          "column": 19
        },
        "end": {
          "line": 387,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atType",
      "start": 12551,
      "end": 12557,
      "loc": {
        "start": {
          "line": 387,
          "column": 21
        },
        "end": {
          "line": 387,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12557,
      "end": 12558,
      "loc": {
        "start": {
          "line": 387,
          "column": 27
        },
        "end": {
          "line": 387,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 12558,
      "end": 12568,
      "loc": {
        "start": {
          "line": 387,
          "column": 28
        },
        "end": {
          "line": 387,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12568,
      "end": 12569,
      "loc": {
        "start": {
          "line": 387,
          "column": 38
        },
        "end": {
          "line": 387,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fileExtension",
      "start": 12578,
      "end": 12591,
      "loc": {
        "start": {
          "line": 388,
          "column": 8
        },
        "end": {
          "line": 388,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12592,
      "end": 12593,
      "loc": {
        "start": {
          "line": 388,
          "column": 22
        },
        "end": {
          "line": 388,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atType",
      "start": 12594,
      "end": 12600,
      "loc": {
        "start": {
          "line": 388,
          "column": 24
        },
        "end": {
          "line": 388,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12600,
      "end": 12601,
      "loc": {
        "start": {
          "line": 388,
          "column": 30
        },
        "end": {
          "line": 388,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fileExtension",
      "start": 12601,
      "end": 12614,
      "loc": {
        "start": {
          "line": 388,
          "column": 31
        },
        "end": {
          "line": 388,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12614,
      "end": 12615,
      "loc": {
        "start": {
          "line": 388,
          "column": 44
        },
        "end": {
          "line": 388,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keepExtension",
      "start": 12624,
      "end": 12637,
      "loc": {
        "start": {
          "line": 389,
          "column": 8
        },
        "end": {
          "line": 389,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12638,
      "end": 12639,
      "loc": {
        "start": {
          "line": 389,
          "column": 22
        },
        "end": {
          "line": 389,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atType",
      "start": 12640,
      "end": 12646,
      "loc": {
        "start": {
          "line": 389,
          "column": 24
        },
        "end": {
          "line": 389,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12646,
      "end": 12647,
      "loc": {
        "start": {
          "line": 389,
          "column": 30
        },
        "end": {
          "line": 389,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keepExtension",
      "start": 12647,
      "end": 12660,
      "loc": {
        "start": {
          "line": 389,
          "column": 31
        },
        "end": {
          "line": 389,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12660,
      "end": 12661,
      "loc": {
        "start": {
          "line": 389,
          "column": 44
        },
        "end": {
          "line": 389,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12668,
      "end": 12669,
      "loc": {
        "start": {
          "line": 390,
          "column": 6
        },
        "end": {
          "line": 390,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12677,
      "end": 12679,
      "loc": {
        "start": {
          "line": 392,
          "column": 6
        },
        "end": {
          "line": 392,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12680,
      "end": 12681,
      "loc": {
        "start": {
          "line": 392,
          "column": 9
        },
        "end": {
          "line": 392,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 12681,
      "end": 12682,
      "loc": {
        "start": {
          "line": 392,
          "column": 10
        },
        "end": {
          "line": 392,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keepExtension",
      "start": 12682,
      "end": 12695,
      "loc": {
        "start": {
          "line": 392,
          "column": 11
        },
        "end": {
          "line": 392,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12695,
      "end": 12696,
      "loc": {
        "start": {
          "line": 392,
          "column": 24
        },
        "end": {
          "line": 392,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12697,
      "end": 12698,
      "loc": {
        "start": {
          "line": 392,
          "column": 26
        },
        "end": {
          "line": 392,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 12707,
      "end": 12711,
      "loc": {
        "start": {
          "line": 393,
          "column": 8
        },
        "end": {
          "line": 393,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 12712,
      "end": 12714,
      "loc": {
        "start": {
          "line": 393,
          "column": 13
        },
        "end": {
          "line": 393,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12715,
      "end": 12716,
      "loc": {
        "start": {
          "line": 393,
          "column": 16
        },
        "end": {
          "line": 393,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 12716,
      "end": 12717,
      "loc": {
        "start": {
          "line": 393,
          "column": 17
        },
        "end": {
          "line": 393,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12717,
      "end": 12719,
      "loc": {
        "start": {
          "line": 393,
          "column": 18
        },
        "end": {
          "line": 393,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 12719,
      "end": 12729,
      "loc": {
        "start": {
          "line": 393,
          "column": 20
        },
        "end": {
          "line": 393,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12729,
      "end": 12730,
      "loc": {
        "start": {
          "line": 393,
          "column": 30
        },
        "end": {
          "line": 393,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 12730,
      "end": 12731,
      "loc": {
        "start": {
          "line": 393,
          "column": 31
        },
        "end": {
          "line": 393,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12731,
      "end": 12733,
      "loc": {
        "start": {
          "line": 393,
          "column": 32
        },
        "end": {
          "line": 393,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fileExtension",
      "start": 12733,
      "end": 12746,
      "loc": {
        "start": {
          "line": 393,
          "column": 34
        },
        "end": {
          "line": 393,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 12747,
      "end": 12749,
      "loc": {
        "start": {
          "line": 393,
          "column": 48
        },
        "end": {
          "line": 393,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensionForDataType",
      "start": 12750,
      "end": 12770,
      "loc": {
        "start": {
          "line": 393,
          "column": 51
        },
        "end": {
          "line": 393,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12770,
      "end": 12771,
      "loc": {
        "start": {
          "line": 393,
          "column": 71
        },
        "end": {
          "line": 393,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 12771,
      "end": 12779,
      "loc": {
        "start": {
          "line": 393,
          "column": 72
        },
        "end": {
          "line": 393,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12779,
      "end": 12780,
      "loc": {
        "start": {
          "line": 393,
          "column": 80
        },
        "end": {
          "line": 393,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12780,
      "end": 12781,
      "loc": {
        "start": {
          "line": 393,
          "column": 81
        },
        "end": {
          "line": 393,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 12781,
      "end": 12781,
      "loc": {
        "start": {
          "line": 393,
          "column": 82
        },
        "end": {
          "line": 393,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12781,
      "end": 12782,
      "loc": {
        "start": {
          "line": 393,
          "column": 82
        },
        "end": {
          "line": 393,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12782,
      "end": 12783,
      "loc": {
        "start": {
          "line": 393,
          "column": 83
        },
        "end": {
          "line": 393,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12790,
      "end": 12791,
      "loc": {
        "start": {
          "line": 394,
          "column": 6
        },
        "end": {
          "line": 394,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12796,
      "end": 12797,
      "loc": {
        "start": {
          "line": 395,
          "column": 4
        },
        "end": {
          "line": 395,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Add \"array\" or \"matrix\" extensions for corresponding array types",
      "start": 12803,
      "end": 12870,
      "loc": {
        "start": {
          "line": 397,
          "column": 4
        },
        "end": {
          "line": 397,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12875,
      "end": 12877,
      "loc": {
        "start": {
          "line": 398,
          "column": 4
        },
        "end": {
          "line": 398,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12878,
      "end": 12879,
      "loc": {
        "start": {
          "line": 398,
          "column": 7
        },
        "end": {
          "line": 398,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 12879,
      "end": 12888,
      "loc": {
        "start": {
          "line": 398,
          "column": 8
        },
        "end": {
          "line": 398,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12888,
      "end": 12889,
      "loc": {
        "start": {
          "line": 398,
          "column": 17
        },
        "end": {
          "line": 398,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 12889,
      "end": 12894,
      "loc": {
        "start": {
          "line": 398,
          "column": 18
        },
        "end": {
          "line": 398,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 12895,
      "end": 12898,
      "loc": {
        "start": {
          "line": 398,
          "column": 24
        },
        "end": {
          "line": 398,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "VariantArrayType",
      "start": 12899,
      "end": 12915,
      "loc": {
        "start": {
          "line": 398,
          "column": 28
        },
        "end": {
          "line": 398,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12915,
      "end": 12916,
      "loc": {
        "start": {
          "line": 398,
          "column": 44
        },
        "end": {
          "line": 398,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Scalar",
      "start": 12916,
      "end": 12922,
      "loc": {
        "start": {
          "line": 398,
          "column": 45
        },
        "end": {
          "line": 398,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12922,
      "end": 12923,
      "loc": {
        "start": {
          "line": 398,
          "column": 51
        },
        "end": {
          "line": 398,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 12923,
      "end": 12928,
      "loc": {
        "start": {
          "line": 398,
          "column": 52
        },
        "end": {
          "line": 398,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12928,
      "end": 12929,
      "loc": {
        "start": {
          "line": 398,
          "column": 57
        },
        "end": {
          "line": 398,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12930,
      "end": 12931,
      "loc": {
        "start": {
          "line": 398,
          "column": 59
        },
        "end": {
          "line": 398,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 12938,
      "end": 12942,
      "loc": {
        "start": {
          "line": 399,
          "column": 6
        },
        "end": {
          "line": 399,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 12943,
      "end": 12945,
      "loc": {
        "start": {
          "line": 399,
          "column": 11
        },
        "end": {
          "line": 399,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12946,
      "end": 12947,
      "loc": {
        "start": {
          "line": 399,
          "column": 14
        },
        "end": {
          "line": 399,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 12947,
      "end": 12948,
      "loc": {
        "start": {
          "line": 399,
          "column": 15
        },
        "end": {
          "line": 399,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12948,
      "end": 12950,
      "loc": {
        "start": {
          "line": 399,
          "column": 16
        },
        "end": {
          "line": 399,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 12950,
      "end": 12959,
      "loc": {
        "start": {
          "line": 399,
          "column": 18
        },
        "end": {
          "line": 399,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 12960,
      "end": 12963,
      "loc": {
        "start": {
          "line": 399,
          "column": 28
        },
        "end": {
          "line": 399,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "VariantArrayType",
      "start": 12964,
      "end": 12980,
      "loc": {
        "start": {
          "line": 399,
          "column": 32
        },
        "end": {
          "line": 399,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12980,
      "end": 12981,
      "loc": {
        "start": {
          "line": 399,
          "column": 48
        },
        "end": {
          "line": 399,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 12981,
      "end": 12986,
      "loc": {
        "start": {
          "line": 399,
          "column": 49
        },
        "end": {
          "line": 399,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12987,
      "end": 12988,
      "loc": {
        "start": {
          "line": 399,
          "column": 55
        },
        "end": {
          "line": 399,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "array",
      "start": 12989,
      "end": 12996,
      "loc": {
        "start": {
          "line": 399,
          "column": 57
        },
        "end": {
          "line": 399,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12997,
      "end": 12998,
      "loc": {
        "start": {
          "line": 399,
          "column": 65
        },
        "end": {
          "line": 399,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "matrix",
      "start": 12999,
      "end": 13007,
      "loc": {
        "start": {
          "line": 399,
          "column": 67
        },
        "end": {
          "line": 399,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13007,
      "end": 13008,
      "loc": {
        "start": {
          "line": 399,
          "column": 75
        },
        "end": {
          "line": 399,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 13008,
      "end": 13008,
      "loc": {
        "start": {
          "line": 399,
          "column": 76
        },
        "end": {
          "line": 399,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13008,
      "end": 13009,
      "loc": {
        "start": {
          "line": 399,
          "column": 76
        },
        "end": {
          "line": 399,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13009,
      "end": 13010,
      "loc": {
        "start": {
          "line": 399,
          "column": 77
        },
        "end": {
          "line": 399,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13015,
      "end": 13016,
      "loc": {
        "start": {
          "line": 400,
          "column": 4
        },
        "end": {
          "line": 400,
          "column": 5
        }
      }
    },
    {
      "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": 13022,
      "end": 13028,
      "loc": {
        "start": {
          "line": 402,
          "column": 4
        },
        "end": {
          "line": 402,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 13029,
      "end": 13033,
      "loc": {
        "start": {
          "line": 402,
          "column": 11
        },
        "end": {
          "line": 402,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13033,
      "end": 13034,
      "loc": {
        "start": {
          "line": 402,
          "column": 15
        },
        "end": {
          "line": 402,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13037,
      "end": 13038,
      "loc": {
        "start": {
          "line": 403,
          "column": 2
        },
        "end": {
          "line": 403,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Encodes a node's value to file contents.\n   * @param {*} value The value to encode.\n   * @param {node-opcua~DataType} dataType The {@link node-opcua~DataType} to encode the value for.\n   * @param {node-opcua~VariantArrayType} arrayType The files array type.\n   * @return {?Buffer} The encoded file contents or null.\n   ",
      "start": 13042,
      "end": 13372,
      "loc": {
        "start": {
          "line": 405,
          "column": 2
        },
        "end": {
          "line": 411,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 13375,
      "end": 13381,
      "loc": {
        "start": {
          "line": 412,
          "column": 2
        },
        "end": {
          "line": 412,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "encodeValue",
      "start": 13382,
      "end": 13393,
      "loc": {
        "start": {
          "line": 412,
          "column": 9
        },
        "end": {
          "line": 412,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13393,
      "end": 13394,
      "loc": {
        "start": {
          "line": 412,
          "column": 20
        },
        "end": {
          "line": 412,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 13394,
      "end": 13399,
      "loc": {
        "start": {
          "line": 412,
          "column": 21
        },
        "end": {
          "line": 412,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13399,
      "end": 13400,
      "loc": {
        "start": {
          "line": 412,
          "column": 26
        },
        "end": {
          "line": 412,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 13401,
      "end": 13409,
      "loc": {
        "start": {
          "line": 412,
          "column": 28
        },
        "end": {
          "line": 412,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13409,
      "end": 13410,
      "loc": {
        "start": {
          "line": 412,
          "column": 36
        },
        "end": {
          "line": 412,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 13411,
      "end": 13420,
      "loc": {
        "start": {
          "line": 412,
          "column": 38
        },
        "end": {
          "line": 412,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13420,
      "end": 13421,
      "loc": {
        "start": {
          "line": 412,
          "column": 47
        },
        "end": {
          "line": 412,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13422,
      "end": 13423,
      "loc": {
        "start": {
          "line": 412,
          "column": 49
        },
        "end": {
          "line": 412,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13428,
      "end": 13430,
      "loc": {
        "start": {
          "line": 413,
          "column": 4
        },
        "end": {
          "line": 413,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13431,
      "end": 13432,
      "loc": {
        "start": {
          "line": 413,
          "column": 7
        },
        "end": {
          "line": 413,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 13432,
      "end": 13437,
      "loc": {
        "start": {
          "line": 413,
          "column": 8
        },
        "end": {
          "line": 413,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13437,
      "end": 13438,
      "loc": {
        "start": {
          "line": 413,
          "column": 13
        },
        "end": {
          "line": 413,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 13438,
      "end": 13443,
      "loc": {
        "start": {
          "line": 413,
          "column": 14
        },
        "end": {
          "line": 413,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 13444,
      "end": 13447,
      "loc": {
        "start": {
          "line": 413,
          "column": 20
        },
        "end": {
          "line": 413,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 13448,
      "end": 13452,
      "loc": {
        "start": {
          "line": 413,
          "column": 24
        },
        "end": {
          "line": 413,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13452,
      "end": 13453,
      "loc": {
        "start": {
          "line": 413,
          "column": 28
        },
        "end": {
          "line": 413,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13454,
      "end": 13455,
      "loc": {
        "start": {
          "line": 413,
          "column": 30
        },
        "end": {
          "line": 413,
          "column": 31
        }
      }
    },
    {
      "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": 13462,
      "end": 13468,
      "loc": {
        "start": {
          "line": 414,
          "column": 6
        },
        "end": {
          "line": 414,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Buffer",
      "start": 13469,
      "end": 13475,
      "loc": {
        "start": {
          "line": 414,
          "column": 13
        },
        "end": {
          "line": 414,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13475,
      "end": 13476,
      "loc": {
        "start": {
          "line": 414,
          "column": 19
        },
        "end": {
          "line": 414,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 13476,
      "end": 13480,
      "loc": {
        "start": {
          "line": 414,
          "column": 20
        },
        "end": {
          "line": 414,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13480,
      "end": 13481,
      "loc": {
        "start": {
          "line": 414,
          "column": 24
        },
        "end": {
          "line": 414,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 13481,
      "end": 13483,
      "loc": {
        "start": {
          "line": 414,
          "column": 25
        },
        "end": {
          "line": 414,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13483,
      "end": 13484,
      "loc": {
        "start": {
          "line": 414,
          "column": 27
        },
        "end": {
          "line": 414,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13484,
      "end": 13485,
      "loc": {
        "start": {
          "line": 414,
          "column": 28
        },
        "end": {
          "line": 414,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13490,
      "end": 13491,
      "loc": {
        "start": {
          "line": 415,
          "column": 4
        },
        "end": {
          "line": 415,
          "column": 5
        }
      }
    },
    {
      "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": 13497,
      "end": 13502,
      "loc": {
        "start": {
          "line": 417,
          "column": 4
        },
        "end": {
          "line": 417,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawValue",
      "start": 13503,
      "end": 13511,
      "loc": {
        "start": {
          "line": 417,
          "column": 10
        },
        "end": {
          "line": 417,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13512,
      "end": 13513,
      "loc": {
        "start": {
          "line": 417,
          "column": 19
        },
        "end": {
          "line": 417,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getRawValue",
      "start": 13514,
      "end": 13525,
      "loc": {
        "start": {
          "line": 417,
          "column": 21
        },
        "end": {
          "line": 417,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13525,
      "end": 13526,
      "loc": {
        "start": {
          "line": 417,
          "column": 32
        },
        "end": {
          "line": 417,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 13526,
      "end": 13531,
      "loc": {
        "start": {
          "line": 417,
          "column": 33
        },
        "end": {
          "line": 417,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13531,
      "end": 13532,
      "loc": {
        "start": {
          "line": 417,
          "column": 38
        },
        "end": {
          "line": 417,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 13532,
      "end": 13537,
      "loc": {
        "start": {
          "line": 417,
          "column": 39
        },
        "end": {
          "line": 417,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13537,
      "end": 13538,
      "loc": {
        "start": {
          "line": 417,
          "column": 44
        },
        "end": {
          "line": 417,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 13539,
      "end": 13547,
      "loc": {
        "start": {
          "line": 417,
          "column": 46
        },
        "end": {
          "line": 417,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13547,
      "end": 13548,
      "loc": {
        "start": {
          "line": 417,
          "column": 54
        },
        "end": {
          "line": 417,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 13549,
      "end": 13558,
      "loc": {
        "start": {
          "line": 417,
          "column": 56
        },
        "end": {
          "line": 417,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13558,
      "end": 13559,
      "loc": {
        "start": {
          "line": 417,
          "column": 65
        },
        "end": {
          "line": 417,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13559,
      "end": 13560,
      "loc": {
        "start": {
          "line": 417,
          "column": 66
        },
        "end": {
          "line": 417,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13566,
      "end": 13568,
      "loc": {
        "start": {
          "line": 419,
          "column": 4
        },
        "end": {
          "line": 419,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13569,
      "end": 13570,
      "loc": {
        "start": {
          "line": 419,
          "column": 7
        },
        "end": {
          "line": 419,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawValue",
      "start": 13570,
      "end": 13578,
      "loc": {
        "start": {
          "line": 419,
          "column": 8
        },
        "end": {
          "line": 419,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 13579,
      "end": 13589,
      "loc": {
        "start": {
          "line": 419,
          "column": 17
        },
        "end": {
          "line": 419,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Buffer",
      "start": 13590,
      "end": 13596,
      "loc": {
        "start": {
          "line": 419,
          "column": 28
        },
        "end": {
          "line": 419,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13596,
      "end": 13597,
      "loc": {
        "start": {
          "line": 419,
          "column": 34
        },
        "end": {
          "line": 419,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13598,
      "end": 13599,
      "loc": {
        "start": {
          "line": 419,
          "column": 36
        },
        "end": {
          "line": 419,
          "column": 37
        }
      }
    },
    {
      "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": 13606,
      "end": 13612,
      "loc": {
        "start": {
          "line": 420,
          "column": 6
        },
        "end": {
          "line": 420,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawValue",
      "start": 13613,
      "end": 13621,
      "loc": {
        "start": {
          "line": 420,
          "column": 13
        },
        "end": {
          "line": 420,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13621,
      "end": 13622,
      "loc": {
        "start": {
          "line": 420,
          "column": 21
        },
        "end": {
          "line": 420,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13627,
      "end": 13628,
      "loc": {
        "start": {
          "line": 421,
          "column": 4
        },
        "end": {
          "line": 421,
          "column": 5
        }
      }
    },
    {
      "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": 13634,
      "end": 13639,
      "loc": {
        "start": {
          "line": 423,
          "column": 4
        },
        "end": {
          "line": 423,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stringify",
      "start": 13640,
      "end": 13649,
      "loc": {
        "start": {
          "line": 423,
          "column": 10
        },
        "end": {
          "line": 423,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13650,
      "end": 13651,
      "loc": {
        "start": {
          "line": 423,
          "column": 20
        },
        "end": {
          "line": 423,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13652,
      "end": 13653,
      "loc": {
        "start": {
          "line": 423,
          "column": 22
        },
        "end": {
          "line": 423,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 13653,
      "end": 13654,
      "loc": {
        "start": {
          "line": 423,
          "column": 23
        },
        "end": {
          "line": 423,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13654,
      "end": 13655,
      "loc": {
        "start": {
          "line": 423,
          "column": 24
        },
        "end": {
          "line": 423,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13656,
      "end": 13658,
      "loc": {
        "start": {
          "line": 423,
          "column": 26
        },
        "end": {
          "line": 423,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13659,
      "end": 13660,
      "loc": {
        "start": {
          "line": 423,
          "column": 29
        },
        "end": {
          "line": 423,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 13660,
      "end": 13661,
      "loc": {
        "start": {
          "line": 423,
          "column": 30
        },
        "end": {
          "line": 423,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13661,
      "end": 13662,
      "loc": {
        "start": {
          "line": 423,
          "column": 31
        },
        "end": {
          "line": 423,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toJSON",
      "start": 13662,
      "end": 13668,
      "loc": {
        "start": {
          "line": 423,
          "column": 32
        },
        "end": {
          "line": 423,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13669,
      "end": 13670,
      "loc": {
        "start": {
          "line": 423,
          "column": 39
        },
        "end": {
          "line": 423,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 13671,
      "end": 13672,
      "loc": {
        "start": {
          "line": 423,
          "column": 41
        },
        "end": {
          "line": 423,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13672,
      "end": 13673,
      "loc": {
        "start": {
          "line": 423,
          "column": 42
        },
        "end": {
          "line": 423,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toJSON",
      "start": 13673,
      "end": 13679,
      "loc": {
        "start": {
          "line": 423,
          "column": 43
        },
        "end": {
          "line": 423,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13679,
      "end": 13680,
      "loc": {
        "start": {
          "line": 423,
          "column": 49
        },
        "end": {
          "line": 423,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13680,
      "end": 13681,
      "loc": {
        "start": {
          "line": 423,
          "column": 50
        },
        "end": {
          "line": 423,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13682,
      "end": 13683,
      "loc": {
        "start": {
          "line": 423,
          "column": 52
        },
        "end": {
          "line": 423,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSON",
      "start": 13684,
      "end": 13688,
      "loc": {
        "start": {
          "line": 423,
          "column": 54
        },
        "end": {
          "line": 423,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13688,
      "end": 13689,
      "loc": {
        "start": {
          "line": 423,
          "column": 58
        },
        "end": {
          "line": 423,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stringify",
      "start": 13689,
      "end": 13698,
      "loc": {
        "start": {
          "line": 423,
          "column": 59
        },
        "end": {
          "line": 423,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13698,
      "end": 13699,
      "loc": {
        "start": {
          "line": 423,
          "column": 68
        },
        "end": {
          "line": 423,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 13699,
      "end": 13700,
      "loc": {
        "start": {
          "line": 423,
          "column": 69
        },
        "end": {
          "line": 423,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13700,
      "end": 13701,
      "loc": {
        "start": {
          "line": 423,
          "column": 70
        },
        "end": {
          "line": 423,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 13702,
      "end": 13706,
      "loc": {
        "start": {
          "line": 423,
          "column": 72
        },
        "end": {
          "line": 423,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13706,
      "end": 13707,
      "loc": {
        "start": {
          "line": 423,
          "column": 76
        },
        "end": {
          "line": 423,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "  ",
      "start": 13708,
      "end": 13712,
      "loc": {
        "start": {
          "line": 423,
          "column": 78
        },
        "end": {
          "line": 423,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13712,
      "end": 13713,
      "loc": {
        "start": {
          "line": 423,
          "column": 82
        },
        "end": {
          "line": 423,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13713,
      "end": 13714,
      "loc": {
        "start": {
          "line": 423,
          "column": 83
        },
        "end": {
          "line": 423,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13714,
      "end": 13715,
      "loc": {
        "start": {
          "line": 423,
          "column": 84
        },
        "end": {
          "line": 423,
          "column": 85
        }
      }
    },
    {
      "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": 13720,
      "end": 13725,
      "loc": {
        "start": {
          "line": 424,
          "column": 4
        },
        "end": {
          "line": 424,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stringified",
      "start": 13726,
      "end": 13737,
      "loc": {
        "start": {
          "line": 424,
          "column": 10
        },
        "end": {
          "line": 424,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13738,
      "end": 13739,
      "loc": {
        "start": {
          "line": 424,
          "column": 22
        },
        "end": {
          "line": 424,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 13746,
      "end": 13752,
      "loc": {
        "start": {
          "line": 425,
          "column": 6
        },
        "end": {
          "line": 425,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawValue",
      "start": 13753,
      "end": 13761,
      "loc": {
        "start": {
          "line": 425,
          "column": 13
        },
        "end": {
          "line": 425,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 13762,
      "end": 13765,
      "loc": {
        "start": {
          "line": 425,
          "column": 22
        },
        "end": {
          "line": 425,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "object",
      "start": 13766,
      "end": 13774,
      "loc": {
        "start": {
          "line": 425,
          "column": 26
        },
        "end": {
          "line": 425,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13775,
      "end": 13776,
      "loc": {
        "start": {
          "line": 425,
          "column": 35
        },
        "end": {
          "line": 425,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stringify",
      "start": 13777,
      "end": 13786,
      "loc": {
        "start": {
          "line": 425,
          "column": 37
        },
        "end": {
          "line": 425,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13786,
      "end": 13787,
      "loc": {
        "start": {
          "line": 425,
          "column": 46
        },
        "end": {
          "line": 425,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawValue",
      "start": 13787,
      "end": 13795,
      "loc": {
        "start": {
          "line": 425,
          "column": 47
        },
        "end": {
          "line": 425,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13795,
      "end": 13796,
      "loc": {
        "start": {
          "line": 425,
          "column": 55
        },
        "end": {
          "line": 425,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13797,
      "end": 13798,
      "loc": {
        "start": {
          "line": 425,
          "column": 57
        },
        "end": {
          "line": 425,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawValue",
      "start": 13799,
      "end": 13807,
      "loc": {
        "start": {
          "line": 425,
          "column": 59
        },
        "end": {
          "line": 425,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13807,
      "end": 13808,
      "loc": {
        "start": {
          "line": 425,
          "column": 67
        },
        "end": {
          "line": 425,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 13808,
      "end": 13816,
      "loc": {
        "start": {
          "line": 425,
          "column": 68
        },
        "end": {
          "line": 425,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13816,
      "end": 13817,
      "loc": {
        "start": {
          "line": 425,
          "column": 76
        },
        "end": {
          "line": 425,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13817,
      "end": 13818,
      "loc": {
        "start": {
          "line": 425,
          "column": 77
        },
        "end": {
          "line": 425,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13818,
      "end": 13819,
      "loc": {
        "start": {
          "line": 425,
          "column": 78
        },
        "end": {
          "line": 425,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "trim",
      "start": 13819,
      "end": 13823,
      "loc": {
        "start": {
          "line": 425,
          "column": 79
        },
        "end": {
          "line": 425,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13823,
      "end": 13824,
      "loc": {
        "start": {
          "line": 425,
          "column": 83
        },
        "end": {
          "line": 425,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13824,
      "end": 13825,
      "loc": {
        "start": {
          "line": 425,
          "column": 84
        },
        "end": {
          "line": 425,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13825,
      "end": 13826,
      "loc": {
        "start": {
          "line": 425,
          "column": 85
        },
        "end": {
          "line": 425,
          "column": 86
        }
      }
    },
    {
      "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": 13832,
      "end": 13838,
      "loc": {
        "start": {
          "line": 427,
          "column": 4
        },
        "end": {
          "line": 427,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Buffer",
      "start": 13839,
      "end": 13845,
      "loc": {
        "start": {
          "line": 427,
          "column": 11
        },
        "end": {
          "line": 427,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13845,
      "end": 13846,
      "loc": {
        "start": {
          "line": 427,
          "column": 17
        },
        "end": {
          "line": 427,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 13846,
      "end": 13850,
      "loc": {
        "start": {
          "line": 427,
          "column": 18
        },
        "end": {
          "line": 427,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13850,
      "end": 13851,
      "loc": {
        "start": {
          "line": 427,
          "column": 22
        },
        "end": {
          "line": 427,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stringified",
      "start": 13851,
      "end": 13862,
      "loc": {
        "start": {
          "line": 427,
          "column": 23
        },
        "end": {
          "line": 427,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13862,
      "end": 13863,
      "loc": {
        "start": {
          "line": 427,
          "column": 34
        },
        "end": {
          "line": 427,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13863,
      "end": 13864,
      "loc": {
        "start": {
          "line": 427,
          "column": 35
        },
        "end": {
          "line": 427,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13867,
      "end": 13868,
      "loc": {
        "start": {
          "line": 428,
          "column": 2
        },
        "end": {
          "line": 428,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Decodes a file's contents to a node's value.\n   * @param {Buffer} buffer The file contents to decode.\n   * @param {node-opcua~DataType} dataType The {@link node-opcua~DataType} to decode the contents.\n   * @param {node-opcua~VariantArrayType} arrayType The files array type.\n   * @return {?*} The decoded node value or null.\n   ",
      "start": 13872,
      "end": 14211,
      "loc": {
        "start": {
          "line": 430,
          "column": 2
        },
        "end": {
          "line": 436,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 14214,
      "end": 14220,
      "loc": {
        "start": {
          "line": 437,
          "column": 2
        },
        "end": {
          "line": 437,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeValue",
      "start": 14221,
      "end": 14232,
      "loc": {
        "start": {
          "line": 437,
          "column": 9
        },
        "end": {
          "line": 437,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14232,
      "end": 14233,
      "loc": {
        "start": {
          "line": 437,
          "column": 20
        },
        "end": {
          "line": 437,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "buffer",
      "start": 14233,
      "end": 14239,
      "loc": {
        "start": {
          "line": 437,
          "column": 21
        },
        "end": {
          "line": 437,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14239,
      "end": 14240,
      "loc": {
        "start": {
          "line": 437,
          "column": 27
        },
        "end": {
          "line": 437,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 14241,
      "end": 14249,
      "loc": {
        "start": {
          "line": 437,
          "column": 29
        },
        "end": {
          "line": 437,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14249,
      "end": 14250,
      "loc": {
        "start": {
          "line": 437,
          "column": 37
        },
        "end": {
          "line": 437,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 14251,
      "end": 14260,
      "loc": {
        "start": {
          "line": 437,
          "column": 39
        },
        "end": {
          "line": 437,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14260,
      "end": 14261,
      "loc": {
        "start": {
          "line": 437,
          "column": 48
        },
        "end": {
          "line": 437,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14262,
      "end": 14263,
      "loc": {
        "start": {
          "line": 437,
          "column": 50
        },
        "end": {
          "line": 437,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 14268,
      "end": 14270,
      "loc": {
        "start": {
          "line": 438,
          "column": 4
        },
        "end": {
          "line": 438,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14271,
      "end": 14272,
      "loc": {
        "start": {
          "line": 438,
          "column": 7
        },
        "end": {
          "line": 438,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "buffer",
      "start": 14272,
      "end": 14278,
      "loc": {
        "start": {
          "line": 438,
          "column": 8
        },
        "end": {
          "line": 438,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 14279,
      "end": 14282,
      "loc": {
        "start": {
          "line": 438,
          "column": 15
        },
        "end": {
          "line": 438,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 14283,
      "end": 14287,
      "loc": {
        "start": {
          "line": 438,
          "column": 19
        },
        "end": {
          "line": 438,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 14288,
      "end": 14290,
      "loc": {
        "start": {
          "line": 438,
          "column": 24
        },
        "end": {
          "line": 438,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "buffer",
      "start": 14291,
      "end": 14297,
      "loc": {
        "start": {
          "line": 438,
          "column": 27
        },
        "end": {
          "line": 438,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14297,
      "end": 14298,
      "loc": {
        "start": {
          "line": 438,
          "column": 33
        },
        "end": {
          "line": 438,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 14298,
      "end": 14304,
      "loc": {
        "start": {
          "line": 438,
          "column": 34
        },
        "end": {
          "line": 438,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 14305,
      "end": 14308,
      "loc": {
        "start": {
          "line": 438,
          "column": 41
        },
        "end": {
          "line": 438,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 14309,
      "end": 14310,
      "loc": {
        "start": {
          "line": 438,
          "column": 45
        },
        "end": {
          "line": 438,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14310,
      "end": 14311,
      "loc": {
        "start": {
          "line": 438,
          "column": 46
        },
        "end": {
          "line": 438,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14312,
      "end": 14313,
      "loc": {
        "start": {
          "line": 438,
          "column": 48
        },
        "end": {
          "line": 438,
          "column": 49
        }
      }
    },
    {
      "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": 14320,
      "end": 14326,
      "loc": {
        "start": {
          "line": 439,
          "column": 6
        },
        "end": {
          "line": 439,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 14327,
      "end": 14331,
      "loc": {
        "start": {
          "line": 439,
          "column": 13
        },
        "end": {
          "line": 439,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14331,
      "end": 14332,
      "loc": {
        "start": {
          "line": 439,
          "column": 17
        },
        "end": {
          "line": 439,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14337,
      "end": 14338,
      "loc": {
        "start": {
          "line": 440,
          "column": 4
        },
        "end": {
          "line": 440,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 14344,
      "end": 14346,
      "loc": {
        "start": {
          "line": 442,
          "column": 4
        },
        "end": {
          "line": 442,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14347,
      "end": 14348,
      "loc": {
        "start": {
          "line": 442,
          "column": 7
        },
        "end": {
          "line": 442,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 14348,
      "end": 14356,
      "loc": {
        "start": {
          "line": 442,
          "column": 8
        },
        "end": {
          "line": 442,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 14357,
      "end": 14360,
      "loc": {
        "start": {
          "line": 442,
          "column": 17
        },
        "end": {
          "line": 442,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 14361,
      "end": 14369,
      "loc": {
        "start": {
          "line": 442,
          "column": 21
        },
        "end": {
          "line": 442,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14369,
      "end": 14370,
      "loc": {
        "start": {
          "line": 442,
          "column": 29
        },
        "end": {
          "line": 442,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ByteString",
      "start": 14370,
      "end": 14380,
      "loc": {
        "start": {
          "line": 442,
          "column": 30
        },
        "end": {
          "line": 442,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 14381,
      "end": 14383,
      "loc": {
        "start": {
          "line": 442,
          "column": 41
        },
        "end": {
          "line": 442,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 14384,
      "end": 14393,
      "loc": {
        "start": {
          "line": 442,
          "column": 44
        },
        "end": {
          "line": 442,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 14394,
      "end": 14397,
      "loc": {
        "start": {
          "line": 442,
          "column": 54
        },
        "end": {
          "line": 442,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "VariantArrayType",
      "start": 14398,
      "end": 14414,
      "loc": {
        "start": {
          "line": 442,
          "column": 58
        },
        "end": {
          "line": 442,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14414,
      "end": 14415,
      "loc": {
        "start": {
          "line": 442,
          "column": 74
        },
        "end": {
          "line": 442,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Scalar",
      "start": 14415,
      "end": 14421,
      "loc": {
        "start": {
          "line": 442,
          "column": 75
        },
        "end": {
          "line": 442,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14421,
      "end": 14422,
      "loc": {
        "start": {
          "line": 442,
          "column": 81
        },
        "end": {
          "line": 442,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14423,
      "end": 14424,
      "loc": {
        "start": {
          "line": 442,
          "column": 83
        },
        "end": {
          "line": 442,
          "column": 84
        }
      }
    },
    {
      "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": 14431,
      "end": 14437,
      "loc": {
        "start": {
          "line": 443,
          "column": 6
        },
        "end": {
          "line": 443,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "buffer",
      "start": 14438,
      "end": 14444,
      "loc": {
        "start": {
          "line": 443,
          "column": 13
        },
        "end": {
          "line": 443,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14444,
      "end": 14445,
      "loc": {
        "start": {
          "line": 443,
          "column": 19
        },
        "end": {
          "line": 443,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14450,
      "end": 14451,
      "loc": {
        "start": {
          "line": 444,
          "column": 4
        },
        "end": {
          "line": 444,
          "column": 5
        }
      }
    },
    {
      "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": 14457,
      "end": 14462,
      "loc": {
        "start": {
          "line": 446,
          "column": 4
        },
        "end": {
          "line": 446,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawValue",
      "start": 14463,
      "end": 14471,
      "loc": {
        "start": {
          "line": 446,
          "column": 10
        },
        "end": {
          "line": 446,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14472,
      "end": 14473,
      "loc": {
        "start": {
          "line": 446,
          "column": 19
        },
        "end": {
          "line": 446,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 14480,
      "end": 14489,
      "loc": {
        "start": {
          "line": 447,
          "column": 6
        },
        "end": {
          "line": 447,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 14490,
      "end": 14493,
      "loc": {
        "start": {
          "line": 447,
          "column": 16
        },
        "end": {
          "line": 447,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "VariantArrayType",
      "start": 14494,
      "end": 14510,
      "loc": {
        "start": {
          "line": 447,
          "column": 20
        },
        "end": {
          "line": 447,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14510,
      "end": 14511,
      "loc": {
        "start": {
          "line": 447,
          "column": 36
        },
        "end": {
          "line": 447,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Scalar",
      "start": 14511,
      "end": 14517,
      "loc": {
        "start": {
          "line": 447,
          "column": 37
        },
        "end": {
          "line": 447,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14526,
      "end": 14527,
      "loc": {
        "start": {
          "line": 448,
          "column": 8
        },
        "end": {
          "line": 448,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14528,
      "end": 14529,
      "loc": {
        "start": {
          "line": 448,
          "column": 10
        },
        "end": {
          "line": 448,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeRawValue",
      "start": 14529,
      "end": 14543,
      "loc": {
        "start": {
          "line": 448,
          "column": 11
        },
        "end": {
          "line": 448,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14543,
      "end": 14544,
      "loc": {
        "start": {
          "line": 448,
          "column": 25
        },
        "end": {
          "line": 448,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 14544,
      "end": 14552,
      "loc": {
        "start": {
          "line": 448,
          "column": 26
        },
        "end": {
          "line": 448,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14552,
      "end": 14553,
      "loc": {
        "start": {
          "line": 448,
          "column": 34
        },
        "end": {
          "line": 448,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 14554,
      "end": 14556,
      "loc": {
        "start": {
          "line": 448,
          "column": 36
        },
        "end": {
          "line": 448,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "asIs",
      "start": 14557,
      "end": 14561,
      "loc": {
        "start": {
          "line": 448,
          "column": 39
        },
        "end": {
          "line": 448,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14561,
      "end": 14562,
      "loc": {
        "start": {
          "line": 448,
          "column": 43
        },
        "end": {
          "line": 448,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14562,
      "end": 14563,
      "loc": {
        "start": {
          "line": 448,
          "column": 44
        },
        "end": {
          "line": 448,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "buffer",
      "start": 14563,
      "end": 14569,
      "loc": {
        "start": {
          "line": 448,
          "column": 45
        },
        "end": {
          "line": 448,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14569,
      "end": 14570,
      "loc": {
        "start": {
          "line": 448,
          "column": 51
        },
        "end": {
          "line": 448,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14579,
      "end": 14580,
      "loc": {
        "start": {
          "line": 449,
          "column": 8
        },
        "end": {
          "line": 449,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSON",
      "start": 14581,
      "end": 14585,
      "loc": {
        "start": {
          "line": 449,
          "column": 10
        },
        "end": {
          "line": 449,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14585,
      "end": 14586,
      "loc": {
        "start": {
          "line": 449,
          "column": 14
        },
        "end": {
          "line": 449,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 14586,
      "end": 14591,
      "loc": {
        "start": {
          "line": 449,
          "column": 15
        },
        "end": {
          "line": 449,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14591,
      "end": 14592,
      "loc": {
        "start": {
          "line": 449,
          "column": 20
        },
        "end": {
          "line": 449,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "buffer",
      "start": 14592,
      "end": 14598,
      "loc": {
        "start": {
          "line": 449,
          "column": 21
        },
        "end": {
          "line": 449,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14598,
      "end": 14599,
      "loc": {
        "start": {
          "line": 449,
          "column": 27
        },
        "end": {
          "line": 449,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 14599,
      "end": 14607,
      "loc": {
        "start": {
          "line": 449,
          "column": 28
        },
        "end": {
          "line": 449,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14607,
      "end": 14608,
      "loc": {
        "start": {
          "line": 449,
          "column": 36
        },
        "end": {
          "line": 449,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14608,
      "end": 14609,
      "loc": {
        "start": {
          "line": 449,
          "column": 37
        },
        "end": {
          "line": 449,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14609,
      "end": 14610,
      "loc": {
        "start": {
          "line": 449,
          "column": 38
        },
        "end": {
          "line": 449,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14610,
      "end": 14611,
      "loc": {
        "start": {
          "line": 449,
          "column": 39
        },
        "end": {
          "line": 449,
          "column": 40
        }
      }
    },
    {
      "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": 14617,
      "end": 14623,
      "loc": {
        "start": {
          "line": 451,
          "column": 4
        },
        "end": {
          "line": 451,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getNodeValue",
      "start": 14624,
      "end": 14636,
      "loc": {
        "start": {
          "line": 451,
          "column": 11
        },
        "end": {
          "line": 451,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14636,
      "end": 14637,
      "loc": {
        "start": {
          "line": 451,
          "column": 23
        },
        "end": {
          "line": 451,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawValue",
      "start": 14637,
      "end": 14645,
      "loc": {
        "start": {
          "line": 451,
          "column": 24
        },
        "end": {
          "line": 451,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14645,
      "end": 14646,
      "loc": {
        "start": {
          "line": 451,
          "column": 32
        },
        "end": {
          "line": 451,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 14647,
      "end": 14655,
      "loc": {
        "start": {
          "line": 451,
          "column": 34
        },
        "end": {
          "line": 451,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14655,
      "end": 14656,
      "loc": {
        "start": {
          "line": 451,
          "column": 42
        },
        "end": {
          "line": 451,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 14657,
      "end": 14666,
      "loc": {
        "start": {
          "line": 451,
          "column": 44
        },
        "end": {
          "line": 451,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14666,
      "end": 14667,
      "loc": {
        "start": {
          "line": 451,
          "column": 53
        },
        "end": {
          "line": 451,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14667,
      "end": 14668,
      "loc": {
        "start": {
          "line": 451,
          "column": 54
        },
        "end": {
          "line": 451,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14671,
      "end": 14672,
      "loc": {
        "start": {
          "line": 452,
          "column": 2
        },
        "end": {
          "line": 452,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * As file mtimes do not support millisecond resolution these must be removed before storing\n   * files.\n   * @param {Date} date The original mtime.\n   * @return {Date} The normalized mtime.\n   ",
      "start": 14676,
      "end": 14878,
      "loc": {
        "start": {
          "line": 454,
          "column": 2
        },
        "end": {
          "line": 459,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 14881,
      "end": 14887,
      "loc": {
        "start": {
          "line": 460,
          "column": 2
        },
        "end": {
          "line": 460,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalizeMtime",
      "start": 14888,
      "end": 14902,
      "loc": {
        "start": {
          "line": 460,
          "column": 9
        },
        "end": {
          "line": 460,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14902,
      "end": 14903,
      "loc": {
        "start": {
          "line": 460,
          "column": 23
        },
        "end": {
          "line": 460,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "date",
      "start": 14903,
      "end": 14907,
      "loc": {
        "start": {
          "line": 460,
          "column": 24
        },
        "end": {
          "line": 460,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14907,
      "end": 14908,
      "loc": {
        "start": {
          "line": 460,
          "column": 28
        },
        "end": {
          "line": 460,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14909,
      "end": 14910,
      "loc": {
        "start": {
          "line": 460,
          "column": 30
        },
        "end": {
          "line": 460,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "date",
      "start": 14915,
      "end": 14919,
      "loc": {
        "start": {
          "line": 461,
          "column": 4
        },
        "end": {
          "line": 461,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14919,
      "end": 14920,
      "loc": {
        "start": {
          "line": 461,
          "column": 8
        },
        "end": {
          "line": 461,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setMilliseconds",
      "start": 14920,
      "end": 14935,
      "loc": {
        "start": {
          "line": 461,
          "column": 9
        },
        "end": {
          "line": 461,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14935,
      "end": 14936,
      "loc": {
        "start": {
          "line": 461,
          "column": 24
        },
        "end": {
          "line": 461,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 14936,
      "end": 14937,
      "loc": {
        "start": {
          "line": 461,
          "column": 25
        },
        "end": {
          "line": 461,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14937,
      "end": 14938,
      "loc": {
        "start": {
          "line": 461,
          "column": 26
        },
        "end": {
          "line": 461,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14938,
      "end": 14939,
      "loc": {
        "start": {
          "line": 461,
          "column": 27
        },
        "end": {
          "line": 461,
          "column": 28
        }
      }
    },
    {
      "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": 14945,
      "end": 14951,
      "loc": {
        "start": {
          "line": 463,
          "column": 4
        },
        "end": {
          "line": 463,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "date",
      "start": 14952,
      "end": 14956,
      "loc": {
        "start": {
          "line": 463,
          "column": 11
        },
        "end": {
          "line": 463,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14956,
      "end": 14957,
      "loc": {
        "start": {
          "line": 463,
          "column": 15
        },
        "end": {
          "line": 463,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14960,
      "end": 14961,
      "loc": {
        "start": {
          "line": 464,
          "column": 2
        },
        "end": {
          "line": 464,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates a new {@link AtviseFile} for the given {@link ReadStream.ReadResult}.\n   * @param {ReadStream.ReadResult} readResult The read result to create the file for.\n   * @return {AtviseFile} The resulting file.\n   ",
      "start": 14965,
      "end": 15190,
      "loc": {
        "start": {
          "line": 466,
          "column": 2
        },
        "end": {
          "line": 470,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 15193,
      "end": 15199,
      "loc": {
        "start": {
          "line": 471,
          "column": 2
        },
        "end": {
          "line": 471,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromReadResult",
      "start": 15200,
      "end": 15214,
      "loc": {
        "start": {
          "line": 471,
          "column": 9
        },
        "end": {
          "line": 471,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15214,
      "end": 15215,
      "loc": {
        "start": {
          "line": 471,
          "column": 23
        },
        "end": {
          "line": 471,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "readResult",
      "start": 15215,
      "end": 15225,
      "loc": {
        "start": {
          "line": 471,
          "column": 24
        },
        "end": {
          "line": 471,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15225,
      "end": 15226,
      "loc": {
        "start": {
          "line": 471,
          "column": 34
        },
        "end": {
          "line": 471,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15227,
      "end": 15228,
      "loc": {
        "start": {
          "line": 471,
          "column": 36
        },
        "end": {
          "line": 471,
          "column": 37
        }
      }
    },
    {
      "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": 15233,
      "end": 15238,
      "loc": {
        "start": {
          "line": 472,
          "column": 4
        },
        "end": {
          "line": 472,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15239,
      "end": 15240,
      "loc": {
        "start": {
          "line": 472,
          "column": 10
        },
        "end": {
          "line": 472,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeClass",
      "start": 15241,
      "end": 15250,
      "loc": {
        "start": {
          "line": 472,
          "column": 12
        },
        "end": {
          "line": 472,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15250,
      "end": 15251,
      "loc": {
        "start": {
          "line": 472,
          "column": 21
        },
        "end": {
          "line": 472,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 15252,
      "end": 15262,
      "loc": {
        "start": {
          "line": 472,
          "column": 23
        },
        "end": {
          "line": 472,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15262,
      "end": 15263,
      "loc": {
        "start": {
          "line": 472,
          "column": 33
        },
        "end": {
          "line": 472,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15264,
      "end": 15269,
      "loc": {
        "start": {
          "line": 472,
          "column": 35
        },
        "end": {
          "line": 472,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15269,
      "end": 15270,
      "loc": {
        "start": {
          "line": 472,
          "column": 40
        },
        "end": {
          "line": 472,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mtime",
      "start": 15271,
      "end": 15276,
      "loc": {
        "start": {
          "line": 472,
          "column": 42
        },
        "end": {
          "line": 472,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15277,
      "end": 15278,
      "loc": {
        "start": {
          "line": 472,
          "column": 48
        },
        "end": {
          "line": 472,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15279,
      "end": 15280,
      "loc": {
        "start": {
          "line": 472,
          "column": 50
        },
        "end": {
          "line": 472,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "readResult",
      "start": 15281,
      "end": 15291,
      "loc": {
        "start": {
          "line": 472,
          "column": 52
        },
        "end": {
          "line": 472,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15291,
      "end": 15292,
      "loc": {
        "start": {
          "line": 472,
          "column": 62
        },
        "end": {
          "line": 472,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15298,
      "end": 15300,
      "loc": {
        "start": {
          "line": 474,
          "column": 4
        },
        "end": {
          "line": 474,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15301,
      "end": 15302,
      "loc": {
        "start": {
          "line": 474,
          "column": 7
        },
        "end": {
          "line": 474,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeClass",
      "start": 15302,
      "end": 15311,
      "loc": {
        "start": {
          "line": 474,
          "column": 8
        },
        "end": {
          "line": 474,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15311,
      "end": 15312,
      "loc": {
        "start": {
          "line": 474,
          "column": 17
        },
        "end": {
          "line": 474,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15312,
      "end": 15317,
      "loc": {
        "start": {
          "line": 474,
          "column": 18
        },
        "end": {
          "line": 474,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 15318,
      "end": 15321,
      "loc": {
        "start": {
          "line": 474,
          "column": 24
        },
        "end": {
          "line": 474,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeClass",
      "start": 15322,
      "end": 15331,
      "loc": {
        "start": {
          "line": 474,
          "column": 28
        },
        "end": {
          "line": 474,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15331,
      "end": 15332,
      "loc": {
        "start": {
          "line": 474,
          "column": 37
        },
        "end": {
          "line": 474,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Variable",
      "start": 15332,
      "end": 15340,
      "loc": {
        "start": {
          "line": 474,
          "column": 38
        },
        "end": {
          "line": 474,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15340,
      "end": 15341,
      "loc": {
        "start": {
          "line": 474,
          "column": 46
        },
        "end": {
          "line": 474,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15341,
      "end": 15346,
      "loc": {
        "start": {
          "line": 474,
          "column": 47
        },
        "end": {
          "line": 474,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 15347,
      "end": 15349,
      "loc": {
        "start": {
          "line": 474,
          "column": 53
        },
        "end": {
          "line": 474,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 15350,
      "end": 15351,
      "loc": {
        "start": {
          "line": 474,
          "column": 56
        },
        "end": {
          "line": 474,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15351,
      "end": 15356,
      "loc": {
        "start": {
          "line": 474,
          "column": 57
        },
        "end": {
          "line": 474,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15356,
      "end": 15357,
      "loc": {
        "start": {
          "line": 474,
          "column": 62
        },
        "end": {
          "line": 474,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15358,
      "end": 15359,
      "loc": {
        "start": {
          "line": 474,
          "column": 64
        },
        "end": {
          "line": 474,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 15366,
      "end": 15371,
      "loc": {
        "start": {
          "line": 475,
          "column": 6
        },
        "end": {
          "line": 475,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 15372,
      "end": 15375,
      "loc": {
        "start": {
          "line": 475,
          "column": 12
        },
        "end": {
          "line": 475,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 15376,
      "end": 15381,
      "loc": {
        "start": {
          "line": 475,
          "column": 16
        },
        "end": {
          "line": 475,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15381,
      "end": 15382,
      "loc": {
        "start": {
          "line": 475,
          "column": 21
        },
        "end": {
          "line": 475,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "no value",
      "start": 15382,
      "end": 15392,
      "loc": {
        "start": {
          "line": 475,
          "column": 22
        },
        "end": {
          "line": 475,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15392,
      "end": 15393,
      "loc": {
        "start": {
          "line": 475,
          "column": 32
        },
        "end": {
          "line": 475,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15393,
      "end": 15394,
      "loc": {
        "start": {
          "line": 475,
          "column": 33
        },
        "end": {
          "line": 475,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15399,
      "end": 15400,
      "loc": {
        "start": {
          "line": 476,
          "column": 4
        },
        "end": {
          "line": 476,
          "column": 5
        }
      }
    },
    {
      "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": 15406,
      "end": 15412,
      "loc": {
        "start": {
          "line": 478,
          "column": 4
        },
        "end": {
          "line": 478,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 15413,
      "end": 15416,
      "loc": {
        "start": {
          "line": 478,
          "column": 11
        },
        "end": {
          "line": 478,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseFile",
      "start": 15417,
      "end": 15427,
      "loc": {
        "start": {
          "line": 478,
          "column": 15
        },
        "end": {
          "line": 478,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15427,
      "end": 15428,
      "loc": {
        "start": {
          "line": 478,
          "column": 25
        },
        "end": {
          "line": 478,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15428,
      "end": 15429,
      "loc": {
        "start": {
          "line": 478,
          "column": 26
        },
        "end": {
          "line": 478,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 15436,
      "end": 15440,
      "loc": {
        "start": {
          "line": 479,
          "column": 6
        },
        "end": {
          "line": 479,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15440,
      "end": 15441,
      "loc": {
        "start": {
          "line": 479,
          "column": 10
        },
        "end": {
          "line": 479,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseFile",
      "start": 15442,
      "end": 15452,
      "loc": {
        "start": {
          "line": 479,
          "column": 12
        },
        "end": {
          "line": 479,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15452,
      "end": 15453,
      "loc": {
        "start": {
          "line": 479,
          "column": 22
        },
        "end": {
          "line": 479,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pathForReadResult",
      "start": 15453,
      "end": 15470,
      "loc": {
        "start": {
          "line": 479,
          "column": 23
        },
        "end": {
          "line": 479,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15470,
      "end": 15471,
      "loc": {
        "start": {
          "line": 479,
          "column": 40
        },
        "end": {
          "line": 479,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "readResult",
      "start": 15471,
      "end": 15481,
      "loc": {
        "start": {
          "line": 479,
          "column": 41
        },
        "end": {
          "line": 479,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15481,
      "end": 15482,
      "loc": {
        "start": {
          "line": 479,
          "column": 51
        },
        "end": {
          "line": 479,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15482,
      "end": 15483,
      "loc": {
        "start": {
          "line": 479,
          "column": 52
        },
        "end": {
          "line": 479,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "contents",
      "start": 15490,
      "end": 15498,
      "loc": {
        "start": {
          "line": 480,
          "column": 6
        },
        "end": {
          "line": 480,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15498,
      "end": 15499,
      "loc": {
        "start": {
          "line": 480,
          "column": 14
        },
        "end": {
          "line": 480,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15500,
      "end": 15505,
      "loc": {
        "start": {
          "line": 480,
          "column": 16
        },
        "end": {
          "line": 480,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15514,
      "end": 15515,
      "loc": {
        "start": {
          "line": 481,
          "column": 8
        },
        "end": {
          "line": 481,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseFile",
      "start": 15516,
      "end": 15526,
      "loc": {
        "start": {
          "line": 481,
          "column": 10
        },
        "end": {
          "line": 481,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15526,
      "end": 15527,
      "loc": {
        "start": {
          "line": 481,
          "column": 20
        },
        "end": {
          "line": 481,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "encodeValue",
      "start": 15527,
      "end": 15538,
      "loc": {
        "start": {
          "line": 481,
          "column": 21
        },
        "end": {
          "line": 481,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15538,
      "end": 15539,
      "loc": {
        "start": {
          "line": 481,
          "column": 32
        },
        "end": {
          "line": 481,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15539,
      "end": 15544,
      "loc": {
        "start": {
          "line": 481,
          "column": 33
        },
        "end": {
          "line": 481,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15544,
      "end": 15545,
      "loc": {
        "start": {
          "line": 481,
          "column": 38
        },
        "end": {
          "line": 481,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15546,
      "end": 15551,
      "loc": {
        "start": {
          "line": 481,
          "column": 40
        },
        "end": {
          "line": 481,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15551,
      "end": 15552,
      "loc": {
        "start": {
          "line": 481,
          "column": 45
        },
        "end": {
          "line": 481,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$dataType",
      "start": 15552,
      "end": 15561,
      "loc": {
        "start": {
          "line": 481,
          "column": 46
        },
        "end": {
          "line": 481,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15561,
      "end": 15562,
      "loc": {
        "start": {
          "line": 481,
          "column": 55
        },
        "end": {
          "line": 481,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15563,
      "end": 15568,
      "loc": {
        "start": {
          "line": 481,
          "column": 57
        },
        "end": {
          "line": 481,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15568,
      "end": 15569,
      "loc": {
        "start": {
          "line": 481,
          "column": 62
        },
        "end": {
          "line": 481,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$arrayType",
      "start": 15569,
      "end": 15579,
      "loc": {
        "start": {
          "line": 481,
          "column": 63
        },
        "end": {
          "line": 481,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15579,
      "end": 15580,
      "loc": {
        "start": {
          "line": 481,
          "column": 73
        },
        "end": {
          "line": 481,
          "column": 74
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Variables",
      "start": 15581,
      "end": 15593,
      "loc": {
        "start": {
          "line": 481,
          "column": 75
        },
        "end": {
          "line": 481,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15602,
      "end": 15603,
      "loc": {
        "start": {
          "line": 482,
          "column": 8
        },
        "end": {
          "line": 482,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Buffer",
      "start": 15604,
      "end": 15610,
      "loc": {
        "start": {
          "line": 482,
          "column": 10
        },
        "end": {
          "line": 482,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15610,
      "end": 15611,
      "loc": {
        "start": {
          "line": 482,
          "column": 16
        },
        "end": {
          "line": 482,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 15611,
      "end": 15615,
      "loc": {
        "start": {
          "line": 482,
          "column": 17
        },
        "end": {
          "line": 482,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15615,
      "end": 15616,
      "loc": {
        "start": {
          "line": 482,
          "column": 21
        },
        "end": {
          "line": 482,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSON",
      "start": 15629,
      "end": 15633,
      "loc": {
        "start": {
          "line": 483,
          "column": 12
        },
        "end": {
          "line": 483,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15633,
      "end": 15634,
      "loc": {
        "start": {
          "line": 483,
          "column": 16
        },
        "end": {
          "line": 483,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stringify",
      "start": 15634,
      "end": 15643,
      "loc": {
        "start": {
          "line": 483,
          "column": 17
        },
        "end": {
          "line": 483,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15643,
      "end": 15644,
      "loc": {
        "start": {
          "line": 483,
          "column": 26
        },
        "end": {
          "line": 483,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15659,
      "end": 15660,
      "loc": {
        "start": {
          "line": 484,
          "column": 14
        },
        "end": {
          "line": 484,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 15677,
      "end": 15687,
      "loc": {
        "start": {
          "line": 485,
          "column": 16
        },
        "end": {
          "line": 485,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15687,
      "end": 15688,
      "loc": {
        "start": {
          "line": 485,
          "column": 26
        },
        "end": {
          "line": 485,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sortReferences",
      "start": 15689,
      "end": 15703,
      "loc": {
        "start": {
          "line": 485,
          "column": 28
        },
        "end": {
          "line": 485,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15703,
      "end": 15704,
      "loc": {
        "start": {
          "line": 485,
          "column": 42
        },
        "end": {
          "line": 485,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 15704,
      "end": 15714,
      "loc": {
        "start": {
          "line": 485,
          "column": 43
        },
        "end": {
          "line": 485,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15714,
      "end": 15715,
      "loc": {
        "start": {
          "line": 485,
          "column": 53
        },
        "end": {
          "line": 485,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15715,
      "end": 15716,
      "loc": {
        "start": {
          "line": 485,
          "column": 54
        },
        "end": {
          "line": 485,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15731,
      "end": 15732,
      "loc": {
        "start": {
          "line": 486,
          "column": 14
        },
        "end": {
          "line": 486,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15732,
      "end": 15733,
      "loc": {
        "start": {
          "line": 486,
          "column": 15
        },
        "end": {
          "line": 486,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 15748,
      "end": 15752,
      "loc": {
        "start": {
          "line": 487,
          "column": 14
        },
        "end": {
          "line": 487,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15752,
      "end": 15753,
      "loc": {
        "start": {
          "line": 487,
          "column": 18
        },
        "end": {
          "line": 487,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "  ",
      "start": 15768,
      "end": 15772,
      "loc": {
        "start": {
          "line": 488,
          "column": 14
        },
        "end": {
          "line": 488,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15785,
      "end": 15786,
      "loc": {
        "start": {
          "line": 489,
          "column": 12
        },
        "end": {
          "line": 489,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15797,
      "end": 15798,
      "loc": {
        "start": {
          "line": 490,
          "column": 10
        },
        "end": {
          "line": 490,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15798,
      "end": 15799,
      "loc": {
        "start": {
          "line": 490,
          "column": 11
        },
        "end": {
          "line": 490,
          "column": 12
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Objects, types, ...",
      "start": 15800,
      "end": 15822,
      "loc": {
        "start": {
          "line": 490,
          "column": 13
        },
        "end": {
          "line": 490,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_nodeClass",
      "start": 15829,
      "end": 15839,
      "loc": {
        "start": {
          "line": 491,
          "column": 6
        },
        "end": {
          "line": 491,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15839,
      "end": 15840,
      "loc": {
        "start": {
          "line": 491,
          "column": 16
        },
        "end": {
          "line": 491,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeClass",
      "start": 15841,
      "end": 15850,
      "loc": {
        "start": {
          "line": 491,
          "column": 18
        },
        "end": {
          "line": 491,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15850,
      "end": 15851,
      "loc": {
        "start": {
          "line": 491,
          "column": 27
        },
        "end": {
          "line": 491,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dataType",
      "start": 15858,
      "end": 15867,
      "loc": {
        "start": {
          "line": 492,
          "column": 6
        },
        "end": {
          "line": 492,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15867,
      "end": 15868,
      "loc": {
        "start": {
          "line": 492,
          "column": 15
        },
        "end": {
          "line": 492,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15869,
      "end": 15874,
      "loc": {
        "start": {
          "line": 492,
          "column": 17
        },
        "end": {
          "line": 492,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 15875,
      "end": 15877,
      "loc": {
        "start": {
          "line": 492,
          "column": 23
        },
        "end": {
          "line": 492,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15878,
      "end": 15883,
      "loc": {
        "start": {
          "line": 492,
          "column": 26
        },
        "end": {
          "line": 492,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15883,
      "end": 15884,
      "loc": {
        "start": {
          "line": 492,
          "column": 31
        },
        "end": {
          "line": 492,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$dataType",
      "start": 15884,
      "end": 15893,
      "loc": {
        "start": {
          "line": 492,
          "column": 32
        },
        "end": {
          "line": 492,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15893,
      "end": 15894,
      "loc": {
        "start": {
          "line": 492,
          "column": 41
        },
        "end": {
          "line": 492,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_arrayType",
      "start": 15901,
      "end": 15911,
      "loc": {
        "start": {
          "line": 493,
          "column": 6
        },
        "end": {
          "line": 493,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15911,
      "end": 15912,
      "loc": {
        "start": {
          "line": 493,
          "column": 16
        },
        "end": {
          "line": 493,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15913,
      "end": 15918,
      "loc": {
        "start": {
          "line": 493,
          "column": 18
        },
        "end": {
          "line": 493,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 15919,
      "end": 15921,
      "loc": {
        "start": {
          "line": 493,
          "column": 24
        },
        "end": {
          "line": 493,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15922,
      "end": 15927,
      "loc": {
        "start": {
          "line": 493,
          "column": 27
        },
        "end": {
          "line": 493,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15927,
      "end": 15928,
      "loc": {
        "start": {
          "line": 493,
          "column": 32
        },
        "end": {
          "line": 493,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$arrayType",
      "start": 15928,
      "end": 15938,
      "loc": {
        "start": {
          "line": 493,
          "column": 33
        },
        "end": {
          "line": 493,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15938,
      "end": 15939,
      "loc": {
        "start": {
          "line": 493,
          "column": 43
        },
        "end": {
          "line": 493,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_references",
      "start": 15946,
      "end": 15957,
      "loc": {
        "start": {
          "line": 494,
          "column": 6
        },
        "end": {
          "line": 494,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15957,
      "end": 15958,
      "loc": {
        "start": {
          "line": 494,
          "column": 17
        },
        "end": {
          "line": 494,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 15959,
      "end": 15969,
      "loc": {
        "start": {
          "line": 494,
          "column": 19
        },
        "end": {
          "line": 494,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15969,
      "end": 15970,
      "loc": {
        "start": {
          "line": 494,
          "column": 29
        },
        "end": {
          "line": 494,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stat",
      "start": 15977,
      "end": 15981,
      "loc": {
        "start": {
          "line": 495,
          "column": 6
        },
        "end": {
          "line": 495,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15981,
      "end": 15982,
      "loc": {
        "start": {
          "line": 495,
          "column": 10
        },
        "end": {
          "line": 495,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15983,
      "end": 15984,
      "loc": {
        "start": {
          "line": 495,
          "column": 12
        },
        "end": {
          "line": 495,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mtime",
      "start": 15985,
      "end": 15990,
      "loc": {
        "start": {
          "line": 495,
          "column": 14
        },
        "end": {
          "line": 495,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15990,
      "end": 15991,
      "loc": {
        "start": {
          "line": 495,
          "column": 19
        },
        "end": {
          "line": 495,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mtime",
      "start": 15992,
      "end": 15997,
      "loc": {
        "start": {
          "line": 495,
          "column": 21
        },
        "end": {
          "line": 495,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15998,
      "end": 15999,
      "loc": {
        "start": {
          "line": 495,
          "column": 27
        },
        "end": {
          "line": 495,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 16000,
      "end": 16004,
      "loc": {
        "start": {
          "line": 495,
          "column": 29
        },
        "end": {
          "line": 495,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16004,
      "end": 16005,
      "loc": {
        "start": {
          "line": 495,
          "column": 33
        },
        "end": {
          "line": 495,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalizeMtime",
      "start": 16005,
      "end": 16019,
      "loc": {
        "start": {
          "line": 495,
          "column": 34
        },
        "end": {
          "line": 495,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16019,
      "end": 16020,
      "loc": {
        "start": {
          "line": 495,
          "column": 48
        },
        "end": {
          "line": 495,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mtime",
      "start": 16020,
      "end": 16025,
      "loc": {
        "start": {
          "line": 495,
          "column": 49
        },
        "end": {
          "line": 495,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16025,
      "end": 16026,
      "loc": {
        "start": {
          "line": 495,
          "column": 54
        },
        "end": {
          "line": 495,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16027,
      "end": 16028,
      "loc": {
        "start": {
          "line": 495,
          "column": 56
        },
        "end": {
          "line": 495,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 16029,
      "end": 16038,
      "loc": {
        "start": {
          "line": 495,
          "column": 58
        },
        "end": {
          "line": 495,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16039,
      "end": 16040,
      "loc": {
        "start": {
          "line": 495,
          "column": 68
        },
        "end": {
          "line": 495,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16040,
      "end": 16041,
      "loc": {
        "start": {
          "line": 495,
          "column": 69
        },
        "end": {
          "line": 495,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16046,
      "end": 16047,
      "loc": {
        "start": {
          "line": 496,
          "column": 4
        },
        "end": {
          "line": 496,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16047,
      "end": 16048,
      "loc": {
        "start": {
          "line": 496,
          "column": 5
        },
        "end": {
          "line": 496,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16048,
      "end": 16049,
      "loc": {
        "start": {
          "line": 496,
          "column": 6
        },
        "end": {
          "line": 496,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16052,
      "end": 16053,
      "loc": {
        "start": {
          "line": 497,
          "column": 2
        },
        "end": {
          "line": 497,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Recalculates {@link AtviseFile#dataType}, {@link AtviseFile#arrayType} and\n   * {@link AtviseFile#typeDefinition}. **Never call this method directly.**.\n   ",
      "start": 16057,
      "end": 16224,
      "loc": {
        "start": {
          "line": 499,
          "column": 2
        },
        "end": {
          "line": 502,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getMetadata",
      "start": 16227,
      "end": 16239,
      "loc": {
        "start": {
          "line": 503,
          "column": 2
        },
        "end": {
          "line": 503,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16239,
      "end": 16240,
      "loc": {
        "start": {
          "line": 503,
          "column": 14
        },
        "end": {
          "line": 503,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16240,
      "end": 16241,
      "loc": {
        "start": {
          "line": 503,
          "column": 15
        },
        "end": {
          "line": 503,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16242,
      "end": 16243,
      "loc": {
        "start": {
          "line": 503,
          "column": 17
        },
        "end": {
          "line": 503,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 16248,
      "end": 16250,
      "loc": {
        "start": {
          "line": 504,
          "column": 4
        },
        "end": {
          "line": 504,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16251,
      "end": 16252,
      "loc": {
        "start": {
          "line": 504,
          "column": 7
        },
        "end": {
          "line": 504,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 16252,
      "end": 16256,
      "loc": {
        "start": {
          "line": 504,
          "column": 8
        },
        "end": {
          "line": 504,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16256,
      "end": 16257,
      "loc": {
        "start": {
          "line": 504,
          "column": 12
        },
        "end": {
          "line": 504,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stem",
      "start": 16257,
      "end": 16261,
      "loc": {
        "start": {
          "line": 504,
          "column": 13
        },
        "end": {
          "line": 504,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16261,
      "end": 16262,
      "loc": {
        "start": {
          "line": 504,
          "column": 17
        },
        "end": {
          "line": 504,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 16262,
      "end": 16263,
      "loc": {
        "start": {
          "line": 504,
          "column": 18
        },
        "end": {
          "line": 504,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16263,
      "end": 16264,
      "loc": {
        "start": {
          "line": 504,
          "column": 19
        },
        "end": {
          "line": 504,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 16265,
      "end": 16268,
      "loc": {
        "start": {
          "line": 504,
          "column": 21
        },
        "end": {
          "line": 504,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 16269,
      "end": 16272,
      "loc": {
        "start": {
          "line": 504,
          "column": 25
        },
        "end": {
          "line": 504,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16272,
      "end": 16273,
      "loc": {
        "start": {
          "line": 504,
          "column": 28
        },
        "end": {
          "line": 504,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16274,
      "end": 16275,
      "loc": {
        "start": {
          "line": 504,
          "column": 30
        },
        "end": {
          "line": 504,
          "column": 31
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Got non-variable node",
      "start": 16282,
      "end": 16306,
      "loc": {
        "start": {
          "line": 505,
          "column": 6
        },
        "end": {
          "line": 505,
          "column": 30
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n       * The node's class.\n       * @type {node-opcua~NodeClass}\n       ",
      "start": 16313,
      "end": 16391,
      "loc": {
        "start": {
          "line": 506,
          "column": 6
        },
        "end": {
          "line": 509,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 16398,
      "end": 16402,
      "loc": {
        "start": {
          "line": 510,
          "column": 6
        },
        "end": {
          "line": 510,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16402,
      "end": 16403,
      "loc": {
        "start": {
          "line": 510,
          "column": 10
        },
        "end": {
          "line": 510,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_nodeClass",
      "start": 16403,
      "end": 16413,
      "loc": {
        "start": {
          "line": 510,
          "column": 11
        },
        "end": {
          "line": 510,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16414,
      "end": 16415,
      "loc": {
        "start": {
          "line": 510,
          "column": 22
        },
        "end": {
          "line": 510,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeClass",
      "start": 16416,
      "end": 16425,
      "loc": {
        "start": {
          "line": 510,
          "column": 24
        },
        "end": {
          "line": 510,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16425,
      "end": 16426,
      "loc": {
        "start": {
          "line": 510,
          "column": 33
        },
        "end": {
          "line": 510,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 16426,
      "end": 16430,
      "loc": {
        "start": {
          "line": 510,
          "column": 34
        },
        "end": {
          "line": 510,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16430,
      "end": 16431,
      "loc": {
        "start": {
          "line": 510,
          "column": 38
        },
        "end": {
          "line": 510,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stem",
      "start": 16431,
      "end": 16435,
      "loc": {
        "start": {
          "line": 510,
          "column": 39
        },
        "end": {
          "line": 510,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16435,
      "end": 16436,
      "loc": {
        "start": {
          "line": 510,
          "column": 43
        },
        "end": {
          "line": 510,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 16436,
      "end": 16441,
      "loc": {
        "start": {
          "line": 510,
          "column": 44
        },
        "end": {
          "line": 510,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16441,
      "end": 16442,
      "loc": {
        "start": {
          "line": 510,
          "column": 49
        },
        "end": {
          "line": 510,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 16442,
      "end": 16445,
      "loc": {
        "start": {
          "line": 510,
          "column": 50
        },
        "end": {
          "line": 510,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16445,
      "end": 16446,
      "loc": {
        "start": {
          "line": 510,
          "column": 53
        },
        "end": {
          "line": 510,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16446,
      "end": 16447,
      "loc": {
        "start": {
          "line": 510,
          "column": 54
        },
        "end": {
          "line": 510,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 16447,
      "end": 16448,
      "loc": {
        "start": {
          "line": 510,
          "column": 55
        },
        "end": {
          "line": 510,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16448,
      "end": 16449,
      "loc": {
        "start": {
          "line": 510,
          "column": 56
        },
        "end": {
          "line": 510,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16449,
      "end": 16450,
      "loc": {
        "start": {
          "line": 510,
          "column": 57
        },
        "end": {
          "line": 510,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16450,
      "end": 16451,
      "loc": {
        "start": {
          "line": 510,
          "column": 58
        },
        "end": {
          "line": 510,
          "column": 59
        }
      }
    },
    {
      "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": 16459,
      "end": 16464,
      "loc": {
        "start": {
          "line": 512,
          "column": 6
        },
        "end": {
          "line": 512,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16465,
      "end": 16466,
      "loc": {
        "start": {
          "line": 512,
          "column": 12
        },
        "end": {
          "line": 512,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 16467,
      "end": 16477,
      "loc": {
        "start": {
          "line": 512,
          "column": 14
        },
        "end": {
          "line": 512,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16478,
      "end": 16479,
      "loc": {
        "start": {
          "line": 512,
          "column": 25
        },
        "end": {
          "line": 512,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16480,
      "end": 16481,
      "loc": {
        "start": {
          "line": 512,
          "column": 27
        },
        "end": {
          "line": 512,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16481,
      "end": 16482,
      "loc": {
        "start": {
          "line": 512,
          "column": 28
        },
        "end": {
          "line": 512,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16483,
      "end": 16484,
      "loc": {
        "start": {
          "line": 512,
          "column": 30
        },
        "end": {
          "line": 512,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16485,
      "end": 16486,
      "loc": {
        "start": {
          "line": 512,
          "column": 32
        },
        "end": {
          "line": 512,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSON",
      "start": 16487,
      "end": 16491,
      "loc": {
        "start": {
          "line": 512,
          "column": 34
        },
        "end": {
          "line": 512,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16491,
      "end": 16492,
      "loc": {
        "start": {
          "line": 512,
          "column": 38
        },
        "end": {
          "line": 512,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 16492,
      "end": 16497,
      "loc": {
        "start": {
          "line": 512,
          "column": 39
        },
        "end": {
          "line": 512,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16497,
      "end": 16498,
      "loc": {
        "start": {
          "line": 512,
          "column": 44
        },
        "end": {
          "line": 512,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 16498,
      "end": 16502,
      "loc": {
        "start": {
          "line": 512,
          "column": 45
        },
        "end": {
          "line": 512,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16502,
      "end": 16503,
      "loc": {
        "start": {
          "line": 512,
          "column": 49
        },
        "end": {
          "line": 512,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "contents",
      "start": 16503,
      "end": 16511,
      "loc": {
        "start": {
          "line": 512,
          "column": 50
        },
        "end": {
          "line": 512,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16511,
      "end": 16512,
      "loc": {
        "start": {
          "line": 512,
          "column": 58
        },
        "end": {
          "line": 512,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 16512,
      "end": 16520,
      "loc": {
        "start": {
          "line": 512,
          "column": 59
        },
        "end": {
          "line": 512,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16520,
      "end": 16521,
      "loc": {
        "start": {
          "line": 512,
          "column": 67
        },
        "end": {
          "line": 512,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16521,
      "end": 16522,
      "loc": {
        "start": {
          "line": 512,
          "column": 68
        },
        "end": {
          "line": 512,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16522,
      "end": 16523,
      "loc": {
        "start": {
          "line": 512,
          "column": 69
        },
        "end": {
          "line": 512,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16523,
      "end": 16524,
      "loc": {
        "start": {
          "line": 512,
          "column": 70
        },
        "end": {
          "line": 512,
          "column": 71
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n       * References the node holds: In most cases this will be a single entry for\n       * `'HasTypeDefinition'`.\n       * @type {Map<String, NodeId[]>}\n       ",
      "start": 16532,
      "end": 16698,
      "loc": {
        "start": {
          "line": 514,
          "column": 6
        },
        "end": {
          "line": 518,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 16705,
      "end": 16709,
      "loc": {
        "start": {
          "line": 519,
          "column": 6
        },
        "end": {
          "line": 519,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16709,
      "end": 16710,
      "loc": {
        "start": {
          "line": 519,
          "column": 10
        },
        "end": {
          "line": 519,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_references",
      "start": 16710,
      "end": 16721,
      "loc": {
        "start": {
          "line": 519,
          "column": 11
        },
        "end": {
          "line": 519,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16722,
      "end": 16723,
      "loc": {
        "start": {
          "line": 519,
          "column": 23
        },
        "end": {
          "line": 519,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 16724,
      "end": 16730,
      "loc": {
        "start": {
          "line": 519,
          "column": 25
        },
        "end": {
          "line": 519,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16730,
      "end": 16731,
      "loc": {
        "start": {
          "line": 519,
          "column": 31
        },
        "end": {
          "line": 519,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entries",
      "start": 16731,
      "end": 16738,
      "loc": {
        "start": {
          "line": 519,
          "column": 32
        },
        "end": {
          "line": 519,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16738,
      "end": 16739,
      "loc": {
        "start": {
          "line": 519,
          "column": 39
        },
        "end": {
          "line": 519,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 16739,
      "end": 16749,
      "loc": {
        "start": {
          "line": 519,
          "column": 40
        },
        "end": {
          "line": 519,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16749,
      "end": 16750,
      "loc": {
        "start": {
          "line": 519,
          "column": 50
        },
        "end": {
          "line": 519,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16750,
      "end": 16751,
      "loc": {
        "start": {
          "line": 519,
          "column": 51
        },
        "end": {
          "line": 519,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reduce",
      "start": 16751,
      "end": 16757,
      "loc": {
        "start": {
          "line": 519,
          "column": 52
        },
        "end": {
          "line": 519,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16757,
      "end": 16758,
      "loc": {
        "start": {
          "line": 519,
          "column": 58
        },
        "end": {
          "line": 519,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16767,
      "end": 16768,
      "loc": {
        "start": {
          "line": 520,
          "column": 8
        },
        "end": {
          "line": 520,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 16768,
      "end": 16774,
      "loc": {
        "start": {
          "line": 520,
          "column": 9
        },
        "end": {
          "line": 520,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16774,
      "end": 16775,
      "loc": {
        "start": {
          "line": 520,
          "column": 15
        },
        "end": {
          "line": 520,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16776,
      "end": 16777,
      "loc": {
        "start": {
          "line": 520,
          "column": 17
        },
        "end": {
          "line": 520,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 16777,
      "end": 16781,
      "loc": {
        "start": {
          "line": 520,
          "column": 18
        },
        "end": {
          "line": 520,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16781,
      "end": 16782,
      "loc": {
        "start": {
          "line": 520,
          "column": 22
        },
        "end": {
          "line": 520,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "refs",
      "start": 16783,
      "end": 16787,
      "loc": {
        "start": {
          "line": 520,
          "column": 24
        },
        "end": {
          "line": 520,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16787,
      "end": 16788,
      "loc": {
        "start": {
          "line": 520,
          "column": 28
        },
        "end": {
          "line": 520,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16788,
      "end": 16789,
      "loc": {
        "start": {
          "line": 520,
          "column": 29
        },
        "end": {
          "line": 520,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16790,
      "end": 16792,
      "loc": {
        "start": {
          "line": 520,
          "column": 31
        },
        "end": {
          "line": 520,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 16803,
      "end": 16809,
      "loc": {
        "start": {
          "line": 521,
          "column": 10
        },
        "end": {
          "line": 521,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16809,
      "end": 16810,
      "loc": {
        "start": {
          "line": 521,
          "column": 16
        },
        "end": {
          "line": 521,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 16810,
      "end": 16816,
      "loc": {
        "start": {
          "line": 521,
          "column": 17
        },
        "end": {
          "line": 521,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16816,
      "end": 16817,
      "loc": {
        "start": {
          "line": 521,
          "column": 23
        },
        "end": {
          "line": 521,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 16817,
      "end": 16823,
      "loc": {
        "start": {
          "line": 521,
          "column": 24
        },
        "end": {
          "line": 521,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16823,
      "end": 16824,
      "loc": {
        "start": {
          "line": 521,
          "column": 30
        },
        "end": {
          "line": 521,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16825,
      "end": 16826,
      "loc": {
        "start": {
          "line": 521,
          "column": 32
        },
        "end": {
          "line": 521,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16839,
      "end": 16840,
      "loc": {
        "start": {
          "line": 522,
          "column": 12
        },
        "end": {
          "line": 522,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 16840,
      "end": 16844,
      "loc": {
        "start": {
          "line": 522,
          "column": 13
        },
        "end": {
          "line": 522,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16844,
      "end": 16845,
      "loc": {
        "start": {
          "line": 522,
          "column": 17
        },
        "end": {
          "line": 522,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16845,
      "end": 16846,
      "loc": {
        "start": {
          "line": 522,
          "column": 18
        },
        "end": {
          "line": 522,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 16847,
      "end": 16852,
      "loc": {
        "start": {
          "line": 522,
          "column": 20
        },
        "end": {
          "line": 522,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16852,
      "end": 16853,
      "loc": {
        "start": {
          "line": 522,
          "column": 25
        },
        "end": {
          "line": 522,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 16853,
      "end": 16860,
      "loc": {
        "start": {
          "line": 522,
          "column": 26
        },
        "end": {
          "line": 522,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16860,
      "end": 16861,
      "loc": {
        "start": {
          "line": 522,
          "column": 33
        },
        "end": {
          "line": 522,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "refs",
      "start": 16861,
      "end": 16865,
      "loc": {
        "start": {
          "line": 522,
          "column": 34
        },
        "end": {
          "line": 522,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16865,
      "end": 16866,
      "loc": {
        "start": {
          "line": 522,
          "column": 38
        },
        "end": {
          "line": 522,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16867,
      "end": 16868,
      "loc": {
        "start": {
          "line": 522,
          "column": 40
        },
        "end": {
          "line": 522,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "refs",
      "start": 16869,
      "end": 16873,
      "loc": {
        "start": {
          "line": 522,
          "column": 42
        },
        "end": {
          "line": 522,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16873,
      "end": 16874,
      "loc": {
        "start": {
          "line": 522,
          "column": 46
        },
        "end": {
          "line": 522,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 16874,
      "end": 16877,
      "loc": {
        "start": {
          "line": 522,
          "column": 47
        },
        "end": {
          "line": 522,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16877,
      "end": 16878,
      "loc": {
        "start": {
          "line": 522,
          "column": 50
        },
        "end": {
          "line": 522,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16878,
      "end": 16879,
      "loc": {
        "start": {
          "line": 522,
          "column": 51
        },
        "end": {
          "line": 522,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 16879,
      "end": 16880,
      "loc": {
        "start": {
          "line": 522,
          "column": 52
        },
        "end": {
          "line": 522,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16880,
      "end": 16881,
      "loc": {
        "start": {
          "line": 522,
          "column": 53
        },
        "end": {
          "line": 522,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16882,
      "end": 16884,
      "loc": {
        "start": {
          "line": 522,
          "column": 55
        },
        "end": {
          "line": 522,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 16885,
      "end": 16888,
      "loc": {
        "start": {
          "line": 522,
          "column": 58
        },
        "end": {
          "line": 522,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 16889,
      "end": 16895,
      "loc": {
        "start": {
          "line": 522,
          "column": 62
        },
        "end": {
          "line": 522,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16895,
      "end": 16896,
      "loc": {
        "start": {
          "line": 522,
          "column": 68
        },
        "end": {
          "line": 522,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 16896,
      "end": 16897,
      "loc": {
        "start": {
          "line": 522,
          "column": 69
        },
        "end": {
          "line": 522,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16897,
      "end": 16898,
      "loc": {
        "start": {
          "line": 522,
          "column": 70
        },
        "end": {
          "line": 522,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16898,
      "end": 16899,
      "loc": {
        "start": {
          "line": 522,
          "column": 71
        },
        "end": {
          "line": 522,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16900,
      "end": 16901,
      "loc": {
        "start": {
          "line": 522,
          "column": 73
        },
        "end": {
          "line": 522,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 16902,
      "end": 16905,
      "loc": {
        "start": {
          "line": 522,
          "column": 75
        },
        "end": {
          "line": 522,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 16906,
      "end": 16912,
      "loc": {
        "start": {
          "line": 522,
          "column": 79
        },
        "end": {
          "line": 522,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16912,
      "end": 16913,
      "loc": {
        "start": {
          "line": 522,
          "column": 85
        },
        "end": {
          "line": 522,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "refs",
      "start": 16913,
      "end": 16917,
      "loc": {
        "start": {
          "line": 522,
          "column": 86
        },
        "end": {
          "line": 522,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16917,
      "end": 16918,
      "loc": {
        "start": {
          "line": 522,
          "column": 90
        },
        "end": {
          "line": 522,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16918,
      "end": 16919,
      "loc": {
        "start": {
          "line": 522,
          "column": 91
        },
        "end": {
          "line": 522,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16930,
      "end": 16931,
      "loc": {
        "start": {
          "line": 523,
          "column": 10
        },
        "end": {
          "line": 523,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16931,
      "end": 16932,
      "loc": {
        "start": {
          "line": 523,
          "column": 11
        },
        "end": {
          "line": 523,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16932,
      "end": 16933,
      "loc": {
        "start": {
          "line": 523,
          "column": 12
        },
        "end": {
          "line": 523,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16942,
      "end": 16943,
      "loc": {
        "start": {
          "line": 524,
          "column": 8
        },
        "end": {
          "line": 524,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16943,
      "end": 16944,
      "loc": {
        "start": {
          "line": 524,
          "column": 9
        },
        "end": {
          "line": 524,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16951,
      "end": 16952,
      "loc": {
        "start": {
          "line": 525,
          "column": 6
        },
        "end": {
          "line": 525,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16952,
      "end": 16953,
      "loc": {
        "start": {
          "line": 525,
          "column": 7
        },
        "end": {
          "line": 525,
          "column": 8
        }
      }
    },
    {
      "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": 16961,
      "end": 16967,
      "loc": {
        "start": {
          "line": 527,
          "column": 6
        },
        "end": {
          "line": 527,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16967,
      "end": 16968,
      "loc": {
        "start": {
          "line": 527,
          "column": 12
        },
        "end": {
          "line": 527,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16973,
      "end": 16974,
      "loc": {
        "start": {
          "line": 528,
          "column": 4
        },
        "end": {
          "line": 528,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 16980,
      "end": 16984,
      "loc": {
        "start": {
          "line": 530,
          "column": 4
        },
        "end": {
          "line": 530,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16984,
      "end": 16985,
      "loc": {
        "start": {
          "line": 530,
          "column": 8
        },
        "end": {
          "line": 530,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_nodeClass",
      "start": 16985,
      "end": 16995,
      "loc": {
        "start": {
          "line": 530,
          "column": 9
        },
        "end": {
          "line": 530,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16996,
      "end": 16997,
      "loc": {
        "start": {
          "line": 530,
          "column": 20
        },
        "end": {
          "line": 530,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeClass",
      "start": 16998,
      "end": 17007,
      "loc": {
        "start": {
          "line": 530,
          "column": 22
        },
        "end": {
          "line": 530,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17007,
      "end": 17008,
      "loc": {
        "start": {
          "line": 530,
          "column": 31
        },
        "end": {
          "line": 530,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Variable",
      "start": 17008,
      "end": 17016,
      "loc": {
        "start": {
          "line": 530,
          "column": 32
        },
        "end": {
          "line": 530,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17016,
      "end": 17017,
      "loc": {
        "start": {
          "line": 530,
          "column": 40
        },
        "end": {
          "line": 530,
          "column": 41
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Set default metadata",
      "start": 17023,
      "end": 17046,
      "loc": {
        "start": {
          "line": 532,
          "column": 4
        },
        "end": {
          "line": 532,
          "column": 27
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * The node's stored {@link node-opcua~VariantArrayType}.\n     * @type {?node-opcua~VariantArrayType}\n     ",
      "start": 17051,
      "end": 17168,
      "loc": {
        "start": {
          "line": 533,
          "column": 4
        },
        "end": {
          "line": 536,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 17173,
      "end": 17177,
      "loc": {
        "start": {
          "line": 537,
          "column": 4
        },
        "end": {
          "line": 537,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17177,
      "end": 17178,
      "loc": {
        "start": {
          "line": 537,
          "column": 8
        },
        "end": {
          "line": 537,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_arrayType",
      "start": 17178,
      "end": 17188,
      "loc": {
        "start": {
          "line": 537,
          "column": 9
        },
        "end": {
          "line": 537,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17189,
      "end": 17190,
      "loc": {
        "start": {
          "line": 537,
          "column": 20
        },
        "end": {
          "line": 537,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "VariantArrayType",
      "start": 17191,
      "end": 17207,
      "loc": {
        "start": {
          "line": 537,
          "column": 22
        },
        "end": {
          "line": 537,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17207,
      "end": 17208,
      "loc": {
        "start": {
          "line": 537,
          "column": 38
        },
        "end": {
          "line": 537,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Scalar",
      "start": 17208,
      "end": 17214,
      "loc": {
        "start": {
          "line": 537,
          "column": 39
        },
        "end": {
          "line": 537,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17214,
      "end": 17215,
      "loc": {
        "start": {
          "line": 537,
          "column": 45
        },
        "end": {
          "line": 537,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 17221,
      "end": 17225,
      "loc": {
        "start": {
          "line": 539,
          "column": 4
        },
        "end": {
          "line": 539,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17225,
      "end": 17226,
      "loc": {
        "start": {
          "line": 539,
          "column": 8
        },
        "end": {
          "line": 539,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_references",
      "start": 17226,
      "end": 17237,
      "loc": {
        "start": {
          "line": 539,
          "column": 9
        },
        "end": {
          "line": 539,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17238,
      "end": 17239,
      "loc": {
        "start": {
          "line": 539,
          "column": 21
        },
        "end": {
          "line": 539,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17240,
      "end": 17241,
      "loc": {
        "start": {
          "line": 539,
          "column": 23
        },
        "end": {
          "line": 539,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17241,
      "end": 17242,
      "loc": {
        "start": {
          "line": 539,
          "column": 24
        },
        "end": {
          "line": 539,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17242,
      "end": 17243,
      "loc": {
        "start": {
          "line": 539,
          "column": 25
        },
        "end": {
          "line": 539,
          "column": 26
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * A node's browse- and display name.\n     * @type {?string}\n     ",
      "start": 17249,
      "end": 17325,
      "loc": {
        "start": {
          "line": 541,
          "column": 4
        },
        "end": {
          "line": 544,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 17330,
      "end": 17334,
      "loc": {
        "start": {
          "line": 545,
          "column": 4
        },
        "end": {
          "line": 545,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17334,
      "end": 17335,
      "loc": {
        "start": {
          "line": 545,
          "column": 8
        },
        "end": {
          "line": 545,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_name",
      "start": 17335,
      "end": 17340,
      "loc": {
        "start": {
          "line": 545,
          "column": 9
        },
        "end": {
          "line": 545,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17341,
      "end": 17342,
      "loc": {
        "start": {
          "line": 545,
          "column": 15
        },
        "end": {
          "line": 545,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 17343,
      "end": 17347,
      "loc": {
        "start": {
          "line": 545,
          "column": 17
        },
        "end": {
          "line": 545,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17347,
      "end": 17348,
      "loc": {
        "start": {
          "line": 545,
          "column": 21
        },
        "end": {
          "line": 545,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stem",
      "start": 17348,
      "end": 17352,
      "loc": {
        "start": {
          "line": 545,
          "column": 22
        },
        "end": {
          "line": 545,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17352,
      "end": 17353,
      "loc": {
        "start": {
          "line": 545,
          "column": 26
        },
        "end": {
          "line": 545,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 17353,
      "end": 17358,
      "loc": {
        "start": {
          "line": 545,
          "column": 27
        },
        "end": {
          "line": 545,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17358,
      "end": 17359,
      "loc": {
        "start": {
          "line": 545,
          "column": 32
        },
        "end": {
          "line": 545,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 17359,
      "end": 17362,
      "loc": {
        "start": {
          "line": 545,
          "column": 33
        },
        "end": {
          "line": 545,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17362,
      "end": 17363,
      "loc": {
        "start": {
          "line": 545,
          "column": 36
        },
        "end": {
          "line": 545,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17363,
      "end": 17364,
      "loc": {
        "start": {
          "line": 545,
          "column": 37
        },
        "end": {
          "line": 545,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 17364,
      "end": 17365,
      "loc": {
        "start": {
          "line": 545,
          "column": 38
        },
        "end": {
          "line": 545,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17365,
      "end": 17366,
      "loc": {
        "start": {
          "line": 545,
          "column": 39
        },
        "end": {
          "line": 545,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17366,
      "end": 17367,
      "loc": {
        "start": {
          "line": 545,
          "column": 40
        },
        "end": {
          "line": 545,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 17373,
      "end": 17376,
      "loc": {
        "start": {
          "line": 547,
          "column": 4
        },
        "end": {
          "line": 547,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 17377,
      "end": 17387,
      "loc": {
        "start": {
          "line": 547,
          "column": 8
        },
        "end": {
          "line": 547,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17388,
      "end": 17389,
      "loc": {
        "start": {
          "line": 547,
          "column": 19
        },
        "end": {
          "line": 547,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17390,
      "end": 17391,
      "loc": {
        "start": {
          "line": 547,
          "column": 21
        },
        "end": {
          "line": 547,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17391,
      "end": 17392,
      "loc": {
        "start": {
          "line": 547,
          "column": 22
        },
        "end": {
          "line": 547,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17392,
      "end": 17393,
      "loc": {
        "start": {
          "line": 547,
          "column": 23
        },
        "end": {
          "line": 547,
          "column": 24
        }
      }
    },
    {
      "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": 17398,
      "end": 17403,
      "loc": {
        "start": {
          "line": 548,
          "column": 4
        },
        "end": {
          "line": 548,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "m",
      "start": 17404,
      "end": 17405,
      "loc": {
        "start": {
          "line": 548,
          "column": 10
        },
        "end": {
          "line": 548,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17406,
      "end": 17407,
      "loc": {
        "start": {
          "line": 548,
          "column": 12
        },
        "end": {
          "line": 548,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 17408,
      "end": 17412,
      "loc": {
        "start": {
          "line": 548,
          "column": 14
        },
        "end": {
          "line": 548,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17412,
      "end": 17413,
      "loc": {
        "start": {
          "line": 548,
          "column": 18
        },
        "end": {
          "line": 548,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "relative",
      "start": 17413,
      "end": 17421,
      "loc": {
        "start": {
          "line": 548,
          "column": 19
        },
        "end": {
          "line": 548,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17421,
      "end": 17422,
      "loc": {
        "start": {
          "line": 548,
          "column": 27
        },
        "end": {
          "line": 548,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 17422,
      "end": 17427,
      "loc": {
        "start": {
          "line": 548,
          "column": 28
        },
        "end": {
          "line": 548,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17427,
      "end": 17428,
      "loc": {
        "start": {
          "line": 548,
          "column": 33
        },
        "end": {
          "line": 548,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ExtensionRegExp",
      "start": 17428,
      "end": 17443,
      "loc": {
        "start": {
          "line": 548,
          "column": 34
        },
        "end": {
          "line": 548,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17443,
      "end": 17444,
      "loc": {
        "start": {
          "line": 548,
          "column": 49
        },
        "end": {
          "line": 548,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17444,
      "end": 17445,
      "loc": {
        "start": {
          "line": 548,
          "column": 50
        },
        "end": {
          "line": 548,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 17450,
      "end": 17452,
      "loc": {
        "start": {
          "line": 549,
          "column": 4
        },
        "end": {
          "line": 549,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17453,
      "end": 17454,
      "loc": {
        "start": {
          "line": 549,
          "column": 7
        },
        "end": {
          "line": 549,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "m",
      "start": 17454,
      "end": 17455,
      "loc": {
        "start": {
          "line": 549,
          "column": 8
        },
        "end": {
          "line": 549,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17455,
      "end": 17456,
      "loc": {
        "start": {
          "line": 549,
          "column": 9
        },
        "end": {
          "line": 549,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17457,
      "end": 17458,
      "loc": {
        "start": {
          "line": 549,
          "column": 11
        },
        "end": {
          "line": 549,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 17465,
      "end": 17475,
      "loc": {
        "start": {
          "line": 550,
          "column": 6
        },
        "end": {
          "line": 550,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17476,
      "end": 17477,
      "loc": {
        "start": {
          "line": 550,
          "column": 17
        },
        "end": {
          "line": 550,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "m",
      "start": 17478,
      "end": 17479,
      "loc": {
        "start": {
          "line": 550,
          "column": 19
        },
        "end": {
          "line": 550,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17479,
      "end": 17480,
      "loc": {
        "start": {
          "line": 550,
          "column": 20
        },
        "end": {
          "line": 550,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 17480,
      "end": 17481,
      "loc": {
        "start": {
          "line": 550,
          "column": 21
        },
        "end": {
          "line": 550,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17481,
      "end": 17482,
      "loc": {
        "start": {
          "line": 550,
          "column": 22
        },
        "end": {
          "line": 550,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17482,
      "end": 17483,
      "loc": {
        "start": {
          "line": 550,
          "column": 23
        },
        "end": {
          "line": 550,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 17483,
      "end": 17488,
      "loc": {
        "start": {
          "line": 550,
          "column": 24
        },
        "end": {
          "line": 550,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17488,
      "end": 17489,
      "loc": {
        "start": {
          "line": 550,
          "column": 29
        },
        "end": {
          "line": 550,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 17489,
      "end": 17492,
      "loc": {
        "start": {
          "line": 550,
          "column": 30
        },
        "end": {
          "line": 550,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17492,
      "end": 17493,
      "loc": {
        "start": {
          "line": 550,
          "column": 33
        },
        "end": {
          "line": 550,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17493,
      "end": 17494,
      "loc": {
        "start": {
          "line": 550,
          "column": 34
        },
        "end": {
          "line": 550,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17499,
      "end": 17500,
      "loc": {
        "start": {
          "line": 551,
          "column": 4
        },
        "end": {
          "line": 551,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " For split files, add the directory name extension",
      "start": 17506,
      "end": 17558,
      "loc": {
        "start": {
          "line": 553,
          "column": 4
        },
        "end": {
          "line": 553,
          "column": 56
        }
      }
    },
    {
      "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": 17563,
      "end": 17568,
      "loc": {
        "start": {
          "line": 554,
          "column": 4
        },
        "end": {
          "line": 554,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirnameExts",
      "start": 17569,
      "end": 17580,
      "loc": {
        "start": {
          "line": 554,
          "column": 10
        },
        "end": {
          "line": 554,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17581,
      "end": 17582,
      "loc": {
        "start": {
          "line": 554,
          "column": 22
        },
        "end": {
          "line": 554,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 17583,
      "end": 17587,
      "loc": {
        "start": {
          "line": 554,
          "column": 24
        },
        "end": {
          "line": 554,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17587,
      "end": 17588,
      "loc": {
        "start": {
          "line": 554,
          "column": 28
        },
        "end": {
          "line": 554,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirname",
      "start": 17588,
      "end": 17595,
      "loc": {
        "start": {
          "line": 554,
          "column": 29
        },
        "end": {
          "line": 554,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17595,
      "end": 17596,
      "loc": {
        "start": {
          "line": 554,
          "column": 36
        },
        "end": {
          "line": 554,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 17596,
      "end": 17601,
      "loc": {
        "start": {
          "line": 554,
          "column": 37
        },
        "end": {
          "line": 554,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17601,
      "end": 17602,
      "loc": {
        "start": {
          "line": 554,
          "column": 42
        },
        "end": {
          "line": 554,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 17602,
      "end": 17605,
      "loc": {
        "start": {
          "line": 554,
          "column": 43
        },
        "end": {
          "line": 554,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17605,
      "end": 17606,
      "loc": {
        "start": {
          "line": 554,
          "column": 46
        },
        "end": {
          "line": 554,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17606,
      "end": 17607,
      "loc": {
        "start": {
          "line": 554,
          "column": 47
        },
        "end": {
          "line": 554,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 17612,
      "end": 17614,
      "loc": {
        "start": {
          "line": 555,
          "column": 4
        },
        "end": {
          "line": 555,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17615,
      "end": 17616,
      "loc": {
        "start": {
          "line": 555,
          "column": 7
        },
        "end": {
          "line": 555,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirnameExts",
      "start": 17616,
      "end": 17627,
      "loc": {
        "start": {
          "line": 555,
          "column": 8
        },
        "end": {
          "line": 555,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17627,
      "end": 17628,
      "loc": {
        "start": {
          "line": 555,
          "column": 19
        },
        "end": {
          "line": 555,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 17628,
      "end": 17634,
      "loc": {
        "start": {
          "line": 555,
          "column": 20
        },
        "end": {
          "line": 555,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 17635,
      "end": 17636,
      "loc": {
        "start": {
          "line": 555,
          "column": 27
        },
        "end": {
          "line": 555,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 17637,
      "end": 17638,
      "loc": {
        "start": {
          "line": 555,
          "column": 29
        },
        "end": {
          "line": 555,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17638,
      "end": 17639,
      "loc": {
        "start": {
          "line": 555,
          "column": 30
        },
        "end": {
          "line": 555,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17640,
      "end": 17641,
      "loc": {
        "start": {
          "line": 555,
          "column": 32
        },
        "end": {
          "line": 555,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 17648,
      "end": 17658,
      "loc": {
        "start": {
          "line": 556,
          "column": 6
        },
        "end": {
          "line": 556,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17658,
      "end": 17659,
      "loc": {
        "start": {
          "line": 556,
          "column": 16
        },
        "end": {
          "line": 556,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unshift",
      "start": 17659,
      "end": 17666,
      "loc": {
        "start": {
          "line": 556,
          "column": 17
        },
        "end": {
          "line": 556,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17666,
      "end": 17667,
      "loc": {
        "start": {
          "line": 556,
          "column": 24
        },
        "end": {
          "line": 556,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirnameExts",
      "start": 17667,
      "end": 17678,
      "loc": {
        "start": {
          "line": 556,
          "column": 25
        },
        "end": {
          "line": 556,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17678,
      "end": 17679,
      "loc": {
        "start": {
          "line": 556,
          "column": 36
        },
        "end": {
          "line": 556,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirnameExts",
      "start": 17679,
      "end": 17690,
      "loc": {
        "start": {
          "line": 556,
          "column": 37
        },
        "end": {
          "line": 556,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17690,
      "end": 17691,
      "loc": {
        "start": {
          "line": 556,
          "column": 48
        },
        "end": {
          "line": 556,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 17691,
      "end": 17697,
      "loc": {
        "start": {
          "line": 556,
          "column": 49
        },
        "end": {
          "line": 556,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 17698,
      "end": 17699,
      "loc": {
        "start": {
          "line": 556,
          "column": 56
        },
        "end": {
          "line": 556,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 17700,
      "end": 17701,
      "loc": {
        "start": {
          "line": 556,
          "column": 58
        },
        "end": {
          "line": 556,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17701,
      "end": 17702,
      "loc": {
        "start": {
          "line": 556,
          "column": 59
        },
        "end": {
          "line": 556,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17702,
      "end": 17703,
      "loc": {
        "start": {
          "line": 556,
          "column": 60
        },
        "end": {
          "line": 556,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17703,
      "end": 17704,
      "loc": {
        "start": {
          "line": 556,
          "column": 61
        },
        "end": {
          "line": 556,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17709,
      "end": 17710,
      "loc": {
        "start": {
          "line": 557,
          "column": 4
        },
        "end": {
          "line": 557,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 17716,
      "end": 17724,
      "loc": {
        "start": {
          "line": 559,
          "column": 4
        },
        "end": {
          "line": 559,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ifLastExtensionMatches",
      "start": 17725,
      "end": 17747,
      "loc": {
        "start": {
          "line": 559,
          "column": 13
        },
        "end": {
          "line": 559,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17747,
      "end": 17748,
      "loc": {
        "start": {
          "line": 559,
          "column": 35
        },
        "end": {
          "line": 559,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "matches",
      "start": 17748,
      "end": 17755,
      "loc": {
        "start": {
          "line": 559,
          "column": 36
        },
        "end": {
          "line": 559,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17755,
      "end": 17756,
      "loc": {
        "start": {
          "line": 559,
          "column": 43
        },
        "end": {
          "line": 559,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fn",
      "start": 17757,
      "end": 17759,
      "loc": {
        "start": {
          "line": 559,
          "column": 45
        },
        "end": {
          "line": 559,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17759,
      "end": 17760,
      "loc": {
        "start": {
          "line": 559,
          "column": 47
        },
        "end": {
          "line": 559,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17761,
      "end": 17762,
      "loc": {
        "start": {
          "line": 559,
          "column": 49
        },
        "end": {
          "line": 559,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 17769,
      "end": 17771,
      "loc": {
        "start": {
          "line": 560,
          "column": 6
        },
        "end": {
          "line": 560,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17772,
      "end": 17773,
      "loc": {
        "start": {
          "line": 560,
          "column": 9
        },
        "end": {
          "line": 560,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "matches",
      "start": 17773,
      "end": 17780,
      "loc": {
        "start": {
          "line": 560,
          "column": 10
        },
        "end": {
          "line": 560,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17780,
      "end": 17781,
      "loc": {
        "start": {
          "line": 560,
          "column": 17
        },
        "end": {
          "line": 560,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 17781,
      "end": 17791,
      "loc": {
        "start": {
          "line": 560,
          "column": 18
        },
        "end": {
          "line": 560,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17791,
      "end": 17792,
      "loc": {
        "start": {
          "line": 560,
          "column": 28
        },
        "end": {
          "line": 560,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 17792,
      "end": 17802,
      "loc": {
        "start": {
          "line": 560,
          "column": 29
        },
        "end": {
          "line": 560,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17802,
      "end": 17803,
      "loc": {
        "start": {
          "line": 560,
          "column": 39
        },
        "end": {
          "line": 560,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 17803,
      "end": 17809,
      "loc": {
        "start": {
          "line": 560,
          "column": 40
        },
        "end": {
          "line": 560,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 17810,
      "end": 17811,
      "loc": {
        "start": {
          "line": 560,
          "column": 47
        },
        "end": {
          "line": 560,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 17812,
      "end": 17813,
      "loc": {
        "start": {
          "line": 560,
          "column": 49
        },
        "end": {
          "line": 560,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17813,
      "end": 17814,
      "loc": {
        "start": {
          "line": 560,
          "column": 50
        },
        "end": {
          "line": 560,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17814,
      "end": 17815,
      "loc": {
        "start": {
          "line": 560,
          "column": 51
        },
        "end": {
          "line": 560,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17815,
      "end": 17816,
      "loc": {
        "start": {
          "line": 560,
          "column": 52
        },
        "end": {
          "line": 560,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17817,
      "end": 17818,
      "loc": {
        "start": {
          "line": 560,
          "column": 54
        },
        "end": {
          "line": 560,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fn",
      "start": 17827,
      "end": 17829,
      "loc": {
        "start": {
          "line": 561,
          "column": 8
        },
        "end": {
          "line": 561,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17829,
      "end": 17830,
      "loc": {
        "start": {
          "line": 561,
          "column": 10
        },
        "end": {
          "line": 561,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 17830,
      "end": 17840,
      "loc": {
        "start": {
          "line": 561,
          "column": 11
        },
        "end": {
          "line": 561,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17840,
      "end": 17841,
      "loc": {
        "start": {
          "line": 561,
          "column": 21
        },
        "end": {
          "line": 561,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pop",
      "start": 17841,
      "end": 17844,
      "loc": {
        "start": {
          "line": 561,
          "column": 22
        },
        "end": {
          "line": 561,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17844,
      "end": 17845,
      "loc": {
        "start": {
          "line": 561,
          "column": 25
        },
        "end": {
          "line": 561,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17845,
      "end": 17846,
      "loc": {
        "start": {
          "line": 561,
          "column": 26
        },
        "end": {
          "line": 561,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17846,
      "end": 17847,
      "loc": {
        "start": {
          "line": 561,
          "column": 27
        },
        "end": {
          "line": 561,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17847,
      "end": 17848,
      "loc": {
        "start": {
          "line": 561,
          "column": 28
        },
        "end": {
          "line": 561,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17855,
      "end": 17856,
      "loc": {
        "start": {
          "line": 562,
          "column": 6
        },
        "end": {
          "line": 562,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17861,
      "end": 17862,
      "loc": {
        "start": {
          "line": 563,
          "column": 4
        },
        "end": {
          "line": 563,
          "column": 5
        }
      }
    },
    {
      "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": 17868,
      "end": 17873,
      "loc": {
        "start": {
          "line": 565,
          "column": 4
        },
        "end": {
          "line": 565,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "complete",
      "start": 17874,
      "end": 17882,
      "loc": {
        "start": {
          "line": 565,
          "column": 10
        },
        "end": {
          "line": 565,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17883,
      "end": 17884,
      "loc": {
        "start": {
          "line": 565,
          "column": 19
        },
        "end": {
          "line": 565,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17885,
      "end": 17886,
      "loc": {
        "start": {
          "line": 565,
          "column": 21
        },
        "end": {
          "line": 565,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17886,
      "end": 17887,
      "loc": {
        "start": {
          "line": 565,
          "column": 22
        },
        "end": {
          "line": 565,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17888,
      "end": 17890,
      "loc": {
        "start": {
          "line": 565,
          "column": 24
        },
        "end": {
          "line": 565,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 17897,
      "end": 17901,
      "loc": {
        "start": {
          "line": 566,
          "column": 6
        },
        "end": {
          "line": 566,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17901,
      "end": 17902,
      "loc": {
        "start": {
          "line": 566,
          "column": 10
        },
        "end": {
          "line": 566,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dataType",
      "start": 17902,
      "end": 17911,
      "loc": {
        "start": {
          "line": 566,
          "column": 11
        },
        "end": {
          "line": 566,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 17912,
      "end": 17915,
      "loc": {
        "start": {
          "line": 566,
          "column": 21
        },
        "end": {
          "line": 566,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 17916,
      "end": 17925,
      "loc": {
        "start": {
          "line": 566,
          "column": 25
        },
        "end": {
          "line": 566,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 17926,
      "end": 17928,
      "loc": {
        "start": {
          "line": 566,
          "column": 35
        },
        "end": {
          "line": 566,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 17929,
      "end": 17933,
      "loc": {
        "start": {
          "line": 566,
          "column": 38
        },
        "end": {
          "line": 566,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17933,
      "end": 17934,
      "loc": {
        "start": {
          "line": 566,
          "column": 42
        },
        "end": {
          "line": 566,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_references",
      "start": 17934,
      "end": 17945,
      "loc": {
        "start": {
          "line": 566,
          "column": 43
        },
        "end": {
          "line": 566,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17945,
      "end": 17946,
      "loc": {
        "start": {
          "line": 566,
          "column": 54
        },
        "end": {
          "line": 566,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HasTypeDefinition",
      "start": 17946,
      "end": 17963,
      "loc": {
        "start": {
          "line": 566,
          "column": 55
        },
        "end": {
          "line": 566,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 17964,
      "end": 17967,
      "loc": {
        "start": {
          "line": 566,
          "column": 73
        },
        "end": {
          "line": 566,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 17968,
      "end": 17977,
      "loc": {
        "start": {
          "line": 566,
          "column": 77
        },
        "end": {
          "line": 566,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17977,
      "end": 17978,
      "loc": {
        "start": {
          "line": 566,
          "column": 86
        },
        "end": {
          "line": 566,
          "column": 87
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Handle array types",
      "start": 17984,
      "end": 18005,
      "loc": {
        "start": {
          "line": 568,
          "column": 4
        },
        "end": {
          "line": 568,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ifLastExtensionMatches",
      "start": 18010,
      "end": 18032,
      "loc": {
        "start": {
          "line": 569,
          "column": 4
        },
        "end": {
          "line": 569,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18032,
      "end": 18033,
      "loc": {
        "start": {
          "line": 569,
          "column": 26
        },
        "end": {
          "line": 569,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18040,
      "end": 18041,
      "loc": {
        "start": {
          "line": 570,
          "column": 6
        },
        "end": {
          "line": 570,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ext",
      "start": 18041,
      "end": 18044,
      "loc": {
        "start": {
          "line": 570,
          "column": 7
        },
        "end": {
          "line": 570,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18044,
      "end": 18045,
      "loc": {
        "start": {
          "line": 570,
          "column": 10
        },
        "end": {
          "line": 570,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18046,
      "end": 18048,
      "loc": {
        "start": {
          "line": 570,
          "column": 12
        },
        "end": {
          "line": 570,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ext",
      "start": 18049,
      "end": 18052,
      "loc": {
        "start": {
          "line": 570,
          "column": 15
        },
        "end": {
          "line": 570,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 18053,
      "end": 18056,
      "loc": {
        "start": {
          "line": 570,
          "column": 19
        },
        "end": {
          "line": 570,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "array",
      "start": 18057,
      "end": 18064,
      "loc": {
        "start": {
          "line": 570,
          "column": 23
        },
        "end": {
          "line": 570,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18064,
      "end": 18065,
      "loc": {
        "start": {
          "line": 570,
          "column": 30
        },
        "end": {
          "line": 570,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18072,
      "end": 18073,
      "loc": {
        "start": {
          "line": 571,
          "column": 6
        },
        "end": {
          "line": 571,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18073,
      "end": 18074,
      "loc": {
        "start": {
          "line": 571,
          "column": 7
        },
        "end": {
          "line": 571,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18075,
      "end": 18077,
      "loc": {
        "start": {
          "line": 571,
          "column": 9
        },
        "end": {
          "line": 571,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18078,
      "end": 18079,
      "loc": {
        "start": {
          "line": 571,
          "column": 12
        },
        "end": {
          "line": 571,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 18088,
      "end": 18092,
      "loc": {
        "start": {
          "line": 572,
          "column": 8
        },
        "end": {
          "line": 572,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18092,
      "end": 18093,
      "loc": {
        "start": {
          "line": 572,
          "column": 12
        },
        "end": {
          "line": 572,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_arrayType",
      "start": 18093,
      "end": 18103,
      "loc": {
        "start": {
          "line": 572,
          "column": 13
        },
        "end": {
          "line": 572,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18104,
      "end": 18105,
      "loc": {
        "start": {
          "line": 572,
          "column": 24
        },
        "end": {
          "line": 572,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "VariantArrayType",
      "start": 18106,
      "end": 18122,
      "loc": {
        "start": {
          "line": 572,
          "column": 26
        },
        "end": {
          "line": 572,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18122,
      "end": 18123,
      "loc": {
        "start": {
          "line": 572,
          "column": 42
        },
        "end": {
          "line": 572,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 18123,
      "end": 18128,
      "loc": {
        "start": {
          "line": 572,
          "column": 43
        },
        "end": {
          "line": 572,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18128,
      "end": 18129,
      "loc": {
        "start": {
          "line": 572,
          "column": 48
        },
        "end": {
          "line": 572,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18136,
      "end": 18137,
      "loc": {
        "start": {
          "line": 573,
          "column": 6
        },
        "end": {
          "line": 573,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18142,
      "end": 18143,
      "loc": {
        "start": {
          "line": 574,
          "column": 4
        },
        "end": {
          "line": 574,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18143,
      "end": 18144,
      "loc": {
        "start": {
          "line": 574,
          "column": 5
        },
        "end": {
          "line": 574,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ifLastExtensionMatches",
      "start": 18150,
      "end": 18172,
      "loc": {
        "start": {
          "line": 576,
          "column": 4
        },
        "end": {
          "line": 576,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18172,
      "end": 18173,
      "loc": {
        "start": {
          "line": 576,
          "column": 26
        },
        "end": {
          "line": 576,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18180,
      "end": 18181,
      "loc": {
        "start": {
          "line": 577,
          "column": 6
        },
        "end": {
          "line": 577,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ext",
      "start": 18181,
      "end": 18184,
      "loc": {
        "start": {
          "line": 577,
          "column": 7
        },
        "end": {
          "line": 577,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18184,
      "end": 18185,
      "loc": {
        "start": {
          "line": 577,
          "column": 10
        },
        "end": {
          "line": 577,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18186,
      "end": 18188,
      "loc": {
        "start": {
          "line": 577,
          "column": 12
        },
        "end": {
          "line": 577,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ext",
      "start": 18189,
      "end": 18192,
      "loc": {
        "start": {
          "line": 577,
          "column": 15
        },
        "end": {
          "line": 577,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 18193,
      "end": 18196,
      "loc": {
        "start": {
          "line": 577,
          "column": 19
        },
        "end": {
          "line": 577,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "matrix",
      "start": 18197,
      "end": 18205,
      "loc": {
        "start": {
          "line": 577,
          "column": 23
        },
        "end": {
          "line": 577,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18205,
      "end": 18206,
      "loc": {
        "start": {
          "line": 577,
          "column": 31
        },
        "end": {
          "line": 577,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18213,
      "end": 18214,
      "loc": {
        "start": {
          "line": 578,
          "column": 6
        },
        "end": {
          "line": 578,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18214,
      "end": 18215,
      "loc": {
        "start": {
          "line": 578,
          "column": 7
        },
        "end": {
          "line": 578,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18216,
      "end": 18218,
      "loc": {
        "start": {
          "line": 578,
          "column": 9
        },
        "end": {
          "line": 578,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18219,
      "end": 18220,
      "loc": {
        "start": {
          "line": 578,
          "column": 12
        },
        "end": {
          "line": 578,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 18229,
      "end": 18233,
      "loc": {
        "start": {
          "line": 579,
          "column": 8
        },
        "end": {
          "line": 579,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18233,
      "end": 18234,
      "loc": {
        "start": {
          "line": 579,
          "column": 12
        },
        "end": {
          "line": 579,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_arrayType",
      "start": 18234,
      "end": 18244,
      "loc": {
        "start": {
          "line": 579,
          "column": 13
        },
        "end": {
          "line": 579,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18245,
      "end": 18246,
      "loc": {
        "start": {
          "line": 579,
          "column": 24
        },
        "end": {
          "line": 579,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "VariantArrayType",
      "start": 18247,
      "end": 18263,
      "loc": {
        "start": {
          "line": 579,
          "column": 26
        },
        "end": {
          "line": 579,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18263,
      "end": 18264,
      "loc": {
        "start": {
          "line": 579,
          "column": 42
        },
        "end": {
          "line": 579,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Matrix",
      "start": 18264,
      "end": 18270,
      "loc": {
        "start": {
          "line": 579,
          "column": 43
        },
        "end": {
          "line": 579,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18270,
      "end": 18271,
      "loc": {
        "start": {
          "line": 579,
          "column": 49
        },
        "end": {
          "line": 579,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18278,
      "end": 18279,
      "loc": {
        "start": {
          "line": 580,
          "column": 6
        },
        "end": {
          "line": 580,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18284,
      "end": 18285,
      "loc": {
        "start": {
          "line": 581,
          "column": 4
        },
        "end": {
          "line": 581,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18285,
      "end": 18286,
      "loc": {
        "start": {
          "line": 581,
          "column": 5
        },
        "end": {
          "line": 581,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ifLastExtensionMatches",
      "start": 18292,
      "end": 18314,
      "loc": {
        "start": {
          "line": 583,
          "column": 4
        },
        "end": {
          "line": 583,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18314,
      "end": 18315,
      "loc": {
        "start": {
          "line": 583,
          "column": 26
        },
        "end": {
          "line": 583,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18322,
      "end": 18323,
      "loc": {
        "start": {
          "line": 584,
          "column": 6
        },
        "end": {
          "line": 584,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ext",
      "start": 18323,
      "end": 18326,
      "loc": {
        "start": {
          "line": 584,
          "column": 7
        },
        "end": {
          "line": 584,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18326,
      "end": 18327,
      "loc": {
        "start": {
          "line": 584,
          "column": 10
        },
        "end": {
          "line": 584,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18328,
      "end": 18330,
      "loc": {
        "start": {
          "line": 584,
          "column": 12
        },
        "end": {
          "line": 584,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeExtensions",
      "start": 18331,
      "end": 18345,
      "loc": {
        "start": {
          "line": 584,
          "column": 15
        },
        "end": {
          "line": 584,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18345,
      "end": 18346,
      "loc": {
        "start": {
          "line": 584,
          "column": 29
        },
        "end": {
          "line": 584,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 18346,
      "end": 18354,
      "loc": {
        "start": {
          "line": 584,
          "column": 30
        },
        "end": {
          "line": 584,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18354,
      "end": 18355,
      "loc": {
        "start": {
          "line": 584,
          "column": 38
        },
        "end": {
          "line": 584,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ext",
      "start": 18355,
      "end": 18358,
      "loc": {
        "start": {
          "line": 584,
          "column": 39
        },
        "end": {
          "line": 584,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18358,
      "end": 18359,
      "loc": {
        "start": {
          "line": 584,
          "column": 42
        },
        "end": {
          "line": 584,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18359,
      "end": 18360,
      "loc": {
        "start": {
          "line": 584,
          "column": 43
        },
        "end": {
          "line": 584,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18367,
      "end": 18368,
      "loc": {
        "start": {
          "line": 585,
          "column": 6
        },
        "end": {
          "line": 585,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ext",
      "start": 18368,
      "end": 18371,
      "loc": {
        "start": {
          "line": 585,
          "column": 7
        },
        "end": {
          "line": 585,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18371,
      "end": 18372,
      "loc": {
        "start": {
          "line": 585,
          "column": 10
        },
        "end": {
          "line": 585,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18373,
      "end": 18375,
      "loc": {
        "start": {
          "line": 585,
          "column": 12
        },
        "end": {
          "line": 585,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18376,
      "end": 18377,
      "loc": {
        "start": {
          "line": 585,
          "column": 15
        },
        "end": {
          "line": 585,
          "column": 16
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n         * The node's stored {@link node-opcua~DataType}.\n         * @type {?node-opcua~DataType}\n         ",
      "start": 18386,
      "end": 18499,
      "loc": {
        "start": {
          "line": 586,
          "column": 8
        },
        "end": {
          "line": 589,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 18508,
      "end": 18512,
      "loc": {
        "start": {
          "line": 590,
          "column": 8
        },
        "end": {
          "line": 590,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18512,
      "end": 18513,
      "loc": {
        "start": {
          "line": 590,
          "column": 12
        },
        "end": {
          "line": 590,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dataType",
      "start": 18513,
      "end": 18522,
      "loc": {
        "start": {
          "line": 590,
          "column": 13
        },
        "end": {
          "line": 590,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18523,
      "end": 18524,
      "loc": {
        "start": {
          "line": 590,
          "column": 23
        },
        "end": {
          "line": 590,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 18525,
      "end": 18533,
      "loc": {
        "start": {
          "line": 590,
          "column": 25
        },
        "end": {
          "line": 590,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18533,
      "end": 18534,
      "loc": {
        "start": {
          "line": 590,
          "column": 33
        },
        "end": {
          "line": 590,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 18534,
      "end": 18539,
      "loc": {
        "start": {
          "line": 590,
          "column": 34
        },
        "end": {
          "line": 590,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18539,
      "end": 18540,
      "loc": {
        "start": {
          "line": 590,
          "column": 39
        },
        "end": {
          "line": 590,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeExtensions",
      "start": 18540,
      "end": 18554,
      "loc": {
        "start": {
          "line": 590,
          "column": 40
        },
        "end": {
          "line": 590,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18554,
      "end": 18555,
      "loc": {
        "start": {
          "line": 590,
          "column": 54
        },
        "end": {
          "line": 590,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 18555,
      "end": 18562,
      "loc": {
        "start": {
          "line": 590,
          "column": 55
        },
        "end": {
          "line": 590,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18562,
      "end": 18563,
      "loc": {
        "start": {
          "line": 590,
          "column": 62
        },
        "end": {
          "line": 590,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ext",
      "start": 18563,
      "end": 18566,
      "loc": {
        "start": {
          "line": 590,
          "column": 63
        },
        "end": {
          "line": 590,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18566,
      "end": 18567,
      "loc": {
        "start": {
          "line": 590,
          "column": 66
        },
        "end": {
          "line": 590,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18567,
      "end": 18568,
      "loc": {
        "start": {
          "line": 590,
          "column": 67
        },
        "end": {
          "line": 590,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18568,
      "end": 18569,
      "loc": {
        "start": {
          "line": 590,
          "column": 68
        },
        "end": {
          "line": 590,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18569,
      "end": 18570,
      "loc": {
        "start": {
          "line": 590,
          "column": 69
        },
        "end": {
          "line": 590,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18577,
      "end": 18578,
      "loc": {
        "start": {
          "line": 591,
          "column": 6
        },
        "end": {
          "line": 591,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18583,
      "end": 18584,
      "loc": {
        "start": {
          "line": 592,
          "column": 4
        },
        "end": {
          "line": 592,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18584,
      "end": 18585,
      "loc": {
        "start": {
          "line": 592,
          "column": 5
        },
        "end": {
          "line": 592,
          "column": 6
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Handle wrapped data types (e.g. \"bool\" for DataType.Boolean)",
      "start": 18591,
      "end": 18654,
      "loc": {
        "start": {
          "line": 594,
          "column": 4
        },
        "end": {
          "line": 594,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ifLastExtensionMatches",
      "start": 18659,
      "end": 18681,
      "loc": {
        "start": {
          "line": 595,
          "column": 4
        },
        "end": {
          "line": 595,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18681,
      "end": 18682,
      "loc": {
        "start": {
          "line": 595,
          "column": 26
        },
        "end": {
          "line": 595,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18689,
      "end": 18690,
      "loc": {
        "start": {
          "line": 596,
          "column": 6
        },
        "end": {
          "line": 596,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ext",
      "start": 18690,
      "end": 18693,
      "loc": {
        "start": {
          "line": 596,
          "column": 7
        },
        "end": {
          "line": 596,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18693,
      "end": 18694,
      "loc": {
        "start": {
          "line": 596,
          "column": 10
        },
        "end": {
          "line": 596,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18695,
      "end": 18697,
      "loc": {
        "start": {
          "line": 596,
          "column": 12
        },
        "end": {
          "line": 596,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypeForExtension",
      "start": 18698,
      "end": 18718,
      "loc": {
        "start": {
          "line": 596,
          "column": 15
        },
        "end": {
          "line": 596,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18718,
      "end": 18719,
      "loc": {
        "start": {
          "line": 596,
          "column": 35
        },
        "end": {
          "line": 596,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ext",
      "start": 18719,
      "end": 18722,
      "loc": {
        "start": {
          "line": 596,
          "column": 36
        },
        "end": {
          "line": 596,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18722,
      "end": 18723,
      "loc": {
        "start": {
          "line": 596,
          "column": 39
        },
        "end": {
          "line": 596,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18723,
      "end": 18724,
      "loc": {
        "start": {
          "line": 596,
          "column": 40
        },
        "end": {
          "line": 596,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18731,
      "end": 18732,
      "loc": {
        "start": {
          "line": 597,
          "column": 6
        },
        "end": {
          "line": 597,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ext",
      "start": 18732,
      "end": 18735,
      "loc": {
        "start": {
          "line": 597,
          "column": 7
        },
        "end": {
          "line": 597,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18735,
      "end": 18736,
      "loc": {
        "start": {
          "line": 597,
          "column": 10
        },
        "end": {
          "line": 597,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18737,
      "end": 18739,
      "loc": {
        "start": {
          "line": 597,
          "column": 12
        },
        "end": {
          "line": 597,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18740,
      "end": 18741,
      "loc": {
        "start": {
          "line": 597,
          "column": 15
        },
        "end": {
          "line": 597,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 18750,
      "end": 18754,
      "loc": {
        "start": {
          "line": 598,
          "column": 8
        },
        "end": {
          "line": 598,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18754,
      "end": 18755,
      "loc": {
        "start": {
          "line": 598,
          "column": 12
        },
        "end": {
          "line": 598,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dataType",
      "start": 18755,
      "end": 18764,
      "loc": {
        "start": {
          "line": 598,
          "column": 13
        },
        "end": {
          "line": 598,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18765,
      "end": 18766,
      "loc": {
        "start": {
          "line": 598,
          "column": 23
        },
        "end": {
          "line": 598,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 18767,
      "end": 18775,
      "loc": {
        "start": {
          "line": 598,
          "column": 25
        },
        "end": {
          "line": 598,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18775,
      "end": 18776,
      "loc": {
        "start": {
          "line": 598,
          "column": 33
        },
        "end": {
          "line": 598,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypeForExtension",
      "start": 18776,
      "end": 18796,
      "loc": {
        "start": {
          "line": 598,
          "column": 34
        },
        "end": {
          "line": 598,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18796,
      "end": 18797,
      "loc": {
        "start": {
          "line": 598,
          "column": 54
        },
        "end": {
          "line": 598,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ext",
      "start": 18797,
      "end": 18800,
      "loc": {
        "start": {
          "line": 598,
          "column": 55
        },
        "end": {
          "line": 598,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18800,
      "end": 18801,
      "loc": {
        "start": {
          "line": 598,
          "column": 58
        },
        "end": {
          "line": 598,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18801,
      "end": 18802,
      "loc": {
        "start": {
          "line": 598,
          "column": 59
        },
        "end": {
          "line": 598,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18802,
      "end": 18803,
      "loc": {
        "start": {
          "line": 598,
          "column": 60
        },
        "end": {
          "line": 598,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18810,
      "end": 18811,
      "loc": {
        "start": {
          "line": 599,
          "column": 6
        },
        "end": {
          "line": 599,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18816,
      "end": 18817,
      "loc": {
        "start": {
          "line": 600,
          "column": 4
        },
        "end": {
          "line": 600,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18817,
      "end": 18818,
      "loc": {
        "start": {
          "line": 600,
          "column": 5
        },
        "end": {
          "line": 600,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 18824,
      "end": 18826,
      "loc": {
        "start": {
          "line": 602,
          "column": 4
        },
        "end": {
          "line": 602,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18827,
      "end": 18828,
      "loc": {
        "start": {
          "line": 602,
          "column": 7
        },
        "end": {
          "line": 602,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 18828,
      "end": 18838,
      "loc": {
        "start": {
          "line": 602,
          "column": 8
        },
        "end": {
          "line": 602,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18838,
      "end": 18839,
      "loc": {
        "start": {
          "line": 602,
          "column": 18
        },
        "end": {
          "line": 602,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 18839,
      "end": 18845,
      "loc": {
        "start": {
          "line": 602,
          "column": 19
        },
        "end": {
          "line": 602,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 18846,
      "end": 18849,
      "loc": {
        "start": {
          "line": 602,
          "column": 26
        },
        "end": {
          "line": 602,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 18850,
      "end": 18851,
      "loc": {
        "start": {
          "line": 602,
          "column": 30
        },
        "end": {
          "line": 602,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18851,
      "end": 18852,
      "loc": {
        "start": {
          "line": 602,
          "column": 31
        },
        "end": {
          "line": 602,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18853,
      "end": 18854,
      "loc": {
        "start": {
          "line": 602,
          "column": 33
        },
        "end": {
          "line": 602,
          "column": 34
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Got variable",
      "start": 18861,
      "end": 18876,
      "loc": {
        "start": {
          "line": 603,
          "column": 6
        },
        "end": {
          "line": 603,
          "column": 21
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n       * The node's stored type definition.\n       * @type {?node-opcua~NodeId}\n       ",
      "start": 18883,
      "end": 18976,
      "loc": {
        "start": {
          "line": 604,
          "column": 6
        },
        "end": {
          "line": 607,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 18983,
      "end": 18987,
      "loc": {
        "start": {
          "line": 608,
          "column": 6
        },
        "end": {
          "line": 608,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18987,
      "end": 18988,
      "loc": {
        "start": {
          "line": 608,
          "column": 10
        },
        "end": {
          "line": 608,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_references",
      "start": 18988,
      "end": 18999,
      "loc": {
        "start": {
          "line": 608,
          "column": 11
        },
        "end": {
          "line": 608,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18999,
      "end": 19000,
      "loc": {
        "start": {
          "line": 608,
          "column": 22
        },
        "end": {
          "line": 608,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HasTypeDefinition",
      "start": 19000,
      "end": 19017,
      "loc": {
        "start": {
          "line": 608,
          "column": 23
        },
        "end": {
          "line": 608,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19018,
      "end": 19019,
      "loc": {
        "start": {
          "line": 608,
          "column": 41
        },
        "end": {
          "line": 608,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19020,
      "end": 19021,
      "loc": {
        "start": {
          "line": 608,
          "column": 43
        },
        "end": {
          "line": 608,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 19021,
      "end": 19024,
      "loc": {
        "start": {
          "line": 608,
          "column": 44
        },
        "end": {
          "line": 608,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 19025,
      "end": 19031,
      "loc": {
        "start": {
          "line": 608,
          "column": 48
        },
        "end": {
          "line": 608,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19031,
      "end": 19032,
      "loc": {
        "start": {
          "line": 608,
          "column": 54
        },
        "end": {
          "line": 608,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 19032,
      "end": 19038,
      "loc": {
        "start": {
          "line": 608,
          "column": 55
        },
        "end": {
          "line": 608,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19038,
      "end": 19039,
      "loc": {
        "start": {
          "line": 608,
          "column": 61
        },
        "end": {
          "line": 608,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeIdType",
      "start": 19039,
      "end": 19049,
      "loc": {
        "start": {
          "line": 608,
          "column": 62
        },
        "end": {
          "line": 608,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19049,
      "end": 19050,
      "loc": {
        "start": {
          "line": 608,
          "column": 72
        },
        "end": {
          "line": 608,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMERIC",
      "start": 19050,
      "end": 19057,
      "loc": {
        "start": {
          "line": 608,
          "column": 73
        },
        "end": {
          "line": 608,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19057,
      "end": 19058,
      "loc": {
        "start": {
          "line": 608,
          "column": 80
        },
        "end": {
          "line": 608,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 62,
      "start": 19059,
      "end": 19061,
      "loc": {
        "start": {
          "line": 608,
          "column": 82
        },
        "end": {
          "line": 608,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19061,
      "end": 19062,
      "loc": {
        "start": {
          "line": 608,
          "column": 84
        },
        "end": {
          "line": 608,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 19063,
      "end": 19064,
      "loc": {
        "start": {
          "line": 608,
          "column": 86
        },
        "end": {
          "line": 608,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19064,
      "end": 19065,
      "loc": {
        "start": {
          "line": 608,
          "column": 87
        },
        "end": {
          "line": 608,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19065,
      "end": 19066,
      "loc": {
        "start": {
          "line": 608,
          "column": 88
        },
        "end": {
          "line": 608,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19066,
      "end": 19067,
      "loc": {
        "start": {
          "line": 608,
          "column": 89
        },
        "end": {
          "line": 608,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19072,
      "end": 19073,
      "loc": {
        "start": {
          "line": 609,
          "column": 4
        },
        "end": {
          "line": 609,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ifLastExtensionMatches",
      "start": 19079,
      "end": 19101,
      "loc": {
        "start": {
          "line": 611,
          "column": 4
        },
        "end": {
          "line": 611,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19101,
      "end": 19102,
      "loc": {
        "start": {
          "line": 611,
          "column": 26
        },
        "end": {
          "line": 611,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19109,
      "end": 19110,
      "loc": {
        "start": {
          "line": 612,
          "column": 6
        },
        "end": {
          "line": 612,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ext",
      "start": 19110,
      "end": 19113,
      "loc": {
        "start": {
          "line": 612,
          "column": 7
        },
        "end": {
          "line": 612,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19113,
      "end": 19114,
      "loc": {
        "start": {
          "line": 612,
          "column": 10
        },
        "end": {
          "line": 612,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19115,
      "end": 19117,
      "loc": {
        "start": {
          "line": 612,
          "column": 12
        },
        "end": {
          "line": 612,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ext",
      "start": 19118,
      "end": 19121,
      "loc": {
        "start": {
          "line": 612,
          "column": 15
        },
        "end": {
          "line": 612,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 19122,
      "end": 19125,
      "loc": {
        "start": {
          "line": 612,
          "column": 19
        },
        "end": {
          "line": 612,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "prop",
      "start": 19126,
      "end": 19132,
      "loc": {
        "start": {
          "line": 612,
          "column": 23
        },
        "end": {
          "line": 612,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19132,
      "end": 19133,
      "loc": {
        "start": {
          "line": 612,
          "column": 29
        },
        "end": {
          "line": 612,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19140,
      "end": 19141,
      "loc": {
        "start": {
          "line": 613,
          "column": 6
        },
        "end": {
          "line": 613,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19141,
      "end": 19142,
      "loc": {
        "start": {
          "line": 613,
          "column": 7
        },
        "end": {
          "line": 613,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19143,
      "end": 19145,
      "loc": {
        "start": {
          "line": 613,
          "column": 9
        },
        "end": {
          "line": 613,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19146,
      "end": 19147,
      "loc": {
        "start": {
          "line": 613,
          "column": 12
        },
        "end": {
          "line": 613,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 19156,
      "end": 19160,
      "loc": {
        "start": {
          "line": 614,
          "column": 8
        },
        "end": {
          "line": 614,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19160,
      "end": 19161,
      "loc": {
        "start": {
          "line": 614,
          "column": 12
        },
        "end": {
          "line": 614,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_references",
      "start": 19161,
      "end": 19172,
      "loc": {
        "start": {
          "line": 614,
          "column": 13
        },
        "end": {
          "line": 614,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19172,
      "end": 19173,
      "loc": {
        "start": {
          "line": 614,
          "column": 24
        },
        "end": {
          "line": 614,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HasTypeDefinition",
      "start": 19173,
      "end": 19190,
      "loc": {
        "start": {
          "line": 614,
          "column": 25
        },
        "end": {
          "line": 614,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19191,
      "end": 19192,
      "loc": {
        "start": {
          "line": 614,
          "column": 43
        },
        "end": {
          "line": 614,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19193,
      "end": 19194,
      "loc": {
        "start": {
          "line": 614,
          "column": 45
        },
        "end": {
          "line": 614,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 19194,
      "end": 19197,
      "loc": {
        "start": {
          "line": 614,
          "column": 46
        },
        "end": {
          "line": 614,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 19198,
      "end": 19204,
      "loc": {
        "start": {
          "line": 614,
          "column": 50
        },
        "end": {
          "line": 614,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19204,
      "end": 19205,
      "loc": {
        "start": {
          "line": 614,
          "column": 56
        },
        "end": {
          "line": 614,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 19205,
      "end": 19211,
      "loc": {
        "start": {
          "line": 614,
          "column": 57
        },
        "end": {
          "line": 614,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19211,
      "end": 19212,
      "loc": {
        "start": {
          "line": 614,
          "column": 63
        },
        "end": {
          "line": 614,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeIdType",
      "start": 19212,
      "end": 19222,
      "loc": {
        "start": {
          "line": 614,
          "column": 64
        },
        "end": {
          "line": 614,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19222,
      "end": 19223,
      "loc": {
        "start": {
          "line": 614,
          "column": 74
        },
        "end": {
          "line": 614,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMERIC",
      "start": 19223,
      "end": 19230,
      "loc": {
        "start": {
          "line": 614,
          "column": 75
        },
        "end": {
          "line": 614,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19230,
      "end": 19231,
      "loc": {
        "start": {
          "line": 614,
          "column": 82
        },
        "end": {
          "line": 614,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 68,
      "start": 19232,
      "end": 19234,
      "loc": {
        "start": {
          "line": 614,
          "column": 84
        },
        "end": {
          "line": 614,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19234,
      "end": 19235,
      "loc": {
        "start": {
          "line": 614,
          "column": 86
        },
        "end": {
          "line": 614,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 19236,
      "end": 19237,
      "loc": {
        "start": {
          "line": 614,
          "column": 88
        },
        "end": {
          "line": 614,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19237,
      "end": 19238,
      "loc": {
        "start": {
          "line": 614,
          "column": 89
        },
        "end": {
          "line": 614,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19238,
      "end": 19239,
      "loc": {
        "start": {
          "line": 614,
          "column": 90
        },
        "end": {
          "line": 614,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19239,
      "end": 19240,
      "loc": {
        "start": {
          "line": 614,
          "column": 91
        },
        "end": {
          "line": 614,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 19249,
      "end": 19253,
      "loc": {
        "start": {
          "line": 615,
          "column": 8
        },
        "end": {
          "line": 615,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19253,
      "end": 19254,
      "loc": {
        "start": {
          "line": 615,
          "column": 12
        },
        "end": {
          "line": 615,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_references",
      "start": 19254,
      "end": 19265,
      "loc": {
        "start": {
          "line": 615,
          "column": 13
        },
        "end": {
          "line": 615,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19265,
      "end": 19266,
      "loc": {
        "start": {
          "line": 615,
          "column": 24
        },
        "end": {
          "line": 615,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toParent",
      "start": 19266,
      "end": 19274,
      "loc": {
        "start": {
          "line": 615,
          "column": 25
        },
        "end": {
          "line": 615,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19275,
      "end": 19276,
      "loc": {
        "start": {
          "line": 615,
          "column": 34
        },
        "end": {
          "line": 615,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ReferenceTypeIds",
      "start": 19277,
      "end": 19293,
      "loc": {
        "start": {
          "line": 615,
          "column": 36
        },
        "end": {
          "line": 615,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19293,
      "end": 19294,
      "loc": {
        "start": {
          "line": 615,
          "column": 52
        },
        "end": {
          "line": 615,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HasProperty",
      "start": 19294,
      "end": 19305,
      "loc": {
        "start": {
          "line": 615,
          "column": 53
        },
        "end": {
          "line": 615,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19305,
      "end": 19306,
      "loc": {
        "start": {
          "line": 615,
          "column": 64
        },
        "end": {
          "line": 615,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19313,
      "end": 19314,
      "loc": {
        "start": {
          "line": 616,
          "column": 6
        },
        "end": {
          "line": 616,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19319,
      "end": 19320,
      "loc": {
        "start": {
          "line": 617,
          "column": 4
        },
        "end": {
          "line": 617,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19320,
      "end": 19321,
      "loc": {
        "start": {
          "line": 617,
          "column": 5
        },
        "end": {
          "line": 617,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ifLastExtensionMatches",
      "start": 19327,
      "end": 19349,
      "loc": {
        "start": {
          "line": 619,
          "column": 4
        },
        "end": {
          "line": 619,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19349,
      "end": 19350,
      "loc": {
        "start": {
          "line": 619,
          "column": 26
        },
        "end": {
          "line": 619,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19357,
      "end": 19358,
      "loc": {
        "start": {
          "line": 620,
          "column": 6
        },
        "end": {
          "line": 620,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ext",
      "start": 19358,
      "end": 19361,
      "loc": {
        "start": {
          "line": 620,
          "column": 7
        },
        "end": {
          "line": 620,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19361,
      "end": 19362,
      "loc": {
        "start": {
          "line": 620,
          "column": 10
        },
        "end": {
          "line": 620,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19363,
      "end": 19365,
      "loc": {
        "start": {
          "line": 620,
          "column": 12
        },
        "end": {
          "line": 620,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ext",
      "start": 19366,
      "end": 19369,
      "loc": {
        "start": {
          "line": 620,
          "column": 15
        },
        "end": {
          "line": 620,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 19370,
      "end": 19373,
      "loc": {
        "start": {
          "line": 620,
          "column": 19
        },
        "end": {
          "line": 620,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 19374,
      "end": 19379,
      "loc": {
        "start": {
          "line": 620,
          "column": 23
        },
        "end": {
          "line": 620,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19379,
      "end": 19380,
      "loc": {
        "start": {
          "line": 620,
          "column": 28
        },
        "end": {
          "line": 620,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19387,
      "end": 19388,
      "loc": {
        "start": {
          "line": 621,
          "column": 6
        },
        "end": {
          "line": 621,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19388,
      "end": 19389,
      "loc": {
        "start": {
          "line": 621,
          "column": 7
        },
        "end": {
          "line": 621,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19390,
      "end": 19392,
      "loc": {
        "start": {
          "line": 621,
          "column": 9
        },
        "end": {
          "line": 621,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19393,
      "end": 19394,
      "loc": {
        "start": {
          "line": 621,
          "column": 12
        },
        "end": {
          "line": 621,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 19403,
      "end": 19407,
      "loc": {
        "start": {
          "line": 622,
          "column": 8
        },
        "end": {
          "line": 622,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19407,
      "end": 19408,
      "loc": {
        "start": {
          "line": 622,
          "column": 12
        },
        "end": {
          "line": 622,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_references",
      "start": 19408,
      "end": 19419,
      "loc": {
        "start": {
          "line": 622,
          "column": 13
        },
        "end": {
          "line": 622,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19419,
      "end": 19420,
      "loc": {
        "start": {
          "line": 622,
          "column": 24
        },
        "end": {
          "line": 622,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HasTypeDefinition",
      "start": 19420,
      "end": 19437,
      "loc": {
        "start": {
          "line": 622,
          "column": 25
        },
        "end": {
          "line": 622,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19438,
      "end": 19439,
      "loc": {
        "start": {
          "line": 622,
          "column": 43
        },
        "end": {
          "line": 622,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19440,
      "end": 19441,
      "loc": {
        "start": {
          "line": 622,
          "column": 45
        },
        "end": {
          "line": 622,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 19441,
      "end": 19444,
      "loc": {
        "start": {
          "line": 622,
          "column": 46
        },
        "end": {
          "line": 622,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 19445,
      "end": 19451,
      "loc": {
        "start": {
          "line": 622,
          "column": 50
        },
        "end": {
          "line": 622,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19451,
      "end": 19452,
      "loc": {
        "start": {
          "line": 622,
          "column": 56
        },
        "end": {
          "line": 622,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Custom.VarResourceType",
      "start": 19452,
      "end": 19476,
      "loc": {
        "start": {
          "line": 622,
          "column": 57
        },
        "end": {
          "line": 622,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19476,
      "end": 19477,
      "loc": {
        "start": {
          "line": 622,
          "column": 81
        },
        "end": {
          "line": 622,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19477,
      "end": 19478,
      "loc": {
        "start": {
          "line": 622,
          "column": 82
        },
        "end": {
          "line": 622,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19478,
      "end": 19479,
      "loc": {
        "start": {
          "line": 622,
          "column": 83
        },
        "end": {
          "line": 622,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19486,
      "end": 19487,
      "loc": {
        "start": {
          "line": 623,
          "column": 6
        },
        "end": {
          "line": 623,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19492,
      "end": 19493,
      "loc": {
        "start": {
          "line": 624,
          "column": 4
        },
        "end": {
          "line": 624,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19493,
      "end": 19494,
      "loc": {
        "start": {
          "line": 624,
          "column": 5
        },
        "end": {
          "line": 624,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 19500,
      "end": 19502,
      "loc": {
        "start": {
          "line": 626,
          "column": 4
        },
        "end": {
          "line": 626,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19503,
      "end": 19504,
      "loc": {
        "start": {
          "line": 626,
          "column": 7
        },
        "end": {
          "line": 626,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 19504,
      "end": 19505,
      "loc": {
        "start": {
          "line": 626,
          "column": 8
        },
        "end": {
          "line": 626,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "complete",
      "start": 19505,
      "end": 19513,
      "loc": {
        "start": {
          "line": 626,
          "column": 9
        },
        "end": {
          "line": 626,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19513,
      "end": 19514,
      "loc": {
        "start": {
          "line": 626,
          "column": 17
        },
        "end": {
          "line": 626,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19514,
      "end": 19515,
      "loc": {
        "start": {
          "line": 626,
          "column": 18
        },
        "end": {
          "line": 626,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19515,
      "end": 19516,
      "loc": {
        "start": {
          "line": 626,
          "column": 19
        },
        "end": {
          "line": 626,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19517,
      "end": 19518,
      "loc": {
        "start": {
          "line": 626,
          "column": 21
        },
        "end": {
          "line": 626,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Handle atvise types",
      "start": 19525,
      "end": 19547,
      "loc": {
        "start": {
          "line": 627,
          "column": 6
        },
        "end": {
          "line": 627,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 19554,
      "end": 19557,
      "loc": {
        "start": {
          "line": 628,
          "column": 6
        },
        "end": {
          "line": 628,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foundAtType",
      "start": 19558,
      "end": 19569,
      "loc": {
        "start": {
          "line": 628,
          "column": 10
        },
        "end": {
          "line": 628,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19570,
      "end": 19571,
      "loc": {
        "start": {
          "line": 628,
          "column": 22
        },
        "end": {
          "line": 628,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 19572,
      "end": 19577,
      "loc": {
        "start": {
          "line": 628,
          "column": 24
        },
        "end": {
          "line": 628,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19577,
      "end": 19578,
      "loc": {
        "start": {
          "line": 628,
          "column": 29
        },
        "end": {
          "line": 628,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 19586,
      "end": 19592,
      "loc": {
        "start": {
          "line": 630,
          "column": 6
        },
        "end": {
          "line": 630,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19592,
      "end": 19593,
      "loc": {
        "start": {
          "line": 630,
          "column": 12
        },
        "end": {
          "line": 630,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entries",
      "start": 19593,
      "end": 19600,
      "loc": {
        "start": {
          "line": 630,
          "column": 13
        },
        "end": {
          "line": 630,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19600,
      "end": 19601,
      "loc": {
        "start": {
          "line": 630,
          "column": 20
        },
        "end": {
          "line": 630,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseTypesByIdentifier",
      "start": 19601,
      "end": 19624,
      "loc": {
        "start": {
          "line": 630,
          "column": 21
        },
        "end": {
          "line": 630,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19624,
      "end": 19625,
      "loc": {
        "start": {
          "line": 630,
          "column": 44
        },
        "end": {
          "line": 630,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19625,
      "end": 19626,
      "loc": {
        "start": {
          "line": 630,
          "column": 45
        },
        "end": {
          "line": 630,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 19626,
      "end": 19633,
      "loc": {
        "start": {
          "line": 630,
          "column": 46
        },
        "end": {
          "line": 630,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19633,
      "end": 19634,
      "loc": {
        "start": {
          "line": 630,
          "column": 53
        },
        "end": {
          "line": 630,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19634,
      "end": 19635,
      "loc": {
        "start": {
          "line": 630,
          "column": 54
        },
        "end": {
          "line": 630,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19635,
      "end": 19636,
      "loc": {
        "start": {
          "line": 630,
          "column": 55
        },
        "end": {
          "line": 630,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 19636,
      "end": 19646,
      "loc": {
        "start": {
          "line": 630,
          "column": 56
        },
        "end": {
          "line": 630,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19646,
      "end": 19647,
      "loc": {
        "start": {
          "line": 630,
          "column": 66
        },
        "end": {
          "line": 630,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 19648,
      "end": 19652,
      "loc": {
        "start": {
          "line": 630,
          "column": 68
        },
        "end": {
          "line": 630,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19652,
      "end": 19653,
      "loc": {
        "start": {
          "line": 630,
          "column": 72
        },
        "end": {
          "line": 630,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19653,
      "end": 19654,
      "loc": {
        "start": {
          "line": 630,
          "column": 73
        },
        "end": {
          "line": 630,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19655,
      "end": 19657,
      "loc": {
        "start": {
          "line": 630,
          "column": 75
        },
        "end": {
          "line": 630,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19658,
      "end": 19659,
      "loc": {
        "start": {
          "line": 630,
          "column": 78
        },
        "end": {
          "line": 630,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 19668,
      "end": 19670,
      "loc": {
        "start": {
          "line": 631,
          "column": 8
        },
        "end": {
          "line": 631,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19671,
      "end": 19672,
      "loc": {
        "start": {
          "line": 631,
          "column": 11
        },
        "end": {
          "line": 631,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 19672,
      "end": 19673,
      "loc": {
        "start": {
          "line": 631,
          "column": 12
        },
        "end": {
          "line": 631,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foundAtType",
      "start": 19673,
      "end": 19684,
      "loc": {
        "start": {
          "line": 631,
          "column": 13
        },
        "end": {
          "line": 631,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 19685,
      "end": 19687,
      "loc": {
        "start": {
          "line": 631,
          "column": 25
        },
        "end": {
          "line": 631,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 19688,
      "end": 19698,
      "loc": {
        "start": {
          "line": 631,
          "column": 28
        },
        "end": {
          "line": 631,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19698,
      "end": 19699,
      "loc": {
        "start": {
          "line": 631,
          "column": 38
        },
        "end": {
          "line": 631,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 19699,
      "end": 19707,
      "loc": {
        "start": {
          "line": 631,
          "column": 39
        },
        "end": {
          "line": 631,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19707,
      "end": 19708,
      "loc": {
        "start": {
          "line": 631,
          "column": 47
        },
        "end": {
          "line": 631,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 19708,
      "end": 19718,
      "loc": {
        "start": {
          "line": 631,
          "column": 48
        },
        "end": {
          "line": 631,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19718,
      "end": 19719,
      "loc": {
        "start": {
          "line": 631,
          "column": 58
        },
        "end": {
          "line": 631,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19719,
      "end": 19720,
      "loc": {
        "start": {
          "line": 631,
          "column": 59
        },
        "end": {
          "line": 631,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19721,
      "end": 19722,
      "loc": {
        "start": {
          "line": 631,
          "column": 61
        },
        "end": {
          "line": 631,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foundAtType",
      "start": 19733,
      "end": 19744,
      "loc": {
        "start": {
          "line": 632,
          "column": 10
        },
        "end": {
          "line": 632,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19745,
      "end": 19746,
      "loc": {
        "start": {
          "line": 632,
          "column": 22
        },
        "end": {
          "line": 632,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 19747,
      "end": 19751,
      "loc": {
        "start": {
          "line": 632,
          "column": 24
        },
        "end": {
          "line": 632,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19751,
      "end": 19752,
      "loc": {
        "start": {
          "line": 632,
          "column": 28
        },
        "end": {
          "line": 632,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 19764,
      "end": 19766,
      "loc": {
        "start": {
          "line": 634,
          "column": 10
        },
        "end": {
          "line": 634,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19767,
      "end": 19768,
      "loc": {
        "start": {
          "line": 634,
          "column": 13
        },
        "end": {
          "line": 634,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 19768,
      "end": 19769,
      "loc": {
        "start": {
          "line": 634,
          "column": 14
        },
        "end": {
          "line": 634,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19769,
      "end": 19770,
      "loc": {
        "start": {
          "line": 634,
          "column": 15
        },
        "end": {
          "line": 634,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 19770,
      "end": 19774,
      "loc": {
        "start": {
          "line": 634,
          "column": 16
        },
        "end": {
          "line": 634,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 19775,
      "end": 19785,
      "loc": {
        "start": {
          "line": 634,
          "column": 21
        },
        "end": {
          "line": 634,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseResourceType",
      "start": 19786,
      "end": 19804,
      "loc": {
        "start": {
          "line": 634,
          "column": 32
        },
        "end": {
          "line": 634,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19804,
      "end": 19805,
      "loc": {
        "start": {
          "line": 634,
          "column": 50
        },
        "end": {
          "line": 634,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19805,
      "end": 19806,
      "loc": {
        "start": {
          "line": 634,
          "column": 51
        },
        "end": {
          "line": 634,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19807,
      "end": 19808,
      "loc": {
        "start": {
          "line": 634,
          "column": 53
        },
        "end": {
          "line": 634,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 19821,
      "end": 19831,
      "loc": {
        "start": {
          "line": 635,
          "column": 12
        },
        "end": {
          "line": 635,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19832,
      "end": 19833,
      "loc": {
        "start": {
          "line": 635,
          "column": 23
        },
        "end": {
          "line": 635,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 19834,
      "end": 19844,
      "loc": {
        "start": {
          "line": 635,
          "column": 25
        },
        "end": {
          "line": 635,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19844,
      "end": 19845,
      "loc": {
        "start": {
          "line": 635,
          "column": 35
        },
        "end": {
          "line": 635,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 19845,
      "end": 19851,
      "loc": {
        "start": {
          "line": 635,
          "column": 36
        },
        "end": {
          "line": 635,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19851,
      "end": 19852,
      "loc": {
        "start": {
          "line": 635,
          "column": 42
        },
        "end": {
          "line": 635,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19852,
      "end": 19853,
      "loc": {
        "start": {
          "line": 635,
          "column": 43
        },
        "end": {
          "line": 635,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 19853,
      "end": 19854,
      "loc": {
        "start": {
          "line": 635,
          "column": 44
        },
        "end": {
          "line": 635,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19854,
      "end": 19855,
      "loc": {
        "start": {
          "line": 635,
          "column": 45
        },
        "end": {
          "line": 635,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19856,
      "end": 19858,
      "loc": {
        "start": {
          "line": 635,
          "column": 47
        },
        "end": {
          "line": 635,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 19859,
      "end": 19860,
      "loc": {
        "start": {
          "line": 635,
          "column": 50
        },
        "end": {
          "line": 635,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 19861,
      "end": 19864,
      "loc": {
        "start": {
          "line": 635,
          "column": 52
        },
        "end": {
          "line": 635,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 19865,
      "end": 19875,
      "loc": {
        "start": {
          "line": 635,
          "column": 56
        },
        "end": {
          "line": 635,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19875,
      "end": 19876,
      "loc": {
        "start": {
          "line": 635,
          "column": 66
        },
        "end": {
          "line": 635,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19876,
      "end": 19877,
      "loc": {
        "start": {
          "line": 635,
          "column": 67
        },
        "end": {
          "line": 635,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19888,
      "end": 19889,
      "loc": {
        "start": {
          "line": 636,
          "column": 10
        },
        "end": {
          "line": 636,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 19901,
      "end": 19905,
      "loc": {
        "start": {
          "line": 638,
          "column": 10
        },
        "end": {
          "line": 638,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19905,
      "end": 19906,
      "loc": {
        "start": {
          "line": 638,
          "column": 14
        },
        "end": {
          "line": 638,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_references",
      "start": 19906,
      "end": 19917,
      "loc": {
        "start": {
          "line": 638,
          "column": 15
        },
        "end": {
          "line": 638,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19917,
      "end": 19918,
      "loc": {
        "start": {
          "line": 638,
          "column": 26
        },
        "end": {
          "line": 638,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HasTypeDefinition",
      "start": 19918,
      "end": 19935,
      "loc": {
        "start": {
          "line": 638,
          "column": 27
        },
        "end": {
          "line": 638,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19936,
      "end": 19937,
      "loc": {
        "start": {
          "line": 638,
          "column": 45
        },
        "end": {
          "line": 638,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19938,
      "end": 19939,
      "loc": {
        "start": {
          "line": 638,
          "column": 47
        },
        "end": {
          "line": 638,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 19939,
      "end": 19943,
      "loc": {
        "start": {
          "line": 638,
          "column": 48
        },
        "end": {
          "line": 638,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19943,
      "end": 19944,
      "loc": {
        "start": {
          "line": 638,
          "column": 52
        },
        "end": {
          "line": 638,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeDefinition",
      "start": 19944,
      "end": 19958,
      "loc": {
        "start": {
          "line": 638,
          "column": 53
        },
        "end": {
          "line": 638,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19958,
      "end": 19959,
      "loc": {
        "start": {
          "line": 638,
          "column": 67
        },
        "end": {
          "line": 638,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19959,
      "end": 19960,
      "loc": {
        "start": {
          "line": 638,
          "column": 68
        },
        "end": {
          "line": 638,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 19971,
      "end": 19975,
      "loc": {
        "start": {
          "line": 639,
          "column": 10
        },
        "end": {
          "line": 639,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19975,
      "end": 19976,
      "loc": {
        "start": {
          "line": 639,
          "column": 14
        },
        "end": {
          "line": 639,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dataType",
      "start": 19976,
      "end": 19985,
      "loc": {
        "start": {
          "line": 639,
          "column": 15
        },
        "end": {
          "line": 639,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19986,
      "end": 19987,
      "loc": {
        "start": {
          "line": 639,
          "column": 25
        },
        "end": {
          "line": 639,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 19988,
      "end": 19992,
      "loc": {
        "start": {
          "line": 639,
          "column": 27
        },
        "end": {
          "line": 639,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19992,
      "end": 19993,
      "loc": {
        "start": {
          "line": 639,
          "column": 31
        },
        "end": {
          "line": 639,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 19993,
      "end": 20001,
      "loc": {
        "start": {
          "line": 639,
          "column": 32
        },
        "end": {
          "line": 639,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20001,
      "end": 20002,
      "loc": {
        "start": {
          "line": 639,
          "column": 40
        },
        "end": {
          "line": 639,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20011,
      "end": 20012,
      "loc": {
        "start": {
          "line": 640,
          "column": 8
        },
        "end": {
          "line": 640,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20019,
      "end": 20020,
      "loc": {
        "start": {
          "line": 641,
          "column": 6
        },
        "end": {
          "line": 641,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20020,
      "end": 20021,
      "loc": {
        "start": {
          "line": 641,
          "column": 7
        },
        "end": {
          "line": 641,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20021,
      "end": 20022,
      "loc": {
        "start": {
          "line": 641,
          "column": 8
        },
        "end": {
          "line": 641,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20027,
      "end": 20028,
      "loc": {
        "start": {
          "line": 642,
          "column": 4
        },
        "end": {
          "line": 642,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 20034,
      "end": 20036,
      "loc": {
        "start": {
          "line": 644,
          "column": 4
        },
        "end": {
          "line": 644,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20037,
      "end": 20038,
      "loc": {
        "start": {
          "line": 644,
          "column": 7
        },
        "end": {
          "line": 644,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 20038,
      "end": 20039,
      "loc": {
        "start": {
          "line": 644,
          "column": 8
        },
        "end": {
          "line": 644,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "complete",
      "start": 20039,
      "end": 20047,
      "loc": {
        "start": {
          "line": 644,
          "column": 9
        },
        "end": {
          "line": 644,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20047,
      "end": 20048,
      "loc": {
        "start": {
          "line": 644,
          "column": 17
        },
        "end": {
          "line": 644,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20048,
      "end": 20049,
      "loc": {
        "start": {
          "line": 644,
          "column": 18
        },
        "end": {
          "line": 644,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20049,
      "end": 20050,
      "loc": {
        "start": {
          "line": 644,
          "column": 19
        },
        "end": {
          "line": 644,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20051,
      "end": 20052,
      "loc": {
        "start": {
          "line": 644,
          "column": 21
        },
        "end": {
          "line": 644,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20059,
      "end": 20063,
      "loc": {
        "start": {
          "line": 645,
          "column": 6
        },
        "end": {
          "line": 645,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20063,
      "end": 20064,
      "loc": {
        "start": {
          "line": 645,
          "column": 10
        },
        "end": {
          "line": 645,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_references",
      "start": 20064,
      "end": 20075,
      "loc": {
        "start": {
          "line": 645,
          "column": 11
        },
        "end": {
          "line": 645,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20075,
      "end": 20076,
      "loc": {
        "start": {
          "line": 645,
          "column": 22
        },
        "end": {
          "line": 645,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HasTypeDefinition",
      "start": 20076,
      "end": 20093,
      "loc": {
        "start": {
          "line": 645,
          "column": 23
        },
        "end": {
          "line": 645,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20094,
      "end": 20095,
      "loc": {
        "start": {
          "line": 645,
          "column": 41
        },
        "end": {
          "line": 645,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20096,
      "end": 20097,
      "loc": {
        "start": {
          "line": 645,
          "column": 43
        },
        "end": {
          "line": 645,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 20106,
      "end": 20109,
      "loc": {
        "start": {
          "line": 646,
          "column": 8
        },
        "end": {
          "line": 646,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 20110,
      "end": 20116,
      "loc": {
        "start": {
          "line": 646,
          "column": 12
        },
        "end": {
          "line": 646,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20116,
      "end": 20117,
      "loc": {
        "start": {
          "line": 646,
          "column": 18
        },
        "end": {
          "line": 646,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "VariableTypes.ATVISE.Resource.OctetStream",
      "start": 20117,
      "end": 20160,
      "loc": {
        "start": {
          "line": 646,
          "column": 19
        },
        "end": {
          "line": 646,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20160,
      "end": 20161,
      "loc": {
        "start": {
          "line": 646,
          "column": 62
        },
        "end": {
          "line": 646,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20161,
      "end": 20162,
      "loc": {
        "start": {
          "line": 646,
          "column": 63
        },
        "end": {
          "line": 646,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20169,
      "end": 20170,
      "loc": {
        "start": {
          "line": 647,
          "column": 6
        },
        "end": {
          "line": 647,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20170,
      "end": 20171,
      "loc": {
        "start": {
          "line": 647,
          "column": 7
        },
        "end": {
          "line": 647,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20178,
      "end": 20182,
      "loc": {
        "start": {
          "line": 648,
          "column": 6
        },
        "end": {
          "line": 648,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20182,
      "end": 20183,
      "loc": {
        "start": {
          "line": 648,
          "column": 10
        },
        "end": {
          "line": 648,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dataType",
      "start": 20183,
      "end": 20192,
      "loc": {
        "start": {
          "line": 648,
          "column": 11
        },
        "end": {
          "line": 648,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20193,
      "end": 20194,
      "loc": {
        "start": {
          "line": 648,
          "column": 21
        },
        "end": {
          "line": 648,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 20195,
      "end": 20203,
      "loc": {
        "start": {
          "line": 648,
          "column": 23
        },
        "end": {
          "line": 648,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20203,
      "end": 20204,
      "loc": {
        "start": {
          "line": 648,
          "column": 31
        },
        "end": {
          "line": 648,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ByteString",
      "start": 20204,
      "end": 20214,
      "loc": {
        "start": {
          "line": 648,
          "column": 32
        },
        "end": {
          "line": 648,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20214,
      "end": 20215,
      "loc": {
        "start": {
          "line": 648,
          "column": 42
        },
        "end": {
          "line": 648,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20220,
      "end": 20221,
      "loc": {
        "start": {
          "line": 649,
          "column": 4
        },
        "end": {
          "line": 649,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20227,
      "end": 20231,
      "loc": {
        "start": {
          "line": 651,
          "column": 4
        },
        "end": {
          "line": 651,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20231,
      "end": 20232,
      "loc": {
        "start": {
          "line": 651,
          "column": 8
        },
        "end": {
          "line": 651,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_name",
      "start": 20232,
      "end": 20237,
      "loc": {
        "start": {
          "line": 651,
          "column": 9
        },
        "end": {
          "line": 651,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20238,
      "end": 20239,
      "loc": {
        "start": {
          "line": 651,
          "column": 15
        },
        "end": {
          "line": 651,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20240,
      "end": 20241,
      "loc": {
        "start": {
          "line": 651,
          "column": 17
        },
        "end": {
          "line": 651,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20241,
      "end": 20245,
      "loc": {
        "start": {
          "line": 651,
          "column": 18
        },
        "end": {
          "line": 651,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20245,
      "end": 20246,
      "loc": {
        "start": {
          "line": 651,
          "column": 22
        },
        "end": {
          "line": 651,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_name",
      "start": 20246,
      "end": 20251,
      "loc": {
        "start": {
          "line": 651,
          "column": 23
        },
        "end": {
          "line": 651,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20251,
      "end": 20252,
      "loc": {
        "start": {
          "line": 651,
          "column": 28
        },
        "end": {
          "line": 651,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20253,
      "end": 20256,
      "loc": {
        "start": {
          "line": 651,
          "column": 30
        },
        "end": {
          "line": 651,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 20256,
      "end": 20266,
      "loc": {
        "start": {
          "line": 651,
          "column": 33
        },
        "end": {
          "line": 651,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20266,
      "end": 20267,
      "loc": {
        "start": {
          "line": 651,
          "column": 43
        },
        "end": {
          "line": 651,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 20267,
      "end": 20273,
      "loc": {
        "start": {
          "line": 651,
          "column": 44
        },
        "end": {
          "line": 651,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20273,
      "end": 20274,
      "loc": {
        "start": {
          "line": 651,
          "column": 50
        },
        "end": {
          "line": 651,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20274,
      "end": 20275,
      "loc": {
        "start": {
          "line": 651,
          "column": 51
        },
        "end": {
          "line": 651,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 20275,
      "end": 20276,
      "loc": {
        "start": {
          "line": 651,
          "column": 52
        },
        "end": {
          "line": 651,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20276,
      "end": 20277,
      "loc": {
        "start": {
          "line": 651,
          "column": 53
        },
        "end": {
          "line": 651,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20278,
      "end": 20280,
      "loc": {
        "start": {
          "line": 651,
          "column": 55
        },
        "end": {
          "line": 651,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 20281,
      "end": 20282,
      "loc": {
        "start": {
          "line": 651,
          "column": 58
        },
        "end": {
          "line": 651,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirnameExts",
      "start": 20282,
      "end": 20293,
      "loc": {
        "start": {
          "line": 651,
          "column": 59
        },
        "end": {
          "line": 651,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20293,
      "end": 20294,
      "loc": {
        "start": {
          "line": 651,
          "column": 70
        },
        "end": {
          "line": 651,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 20294,
      "end": 20302,
      "loc": {
        "start": {
          "line": 651,
          "column": 71
        },
        "end": {
          "line": 651,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20302,
      "end": 20303,
      "loc": {
        "start": {
          "line": 651,
          "column": 79
        },
        "end": {
          "line": 651,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 20303,
      "end": 20304,
      "loc": {
        "start": {
          "line": 651,
          "column": 80
        },
        "end": {
          "line": 651,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20304,
      "end": 20305,
      "loc": {
        "start": {
          "line": 651,
          "column": 81
        },
        "end": {
          "line": 651,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20305,
      "end": 20306,
      "loc": {
        "start": {
          "line": 651,
          "column": 82
        },
        "end": {
          "line": 651,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20306,
      "end": 20307,
      "loc": {
        "start": {
          "line": 651,
          "column": 83
        },
        "end": {
          "line": 651,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20307,
      "end": 20308,
      "loc": {
        "start": {
          "line": 651,
          "column": 84
        },
        "end": {
          "line": 651,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 20308,
      "end": 20312,
      "loc": {
        "start": {
          "line": 651,
          "column": 85
        },
        "end": {
          "line": 651,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20312,
      "end": 20313,
      "loc": {
        "start": {
          "line": 651,
          "column": 89
        },
        "end": {
          "line": 651,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 20313,
      "end": 20316,
      "loc": {
        "start": {
          "line": 651,
          "column": 90
        },
        "end": {
          "line": 651,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20316,
      "end": 20317,
      "loc": {
        "start": {
          "line": 651,
          "column": 93
        },
        "end": {
          "line": 651,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20317,
      "end": 20318,
      "loc": {
        "start": {
          "line": 651,
          "column": 94
        },
        "end": {
          "line": 651,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20321,
      "end": 20322,
      "loc": {
        "start": {
          "line": 652,
          "column": 2
        },
        "end": {
          "line": 652,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Computes a file's metadata if needed.\n   * @return {AtviseFile} The file.\n   ",
      "start": 20326,
      "end": 20414,
      "loc": {
        "start": {
          "line": 654,
          "column": 2
        },
        "end": {
          "line": 657,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getMetadata",
      "start": 20417,
      "end": 20428,
      "loc": {
        "start": {
          "line": 658,
          "column": 2
        },
        "end": {
          "line": 658,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20428,
      "end": 20429,
      "loc": {
        "start": {
          "line": 658,
          "column": 13
        },
        "end": {
          "line": 658,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20429,
      "end": 20430,
      "loc": {
        "start": {
          "line": 658,
          "column": 14
        },
        "end": {
          "line": 658,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20431,
      "end": 20432,
      "loc": {
        "start": {
          "line": 658,
          "column": 16
        },
        "end": {
          "line": 658,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 20437,
      "end": 20439,
      "loc": {
        "start": {
          "line": 659,
          "column": 4
        },
        "end": {
          "line": 659,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20440,
      "end": 20441,
      "loc": {
        "start": {
          "line": 659,
          "column": 7
        },
        "end": {
          "line": 659,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 20441,
      "end": 20442,
      "loc": {
        "start": {
          "line": 659,
          "column": 8
        },
        "end": {
          "line": 659,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20442,
      "end": 20446,
      "loc": {
        "start": {
          "line": 659,
          "column": 9
        },
        "end": {
          "line": 659,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20446,
      "end": 20447,
      "loc": {
        "start": {
          "line": 659,
          "column": 13
        },
        "end": {
          "line": 659,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_nodeClass",
      "start": 20447,
      "end": 20457,
      "loc": {
        "start": {
          "line": 659,
          "column": 14
        },
        "end": {
          "line": 659,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20457,
      "end": 20458,
      "loc": {
        "start": {
          "line": 659,
          "column": 24
        },
        "end": {
          "line": 659,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20459,
      "end": 20460,
      "loc": {
        "start": {
          "line": 659,
          "column": 26
        },
        "end": {
          "line": 659,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20467,
      "end": 20471,
      "loc": {
        "start": {
          "line": 660,
          "column": 6
        },
        "end": {
          "line": 660,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20471,
      "end": 20472,
      "loc": {
        "start": {
          "line": 660,
          "column": 10
        },
        "end": {
          "line": 660,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getMetadata",
      "start": 20472,
      "end": 20484,
      "loc": {
        "start": {
          "line": 660,
          "column": 11
        },
        "end": {
          "line": 660,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20484,
      "end": 20485,
      "loc": {
        "start": {
          "line": 660,
          "column": 23
        },
        "end": {
          "line": 660,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20485,
      "end": 20486,
      "loc": {
        "start": {
          "line": 660,
          "column": 24
        },
        "end": {
          "line": 660,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20486,
      "end": 20487,
      "loc": {
        "start": {
          "line": 660,
          "column": 25
        },
        "end": {
          "line": 660,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20492,
      "end": 20493,
      "loc": {
        "start": {
          "line": 661,
          "column": 4
        },
        "end": {
          "line": 661,
          "column": 5
        }
      }
    },
    {
      "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": 20499,
      "end": 20505,
      "loc": {
        "start": {
          "line": 663,
          "column": 4
        },
        "end": {
          "line": 663,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20506,
      "end": 20510,
      "loc": {
        "start": {
          "line": 663,
          "column": 11
        },
        "end": {
          "line": 663,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20510,
      "end": 20511,
      "loc": {
        "start": {
          "line": 663,
          "column": 15
        },
        "end": {
          "line": 663,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20514,
      "end": 20515,
      "loc": {
        "start": {
          "line": 664,
          "column": 2
        },
        "end": {
          "line": 664,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * The node's class.\n   * @type {node-opcua~NodeClass}\n   ",
      "start": 20519,
      "end": 20585,
      "loc": {
        "start": {
          "line": 666,
          "column": 2
        },
        "end": {
          "line": 669,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 20588,
      "end": 20591,
      "loc": {
        "start": {
          "line": 670,
          "column": 2
        },
        "end": {
          "line": 670,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeClass",
      "start": 20592,
      "end": 20601,
      "loc": {
        "start": {
          "line": 670,
          "column": 6
        },
        "end": {
          "line": 670,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20601,
      "end": 20602,
      "loc": {
        "start": {
          "line": 670,
          "column": 15
        },
        "end": {
          "line": 670,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20602,
      "end": 20603,
      "loc": {
        "start": {
          "line": 670,
          "column": 16
        },
        "end": {
          "line": 670,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20604,
      "end": 20605,
      "loc": {
        "start": {
          "line": 670,
          "column": 18
        },
        "end": {
          "line": 670,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 20610,
      "end": 20612,
      "loc": {
        "start": {
          "line": 671,
          "column": 4
        },
        "end": {
          "line": 671,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20613,
      "end": 20614,
      "loc": {
        "start": {
          "line": 671,
          "column": 7
        },
        "end": {
          "line": 671,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 20614,
      "end": 20615,
      "loc": {
        "start": {
          "line": 671,
          "column": 8
        },
        "end": {
          "line": 671,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20615,
      "end": 20619,
      "loc": {
        "start": {
          "line": 671,
          "column": 9
        },
        "end": {
          "line": 671,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20619,
      "end": 20620,
      "loc": {
        "start": {
          "line": 671,
          "column": 13
        },
        "end": {
          "line": 671,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_nodeClass",
      "start": 20620,
      "end": 20630,
      "loc": {
        "start": {
          "line": 671,
          "column": 14
        },
        "end": {
          "line": 671,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20630,
      "end": 20631,
      "loc": {
        "start": {
          "line": 671,
          "column": 24
        },
        "end": {
          "line": 671,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20632,
      "end": 20633,
      "loc": {
        "start": {
          "line": 671,
          "column": 26
        },
        "end": {
          "line": 671,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20640,
      "end": 20644,
      "loc": {
        "start": {
          "line": 672,
          "column": 6
        },
        "end": {
          "line": 672,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20644,
      "end": 20645,
      "loc": {
        "start": {
          "line": 672,
          "column": 10
        },
        "end": {
          "line": 672,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getMetadata",
      "start": 20645,
      "end": 20657,
      "loc": {
        "start": {
          "line": 672,
          "column": 11
        },
        "end": {
          "line": 672,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20657,
      "end": 20658,
      "loc": {
        "start": {
          "line": 672,
          "column": 23
        },
        "end": {
          "line": 672,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20658,
      "end": 20659,
      "loc": {
        "start": {
          "line": 672,
          "column": 24
        },
        "end": {
          "line": 672,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20659,
      "end": 20660,
      "loc": {
        "start": {
          "line": 672,
          "column": 25
        },
        "end": {
          "line": 672,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20665,
      "end": 20666,
      "loc": {
        "start": {
          "line": 673,
          "column": 4
        },
        "end": {
          "line": 673,
          "column": 5
        }
      }
    },
    {
      "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": 20672,
      "end": 20678,
      "loc": {
        "start": {
          "line": 675,
          "column": 4
        },
        "end": {
          "line": 675,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20679,
      "end": 20683,
      "loc": {
        "start": {
          "line": 675,
          "column": 11
        },
        "end": {
          "line": 675,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20683,
      "end": 20684,
      "loc": {
        "start": {
          "line": 675,
          "column": 15
        },
        "end": {
          "line": 675,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_nodeClass",
      "start": 20684,
      "end": 20694,
      "loc": {
        "start": {
          "line": 675,
          "column": 16
        },
        "end": {
          "line": 675,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20694,
      "end": 20695,
      "loc": {
        "start": {
          "line": 675,
          "column": 26
        },
        "end": {
          "line": 675,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20698,
      "end": 20699,
      "loc": {
        "start": {
          "line": 676,
          "column": 2
        },
        "end": {
          "line": 676,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * The file's {@link node-opcua~DataType}.\n   * @type {node-opcua~DataType}\n   ",
      "start": 20703,
      "end": 20790,
      "loc": {
        "start": {
          "line": 678,
          "column": 2
        },
        "end": {
          "line": 681,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 20793,
      "end": 20796,
      "loc": {
        "start": {
          "line": 682,
          "column": 2
        },
        "end": {
          "line": 682,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 20797,
      "end": 20805,
      "loc": {
        "start": {
          "line": 682,
          "column": 6
        },
        "end": {
          "line": 682,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20805,
      "end": 20806,
      "loc": {
        "start": {
          "line": 682,
          "column": 14
        },
        "end": {
          "line": 682,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20806,
      "end": 20807,
      "loc": {
        "start": {
          "line": 682,
          "column": 15
        },
        "end": {
          "line": 682,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20808,
      "end": 20809,
      "loc": {
        "start": {
          "line": 682,
          "column": 17
        },
        "end": {
          "line": 682,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 20814,
      "end": 20816,
      "loc": {
        "start": {
          "line": 683,
          "column": 4
        },
        "end": {
          "line": 683,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20817,
      "end": 20818,
      "loc": {
        "start": {
          "line": 683,
          "column": 7
        },
        "end": {
          "line": 683,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 20818,
      "end": 20819,
      "loc": {
        "start": {
          "line": 683,
          "column": 8
        },
        "end": {
          "line": 683,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20819,
      "end": 20823,
      "loc": {
        "start": {
          "line": 683,
          "column": 9
        },
        "end": {
          "line": 683,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20823,
      "end": 20824,
      "loc": {
        "start": {
          "line": 683,
          "column": 13
        },
        "end": {
          "line": 683,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dataType",
      "start": 20824,
      "end": 20833,
      "loc": {
        "start": {
          "line": 683,
          "column": 14
        },
        "end": {
          "line": 683,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20833,
      "end": 20834,
      "loc": {
        "start": {
          "line": 683,
          "column": 23
        },
        "end": {
          "line": 683,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20835,
      "end": 20836,
      "loc": {
        "start": {
          "line": 683,
          "column": 25
        },
        "end": {
          "line": 683,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20843,
      "end": 20847,
      "loc": {
        "start": {
          "line": 684,
          "column": 6
        },
        "end": {
          "line": 684,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20847,
      "end": 20848,
      "loc": {
        "start": {
          "line": 684,
          "column": 10
        },
        "end": {
          "line": 684,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getMetadata",
      "start": 20848,
      "end": 20860,
      "loc": {
        "start": {
          "line": 684,
          "column": 11
        },
        "end": {
          "line": 684,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20860,
      "end": 20861,
      "loc": {
        "start": {
          "line": 684,
          "column": 23
        },
        "end": {
          "line": 684,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20861,
      "end": 20862,
      "loc": {
        "start": {
          "line": 684,
          "column": 24
        },
        "end": {
          "line": 684,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20862,
      "end": 20863,
      "loc": {
        "start": {
          "line": 684,
          "column": 25
        },
        "end": {
          "line": 684,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20868,
      "end": 20869,
      "loc": {
        "start": {
          "line": 685,
          "column": 4
        },
        "end": {
          "line": 685,
          "column": 5
        }
      }
    },
    {
      "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": 20875,
      "end": 20881,
      "loc": {
        "start": {
          "line": 687,
          "column": 4
        },
        "end": {
          "line": 687,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20882,
      "end": 20886,
      "loc": {
        "start": {
          "line": 687,
          "column": 11
        },
        "end": {
          "line": 687,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20886,
      "end": 20887,
      "loc": {
        "start": {
          "line": 687,
          "column": 15
        },
        "end": {
          "line": 687,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dataType",
      "start": 20887,
      "end": 20896,
      "loc": {
        "start": {
          "line": 687,
          "column": 16
        },
        "end": {
          "line": 687,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20896,
      "end": 20897,
      "loc": {
        "start": {
          "line": 687,
          "column": 25
        },
        "end": {
          "line": 687,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20900,
      "end": 20901,
      "loc": {
        "start": {
          "line": 688,
          "column": 2
        },
        "end": {
          "line": 688,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * The file's {@link node-opcua~VariantArrayType}.\n   * @type {node-opcua~VariantArrayType}\n   ",
      "start": 20905,
      "end": 21008,
      "loc": {
        "start": {
          "line": 690,
          "column": 2
        },
        "end": {
          "line": 693,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 21011,
      "end": 21014,
      "loc": {
        "start": {
          "line": 694,
          "column": 2
        },
        "end": {
          "line": 694,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 21015,
      "end": 21024,
      "loc": {
        "start": {
          "line": 694,
          "column": 6
        },
        "end": {
          "line": 694,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21024,
      "end": 21025,
      "loc": {
        "start": {
          "line": 694,
          "column": 15
        },
        "end": {
          "line": 694,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21025,
      "end": 21026,
      "loc": {
        "start": {
          "line": 694,
          "column": 16
        },
        "end": {
          "line": 694,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21027,
      "end": 21028,
      "loc": {
        "start": {
          "line": 694,
          "column": 18
        },
        "end": {
          "line": 694,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 21033,
      "end": 21035,
      "loc": {
        "start": {
          "line": 695,
          "column": 4
        },
        "end": {
          "line": 695,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21036,
      "end": 21037,
      "loc": {
        "start": {
          "line": 695,
          "column": 7
        },
        "end": {
          "line": 695,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 21037,
      "end": 21038,
      "loc": {
        "start": {
          "line": 695,
          "column": 8
        },
        "end": {
          "line": 695,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 21038,
      "end": 21042,
      "loc": {
        "start": {
          "line": 695,
          "column": 9
        },
        "end": {
          "line": 695,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21042,
      "end": 21043,
      "loc": {
        "start": {
          "line": 695,
          "column": 13
        },
        "end": {
          "line": 695,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_arrayType",
      "start": 21043,
      "end": 21053,
      "loc": {
        "start": {
          "line": 695,
          "column": 14
        },
        "end": {
          "line": 695,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21053,
      "end": 21054,
      "loc": {
        "start": {
          "line": 695,
          "column": 24
        },
        "end": {
          "line": 695,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21055,
      "end": 21056,
      "loc": {
        "start": {
          "line": 695,
          "column": 26
        },
        "end": {
          "line": 695,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 21063,
      "end": 21067,
      "loc": {
        "start": {
          "line": 696,
          "column": 6
        },
        "end": {
          "line": 696,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21067,
      "end": 21068,
      "loc": {
        "start": {
          "line": 696,
          "column": 10
        },
        "end": {
          "line": 696,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getMetadata",
      "start": 21068,
      "end": 21080,
      "loc": {
        "start": {
          "line": 696,
          "column": 11
        },
        "end": {
          "line": 696,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21080,
      "end": 21081,
      "loc": {
        "start": {
          "line": 696,
          "column": 23
        },
        "end": {
          "line": 696,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21081,
      "end": 21082,
      "loc": {
        "start": {
          "line": 696,
          "column": 24
        },
        "end": {
          "line": 696,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21082,
      "end": 21083,
      "loc": {
        "start": {
          "line": 696,
          "column": 25
        },
        "end": {
          "line": 696,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21088,
      "end": 21089,
      "loc": {
        "start": {
          "line": 697,
          "column": 4
        },
        "end": {
          "line": 697,
          "column": 5
        }
      }
    },
    {
      "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": 21095,
      "end": 21101,
      "loc": {
        "start": {
          "line": 699,
          "column": 4
        },
        "end": {
          "line": 699,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 21102,
      "end": 21106,
      "loc": {
        "start": {
          "line": 699,
          "column": 11
        },
        "end": {
          "line": 699,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21106,
      "end": 21107,
      "loc": {
        "start": {
          "line": 699,
          "column": 15
        },
        "end": {
          "line": 699,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_arrayType",
      "start": 21107,
      "end": 21117,
      "loc": {
        "start": {
          "line": 699,
          "column": 16
        },
        "end": {
          "line": 699,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21117,
      "end": 21118,
      "loc": {
        "start": {
          "line": 699,
          "column": 26
        },
        "end": {
          "line": 699,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21121,
      "end": 21122,
      "loc": {
        "start": {
          "line": 700,
          "column": 2
        },
        "end": {
          "line": 700,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * The files's references.\n   * @type {Map<string, NodeId|NodeId[]>}\n   ",
      "start": 21126,
      "end": 21206,
      "loc": {
        "start": {
          "line": 702,
          "column": 2
        },
        "end": {
          "line": 705,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 21209,
      "end": 21212,
      "loc": {
        "start": {
          "line": 706,
          "column": 2
        },
        "end": {
          "line": 706,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 21213,
      "end": 21223,
      "loc": {
        "start": {
          "line": 706,
          "column": 6
        },
        "end": {
          "line": 706,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21223,
      "end": 21224,
      "loc": {
        "start": {
          "line": 706,
          "column": 16
        },
        "end": {
          "line": 706,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21224,
      "end": 21225,
      "loc": {
        "start": {
          "line": 706,
          "column": 17
        },
        "end": {
          "line": 706,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21226,
      "end": 21227,
      "loc": {
        "start": {
          "line": 706,
          "column": 19
        },
        "end": {
          "line": 706,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 21232,
      "end": 21234,
      "loc": {
        "start": {
          "line": 707,
          "column": 4
        },
        "end": {
          "line": 707,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21235,
      "end": 21236,
      "loc": {
        "start": {
          "line": 707,
          "column": 7
        },
        "end": {
          "line": 707,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 21236,
      "end": 21237,
      "loc": {
        "start": {
          "line": 707,
          "column": 8
        },
        "end": {
          "line": 707,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 21237,
      "end": 21241,
      "loc": {
        "start": {
          "line": 707,
          "column": 9
        },
        "end": {
          "line": 707,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21241,
      "end": 21242,
      "loc": {
        "start": {
          "line": 707,
          "column": 13
        },
        "end": {
          "line": 707,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_references",
      "start": 21242,
      "end": 21253,
      "loc": {
        "start": {
          "line": 707,
          "column": 14
        },
        "end": {
          "line": 707,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21253,
      "end": 21254,
      "loc": {
        "start": {
          "line": 707,
          "column": 25
        },
        "end": {
          "line": 707,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21255,
      "end": 21256,
      "loc": {
        "start": {
          "line": 707,
          "column": 27
        },
        "end": {
          "line": 707,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 21263,
      "end": 21267,
      "loc": {
        "start": {
          "line": 708,
          "column": 6
        },
        "end": {
          "line": 708,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21267,
      "end": 21268,
      "loc": {
        "start": {
          "line": 708,
          "column": 10
        },
        "end": {
          "line": 708,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getMetadata",
      "start": 21268,
      "end": 21280,
      "loc": {
        "start": {
          "line": 708,
          "column": 11
        },
        "end": {
          "line": 708,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21280,
      "end": 21281,
      "loc": {
        "start": {
          "line": 708,
          "column": 23
        },
        "end": {
          "line": 708,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21281,
      "end": 21282,
      "loc": {
        "start": {
          "line": 708,
          "column": 24
        },
        "end": {
          "line": 708,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21282,
      "end": 21283,
      "loc": {
        "start": {
          "line": 708,
          "column": 25
        },
        "end": {
          "line": 708,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21288,
      "end": 21289,
      "loc": {
        "start": {
          "line": 709,
          "column": 4
        },
        "end": {
          "line": 709,
          "column": 5
        }
      }
    },
    {
      "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": 21295,
      "end": 21301,
      "loc": {
        "start": {
          "line": 711,
          "column": 4
        },
        "end": {
          "line": 711,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 21302,
      "end": 21306,
      "loc": {
        "start": {
          "line": 711,
          "column": 11
        },
        "end": {
          "line": 711,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21306,
      "end": 21307,
      "loc": {
        "start": {
          "line": 711,
          "column": 15
        },
        "end": {
          "line": 711,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_references",
      "start": 21307,
      "end": 21318,
      "loc": {
        "start": {
          "line": 711,
          "column": 16
        },
        "end": {
          "line": 711,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21318,
      "end": 21319,
      "loc": {
        "start": {
          "line": 711,
          "column": 27
        },
        "end": {
          "line": 711,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21322,
      "end": 21323,
      "loc": {
        "start": {
          "line": 712,
          "column": 2
        },
        "end": {
          "line": 712,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * The file's type definition.\n   * @type {node-opcua~NodeId}\n   ",
      "start": 21327,
      "end": 21400,
      "loc": {
        "start": {
          "line": 714,
          "column": 2
        },
        "end": {
          "line": 717,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 21403,
      "end": 21406,
      "loc": {
        "start": {
          "line": 718,
          "column": 2
        },
        "end": {
          "line": 718,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeDefinition",
      "start": 21407,
      "end": 21421,
      "loc": {
        "start": {
          "line": 718,
          "column": 6
        },
        "end": {
          "line": 718,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21421,
      "end": 21422,
      "loc": {
        "start": {
          "line": 718,
          "column": 20
        },
        "end": {
          "line": 718,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21422,
      "end": 21423,
      "loc": {
        "start": {
          "line": 718,
          "column": 21
        },
        "end": {
          "line": 718,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21424,
      "end": 21425,
      "loc": {
        "start": {
          "line": 718,
          "column": 23
        },
        "end": {
          "line": 718,
          "column": 24
        }
      }
    },
    {
      "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": 21430,
      "end": 21435,
      "loc": {
        "start": {
          "line": 719,
          "column": 4
        },
        "end": {
          "line": 719,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "refs",
      "start": 21436,
      "end": 21440,
      "loc": {
        "start": {
          "line": 719,
          "column": 10
        },
        "end": {
          "line": 719,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 21441,
      "end": 21442,
      "loc": {
        "start": {
          "line": 719,
          "column": 15
        },
        "end": {
          "line": 719,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 21443,
      "end": 21447,
      "loc": {
        "start": {
          "line": 719,
          "column": 17
        },
        "end": {
          "line": 719,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21447,
      "end": 21448,
      "loc": {
        "start": {
          "line": 719,
          "column": 21
        },
        "end": {
          "line": 719,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 21448,
      "end": 21458,
      "loc": {
        "start": {
          "line": 719,
          "column": 22
        },
        "end": {
          "line": 719,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21458,
      "end": 21459,
      "loc": {
        "start": {
          "line": 719,
          "column": 32
        },
        "end": {
          "line": 719,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 21465,
      "end": 21467,
      "loc": {
        "start": {
          "line": 721,
          "column": 4
        },
        "end": {
          "line": 721,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21468,
      "end": 21469,
      "loc": {
        "start": {
          "line": 721,
          "column": 7
        },
        "end": {
          "line": 721,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "refs",
      "start": 21469,
      "end": 21473,
      "loc": {
        "start": {
          "line": 721,
          "column": 8
        },
        "end": {
          "line": 721,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 21474,
      "end": 21476,
      "loc": {
        "start": {
          "line": 721,
          "column": 13
        },
        "end": {
          "line": 721,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "refs",
      "start": 21477,
      "end": 21481,
      "loc": {
        "start": {
          "line": 721,
          "column": 16
        },
        "end": {
          "line": 721,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21481,
      "end": 21482,
      "loc": {
        "start": {
          "line": 721,
          "column": 20
        },
        "end": {
          "line": 721,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HasTypeDefinition",
      "start": 21482,
      "end": 21499,
      "loc": {
        "start": {
          "line": 721,
          "column": 21
        },
        "end": {
          "line": 721,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21499,
      "end": 21500,
      "loc": {
        "start": {
          "line": 721,
          "column": 38
        },
        "end": {
          "line": 721,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21501,
      "end": 21502,
      "loc": {
        "start": {
          "line": 721,
          "column": 40
        },
        "end": {
          "line": 721,
          "column": 41
        }
      }
    },
    {
      "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": 21509,
      "end": 21515,
      "loc": {
        "start": {
          "line": 722,
          "column": 6
        },
        "end": {
          "line": 722,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "refs",
      "start": 21516,
      "end": 21520,
      "loc": {
        "start": {
          "line": 722,
          "column": 13
        },
        "end": {
          "line": 722,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21520,
      "end": 21521,
      "loc": {
        "start": {
          "line": 722,
          "column": 17
        },
        "end": {
          "line": 722,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HasTypeDefinition",
      "start": 21521,
      "end": 21538,
      "loc": {
        "start": {
          "line": 722,
          "column": 18
        },
        "end": {
          "line": 722,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21538,
      "end": 21539,
      "loc": {
        "start": {
          "line": 722,
          "column": 35
        },
        "end": {
          "line": 722,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 21539,
      "end": 21540,
      "loc": {
        "start": {
          "line": 722,
          "column": 36
        },
        "end": {
          "line": 722,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21540,
      "end": 21541,
      "loc": {
        "start": {
          "line": 722,
          "column": 37
        },
        "end": {
          "line": 722,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21541,
      "end": 21542,
      "loc": {
        "start": {
          "line": 722,
          "column": 38
        },
        "end": {
          "line": 722,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21547,
      "end": 21548,
      "loc": {
        "start": {
          "line": 723,
          "column": 4
        },
        "end": {
          "line": 723,
          "column": 5
        }
      }
    },
    {
      "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": 21554,
      "end": 21560,
      "loc": {
        "start": {
          "line": 725,
          "column": 4
        },
        "end": {
          "line": 725,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 21561,
      "end": 21564,
      "loc": {
        "start": {
          "line": 725,
          "column": 11
        },
        "end": {
          "line": 725,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 21565,
      "end": 21571,
      "loc": {
        "start": {
          "line": 725,
          "column": 15
        },
        "end": {
          "line": 725,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21571,
      "end": 21572,
      "loc": {
        "start": {
          "line": 725,
          "column": 21
        },
        "end": {
          "line": 725,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 21572,
      "end": 21578,
      "loc": {
        "start": {
          "line": 725,
          "column": 22
        },
        "end": {
          "line": 725,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21578,
      "end": 21579,
      "loc": {
        "start": {
          "line": 725,
          "column": 28
        },
        "end": {
          "line": 725,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeIdType",
      "start": 21579,
      "end": 21589,
      "loc": {
        "start": {
          "line": 725,
          "column": 29
        },
        "end": {
          "line": 725,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21589,
      "end": 21590,
      "loc": {
        "start": {
          "line": 725,
          "column": 39
        },
        "end": {
          "line": 725,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMERIC",
      "start": 21590,
      "end": 21597,
      "loc": {
        "start": {
          "line": 725,
          "column": 40
        },
        "end": {
          "line": 725,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21597,
      "end": 21598,
      "loc": {
        "start": {
          "line": 725,
          "column": 47
        },
        "end": {
          "line": 725,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 21599,
      "end": 21600,
      "loc": {
        "start": {
          "line": 725,
          "column": 49
        },
        "end": {
          "line": 725,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21600,
      "end": 21601,
      "loc": {
        "start": {
          "line": 725,
          "column": 50
        },
        "end": {
          "line": 725,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 21602,
      "end": 21603,
      "loc": {
        "start": {
          "line": 725,
          "column": 52
        },
        "end": {
          "line": 725,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21603,
      "end": 21604,
      "loc": {
        "start": {
          "line": 725,
          "column": 53
        },
        "end": {
          "line": 725,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21604,
      "end": 21605,
      "loc": {
        "start": {
          "line": 725,
          "column": 54
        },
        "end": {
          "line": 725,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21608,
      "end": 21609,
      "loc": {
        "start": {
          "line": 726,
          "column": 2
        },
        "end": {
          "line": 726,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " eslint-disable-next-line jsdoc/require-description-complete-sentence",
      "start": 21613,
      "end": 21684,
      "loc": {
        "start": {
          "line": 728,
          "column": 2
        },
        "end": {
          "line": 728,
          "column": 73
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * `true` for reference config files (for example `.index.htm.json`).\n   * @type {boolean}\n   ",
      "start": 21687,
      "end": 21789,
      "loc": {
        "start": {
          "line": 729,
          "column": 2
        },
        "end": {
          "line": 732,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 21792,
      "end": 21795,
      "loc": {
        "start": {
          "line": 733,
          "column": 2
        },
        "end": {
          "line": 733,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isReferenceConfig",
      "start": 21796,
      "end": 21813,
      "loc": {
        "start": {
          "line": 733,
          "column": 6
        },
        "end": {
          "line": 733,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21813,
      "end": 21814,
      "loc": {
        "start": {
          "line": 733,
          "column": 23
        },
        "end": {
          "line": 733,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21814,
      "end": 21815,
      "loc": {
        "start": {
          "line": 733,
          "column": 24
        },
        "end": {
          "line": 733,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21816,
      "end": 21817,
      "loc": {
        "start": {
          "line": 733,
          "column": 26
        },
        "end": {
          "line": 733,
          "column": 27
        }
      }
    },
    {
      "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": 21822,
      "end": 21828,
      "loc": {
        "start": {
          "line": 734,
          "column": 4
        },
        "end": {
          "line": 734,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 21829,
      "end": 21833,
      "loc": {
        "start": {
          "line": 734,
          "column": 11
        },
        "end": {
          "line": 734,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21833,
      "end": 21834,
      "loc": {
        "start": {
          "line": 734,
          "column": 15
        },
        "end": {
          "line": 734,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stem",
      "start": 21834,
      "end": 21838,
      "loc": {
        "start": {
          "line": 734,
          "column": 16
        },
        "end": {
          "line": 734,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21838,
      "end": 21839,
      "loc": {
        "start": {
          "line": 734,
          "column": 20
        },
        "end": {
          "line": 734,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 21839,
      "end": 21840,
      "loc": {
        "start": {
          "line": 734,
          "column": 21
        },
        "end": {
          "line": 734,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21840,
      "end": 21841,
      "loc": {
        "start": {
          "line": 734,
          "column": 22
        },
        "end": {
          "line": 734,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 21842,
      "end": 21845,
      "loc": {
        "start": {
          "line": 734,
          "column": 24
        },
        "end": {
          "line": 734,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 21846,
      "end": 21849,
      "loc": {
        "start": {
          "line": 734,
          "column": 28
        },
        "end": {
          "line": 734,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 21850,
      "end": 21852,
      "loc": {
        "start": {
          "line": 734,
          "column": 32
        },
        "end": {
          "line": 734,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 21853,
      "end": 21854,
      "loc": {
        "start": {
          "line": 734,
          "column": 35
        },
        "end": {
          "line": 734,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 21854,
      "end": 21858,
      "loc": {
        "start": {
          "line": 734,
          "column": 36
        },
        "end": {
          "line": 734,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21858,
      "end": 21859,
      "loc": {
        "start": {
          "line": 734,
          "column": 40
        },
        "end": {
          "line": 734,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stem",
      "start": 21859,
      "end": 21863,
      "loc": {
        "start": {
          "line": 734,
          "column": 41
        },
        "end": {
          "line": 734,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21863,
      "end": 21864,
      "loc": {
        "start": {
          "line": 734,
          "column": 45
        },
        "end": {
          "line": 734,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 21864,
      "end": 21869,
      "loc": {
        "start": {
          "line": 734,
          "column": 46
        },
        "end": {
          "line": 734,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21869,
      "end": 21870,
      "loc": {
        "start": {
          "line": 734,
          "column": 51
        },
        "end": {
          "line": 734,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ConfigFileRegexp",
      "start": 21870,
      "end": 21886,
      "loc": {
        "start": {
          "line": 734,
          "column": 52
        },
        "end": {
          "line": 734,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21886,
      "end": 21887,
      "loc": {
        "start": {
          "line": 734,
          "column": 68
        },
        "end": {
          "line": 734,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21887,
      "end": 21888,
      "loc": {
        "start": {
          "line": 734,
          "column": 69
        },
        "end": {
          "line": 734,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21891,
      "end": 21892,
      "loc": {
        "start": {
          "line": 735,
          "column": 2
        },
        "end": {
          "line": 735,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * `true` for files containing atvise displays.\n   * @type {boolean}\n   ",
      "start": 21896,
      "end": 21976,
      "loc": {
        "start": {
          "line": 737,
          "column": 2
        },
        "end": {
          "line": 740,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 21979,
      "end": 21982,
      "loc": {
        "start": {
          "line": 741,
          "column": 2
        },
        "end": {
          "line": 741,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isDisplay",
      "start": 21983,
      "end": 21992,
      "loc": {
        "start": {
          "line": 741,
          "column": 6
        },
        "end": {
          "line": 741,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21992,
      "end": 21993,
      "loc": {
        "start": {
          "line": 741,
          "column": 15
        },
        "end": {
          "line": 741,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21993,
      "end": 21994,
      "loc": {
        "start": {
          "line": 741,
          "column": 16
        },
        "end": {
          "line": 741,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21995,
      "end": 21996,
      "loc": {
        "start": {
          "line": 741,
          "column": 18
        },
        "end": {
          "line": 741,
          "column": 19
        }
      }
    },
    {
      "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": 22001,
      "end": 22007,
      "loc": {
        "start": {
          "line": 742,
          "column": 4
        },
        "end": {
          "line": 742,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 22008,
      "end": 22012,
      "loc": {
        "start": {
          "line": 742,
          "column": 11
        },
        "end": {
          "line": 742,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22012,
      "end": 22013,
      "loc": {
        "start": {
          "line": 742,
          "column": 15
        },
        "end": {
          "line": 742,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeDefinition",
      "start": 22013,
      "end": 22027,
      "loc": {
        "start": {
          "line": 742,
          "column": 16
        },
        "end": {
          "line": 742,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22027,
      "end": 22028,
      "loc": {
        "start": {
          "line": 742,
          "column": 30
        },
        "end": {
          "line": 742,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 22028,
      "end": 22033,
      "loc": {
        "start": {
          "line": 742,
          "column": 31
        },
        "end": {
          "line": 742,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 22034,
      "end": 22037,
      "loc": {
        "start": {
          "line": 742,
          "column": 37
        },
        "end": {
          "line": 742,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "VariableTypes.ATVISE.Display",
      "start": 22038,
      "end": 22068,
      "loc": {
        "start": {
          "line": 742,
          "column": 41
        },
        "end": {
          "line": 742,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22068,
      "end": 22069,
      "loc": {
        "start": {
          "line": 742,
          "column": 71
        },
        "end": {
          "line": 742,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22072,
      "end": 22073,
      "loc": {
        "start": {
          "line": 743,
          "column": 2
        },
        "end": {
          "line": 743,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * `true` for files containing atvise scripts.\n   * @type {boolean}\n   ",
      "start": 22077,
      "end": 22156,
      "loc": {
        "start": {
          "line": 745,
          "column": 2
        },
        "end": {
          "line": 748,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 22159,
      "end": 22162,
      "loc": {
        "start": {
          "line": 749,
          "column": 2
        },
        "end": {
          "line": 749,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isScript",
      "start": 22163,
      "end": 22171,
      "loc": {
        "start": {
          "line": 749,
          "column": 6
        },
        "end": {
          "line": 749,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22171,
      "end": 22172,
      "loc": {
        "start": {
          "line": 749,
          "column": 14
        },
        "end": {
          "line": 749,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22172,
      "end": 22173,
      "loc": {
        "start": {
          "line": 749,
          "column": 15
        },
        "end": {
          "line": 749,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22174,
      "end": 22175,
      "loc": {
        "start": {
          "line": 749,
          "column": 17
        },
        "end": {
          "line": 749,
          "column": 18
        }
      }
    },
    {
      "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": 22180,
      "end": 22186,
      "loc": {
        "start": {
          "line": 750,
          "column": 4
        },
        "end": {
          "line": 750,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 22187,
      "end": 22191,
      "loc": {
        "start": {
          "line": 750,
          "column": 11
        },
        "end": {
          "line": 750,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22191,
      "end": 22192,
      "loc": {
        "start": {
          "line": 750,
          "column": 15
        },
        "end": {
          "line": 750,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeDefinition",
      "start": 22192,
      "end": 22206,
      "loc": {
        "start": {
          "line": 750,
          "column": 16
        },
        "end": {
          "line": 750,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22206,
      "end": 22207,
      "loc": {
        "start": {
          "line": 750,
          "column": 30
        },
        "end": {
          "line": 750,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 22207,
      "end": 22212,
      "loc": {
        "start": {
          "line": 750,
          "column": 31
        },
        "end": {
          "line": 750,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 22213,
      "end": 22216,
      "loc": {
        "start": {
          "line": 750,
          "column": 37
        },
        "end": {
          "line": 750,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "VariableTypes.ATVISE.ScriptCode",
      "start": 22217,
      "end": 22250,
      "loc": {
        "start": {
          "line": 750,
          "column": 41
        },
        "end": {
          "line": 750,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22250,
      "end": 22251,
      "loc": {
        "start": {
          "line": 750,
          "column": 74
        },
        "end": {
          "line": 750,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22254,
      "end": 22255,
      "loc": {
        "start": {
          "line": 751,
          "column": 2
        },
        "end": {
          "line": 751,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * `true` for files containing atvise quick dynamics.\n   * @type {boolean}\n   ",
      "start": 22259,
      "end": 22345,
      "loc": {
        "start": {
          "line": 753,
          "column": 2
        },
        "end": {
          "line": 756,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 22348,
      "end": 22351,
      "loc": {
        "start": {
          "line": 757,
          "column": 2
        },
        "end": {
          "line": 757,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isQuickDynamic",
      "start": 22352,
      "end": 22366,
      "loc": {
        "start": {
          "line": 757,
          "column": 6
        },
        "end": {
          "line": 757,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22366,
      "end": 22367,
      "loc": {
        "start": {
          "line": 757,
          "column": 20
        },
        "end": {
          "line": 757,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22367,
      "end": 22368,
      "loc": {
        "start": {
          "line": 757,
          "column": 21
        },
        "end": {
          "line": 757,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22369,
      "end": 22370,
      "loc": {
        "start": {
          "line": 757,
          "column": 23
        },
        "end": {
          "line": 757,
          "column": 24
        }
      }
    },
    {
      "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": 22375,
      "end": 22381,
      "loc": {
        "start": {
          "line": 758,
          "column": 4
        },
        "end": {
          "line": 758,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 22382,
      "end": 22386,
      "loc": {
        "start": {
          "line": 758,
          "column": 11
        },
        "end": {
          "line": 758,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22386,
      "end": 22387,
      "loc": {
        "start": {
          "line": 758,
          "column": 15
        },
        "end": {
          "line": 758,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeDefinition",
      "start": 22387,
      "end": 22401,
      "loc": {
        "start": {
          "line": 758,
          "column": 16
        },
        "end": {
          "line": 758,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22401,
      "end": 22402,
      "loc": {
        "start": {
          "line": 758,
          "column": 30
        },
        "end": {
          "line": 758,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 22402,
      "end": 22407,
      "loc": {
        "start": {
          "line": 758,
          "column": 31
        },
        "end": {
          "line": 758,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 22408,
      "end": 22411,
      "loc": {
        "start": {
          "line": 758,
          "column": 37
        },
        "end": {
          "line": 758,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "VariableTypes.ATVISE.QuickDynamic",
      "start": 22412,
      "end": 22447,
      "loc": {
        "start": {
          "line": 758,
          "column": 41
        },
        "end": {
          "line": 758,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22447,
      "end": 22448,
      "loc": {
        "start": {
          "line": 758,
          "column": 76
        },
        "end": {
          "line": 758,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22451,
      "end": 22452,
      "loc": {
        "start": {
          "line": 759,
          "column": 2
        },
        "end": {
          "line": 759,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Sets the node value for the file.\n   * @param {?*} newValue The value to set.\n   ",
      "start": 22456,
      "end": 22548,
      "loc": {
        "start": {
          "line": 761,
          "column": 2
        },
        "end": {
          "line": 764,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 22551,
      "end": 22554,
      "loc": {
        "start": {
          "line": 765,
          "column": 2
        },
        "end": {
          "line": 765,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 22555,
      "end": 22560,
      "loc": {
        "start": {
          "line": 765,
          "column": 6
        },
        "end": {
          "line": 765,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22560,
      "end": 22561,
      "loc": {
        "start": {
          "line": 765,
          "column": 11
        },
        "end": {
          "line": 765,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newValue",
      "start": 22561,
      "end": 22569,
      "loc": {
        "start": {
          "line": 765,
          "column": 12
        },
        "end": {
          "line": 765,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22569,
      "end": 22570,
      "loc": {
        "start": {
          "line": 765,
          "column": 20
        },
        "end": {
          "line": 765,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22571,
      "end": 22572,
      "loc": {
        "start": {
          "line": 765,
          "column": 22
        },
        "end": {
          "line": 765,
          "column": 23
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * The file's contents.\n     * @type {?Buffer}\n     ",
      "start": 22577,
      "end": 22639,
      "loc": {
        "start": {
          "line": 766,
          "column": 4
        },
        "end": {
          "line": 769,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 22644,
      "end": 22648,
      "loc": {
        "start": {
          "line": 770,
          "column": 4
        },
        "end": {
          "line": 770,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22648,
      "end": 22649,
      "loc": {
        "start": {
          "line": 770,
          "column": 8
        },
        "end": {
          "line": 770,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "contents",
      "start": 22649,
      "end": 22657,
      "loc": {
        "start": {
          "line": 770,
          "column": 9
        },
        "end": {
          "line": 770,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 22658,
      "end": 22659,
      "loc": {
        "start": {
          "line": 770,
          "column": 18
        },
        "end": {
          "line": 770,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseFile",
      "start": 22660,
      "end": 22670,
      "loc": {
        "start": {
          "line": 770,
          "column": 20
        },
        "end": {
          "line": 770,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22670,
      "end": 22671,
      "loc": {
        "start": {
          "line": 770,
          "column": 30
        },
        "end": {
          "line": 770,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "encodeValue",
      "start": 22671,
      "end": 22682,
      "loc": {
        "start": {
          "line": 770,
          "column": 31
        },
        "end": {
          "line": 770,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22682,
      "end": 22683,
      "loc": {
        "start": {
          "line": 770,
          "column": 42
        },
        "end": {
          "line": 770,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newValue",
      "start": 22683,
      "end": 22691,
      "loc": {
        "start": {
          "line": 770,
          "column": 43
        },
        "end": {
          "line": 770,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22691,
      "end": 22692,
      "loc": {
        "start": {
          "line": 770,
          "column": 51
        },
        "end": {
          "line": 770,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 22693,
      "end": 22697,
      "loc": {
        "start": {
          "line": 770,
          "column": 53
        },
        "end": {
          "line": 770,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22697,
      "end": 22698,
      "loc": {
        "start": {
          "line": 770,
          "column": 57
        },
        "end": {
          "line": 770,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 22698,
      "end": 22706,
      "loc": {
        "start": {
          "line": 770,
          "column": 58
        },
        "end": {
          "line": 770,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22706,
      "end": 22707,
      "loc": {
        "start": {
          "line": 770,
          "column": 66
        },
        "end": {
          "line": 770,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 22708,
      "end": 22712,
      "loc": {
        "start": {
          "line": 770,
          "column": 68
        },
        "end": {
          "line": 770,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22712,
      "end": 22713,
      "loc": {
        "start": {
          "line": 770,
          "column": 72
        },
        "end": {
          "line": 770,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 22713,
      "end": 22722,
      "loc": {
        "start": {
          "line": 770,
          "column": 73
        },
        "end": {
          "line": 770,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22722,
      "end": 22723,
      "loc": {
        "start": {
          "line": 770,
          "column": 82
        },
        "end": {
          "line": 770,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22723,
      "end": 22724,
      "loc": {
        "start": {
          "line": 770,
          "column": 83
        },
        "end": {
          "line": 770,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22727,
      "end": 22728,
      "loc": {
        "start": {
          "line": 771,
          "column": 2
        },
        "end": {
          "line": 771,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns the decoded node value for the file.\n   * @type {?*} The file's decoded value.\n   ",
      "start": 22732,
      "end": 22833,
      "loc": {
        "start": {
          "line": 773,
          "column": 2
        },
        "end": {
          "line": 776,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 22836,
      "end": 22839,
      "loc": {
        "start": {
          "line": 777,
          "column": 2
        },
        "end": {
          "line": 777,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 22840,
      "end": 22845,
      "loc": {
        "start": {
          "line": 777,
          "column": 6
        },
        "end": {
          "line": 777,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22845,
      "end": 22846,
      "loc": {
        "start": {
          "line": 777,
          "column": 11
        },
        "end": {
          "line": 777,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22846,
      "end": 22847,
      "loc": {
        "start": {
          "line": 777,
          "column": 12
        },
        "end": {
          "line": 777,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22848,
      "end": 22849,
      "loc": {
        "start": {
          "line": 777,
          "column": 14
        },
        "end": {
          "line": 777,
          "column": 15
        }
      }
    },
    {
      "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": 22854,
      "end": 22860,
      "loc": {
        "start": {
          "line": 778,
          "column": 4
        },
        "end": {
          "line": 778,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseFile",
      "start": 22861,
      "end": 22871,
      "loc": {
        "start": {
          "line": 778,
          "column": 11
        },
        "end": {
          "line": 778,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22871,
      "end": 22872,
      "loc": {
        "start": {
          "line": 778,
          "column": 21
        },
        "end": {
          "line": 778,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decodeValue",
      "start": 22872,
      "end": 22883,
      "loc": {
        "start": {
          "line": 778,
          "column": 22
        },
        "end": {
          "line": 778,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22883,
      "end": 22884,
      "loc": {
        "start": {
          "line": 778,
          "column": 33
        },
        "end": {
          "line": 778,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 22884,
      "end": 22888,
      "loc": {
        "start": {
          "line": 778,
          "column": 34
        },
        "end": {
          "line": 778,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22888,
      "end": 22889,
      "loc": {
        "start": {
          "line": 778,
          "column": 38
        },
        "end": {
          "line": 778,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "contents",
      "start": 22889,
      "end": 22897,
      "loc": {
        "start": {
          "line": 778,
          "column": 39
        },
        "end": {
          "line": 778,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22897,
      "end": 22898,
      "loc": {
        "start": {
          "line": 778,
          "column": 47
        },
        "end": {
          "line": 778,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 22899,
      "end": 22903,
      "loc": {
        "start": {
          "line": 778,
          "column": 49
        },
        "end": {
          "line": 778,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22903,
      "end": 22904,
      "loc": {
        "start": {
          "line": 778,
          "column": 53
        },
        "end": {
          "line": 778,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 22904,
      "end": 22912,
      "loc": {
        "start": {
          "line": 778,
          "column": 54
        },
        "end": {
          "line": 778,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22912,
      "end": 22913,
      "loc": {
        "start": {
          "line": 778,
          "column": 62
        },
        "end": {
          "line": 778,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 22914,
      "end": 22918,
      "loc": {
        "start": {
          "line": 778,
          "column": 64
        },
        "end": {
          "line": 778,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22918,
      "end": 22919,
      "loc": {
        "start": {
          "line": 778,
          "column": 68
        },
        "end": {
          "line": 778,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arrayType",
      "start": 22919,
      "end": 22928,
      "loc": {
        "start": {
          "line": 778,
          "column": 69
        },
        "end": {
          "line": 778,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22928,
      "end": 22929,
      "loc": {
        "start": {
          "line": 778,
          "column": 78
        },
        "end": {
          "line": 778,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22929,
      "end": 22930,
      "loc": {
        "start": {
          "line": 778,
          "column": 79
        },
        "end": {
          "line": 778,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22933,
      "end": 22934,
      "loc": {
        "start": {
          "line": 779,
          "column": 2
        },
        "end": {
          "line": 779,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns the decoded node value for create node serverscript.\n   * @type {?*} The file's decoded value.\n   ",
      "start": 22938,
      "end": 23055,
      "loc": {
        "start": {
          "line": 781,
          "column": 2
        },
        "end": {
          "line": 784,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 23058,
      "end": 23061,
      "loc": {
        "start": {
          "line": 785,
          "column": 2
        },
        "end": {
          "line": 785,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createNodeValue",
      "start": 23062,
      "end": 23077,
      "loc": {
        "start": {
          "line": 785,
          "column": 6
        },
        "end": {
          "line": 785,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23077,
      "end": 23078,
      "loc": {
        "start": {
          "line": 785,
          "column": 21
        },
        "end": {
          "line": 785,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23078,
      "end": 23079,
      "loc": {
        "start": {
          "line": 785,
          "column": 22
        },
        "end": {
          "line": 785,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23080,
      "end": 23081,
      "loc": {
        "start": {
          "line": 785,
          "column": 24
        },
        "end": {
          "line": 785,
          "column": 25
        }
      }
    },
    {
      "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": 23086,
      "end": 23091,
      "loc": {
        "start": {
          "line": 786,
          "column": 4
        },
        "end": {
          "line": 786,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 23092,
      "end": 23097,
      "loc": {
        "start": {
          "line": 786,
          "column": 10
        },
        "end": {
          "line": 786,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23098,
      "end": 23099,
      "loc": {
        "start": {
          "line": 786,
          "column": 16
        },
        "end": {
          "line": 786,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 23100,
      "end": 23104,
      "loc": {
        "start": {
          "line": 786,
          "column": 18
        },
        "end": {
          "line": 786,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23104,
      "end": 23105,
      "loc": {
        "start": {
          "line": 786,
          "column": 22
        },
        "end": {
          "line": 786,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 23105,
      "end": 23110,
      "loc": {
        "start": {
          "line": 786,
          "column": 23
        },
        "end": {
          "line": 786,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23110,
      "end": 23111,
      "loc": {
        "start": {
          "line": 786,
          "column": 28
        },
        "end": {
          "line": 786,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 23117,
      "end": 23119,
      "loc": {
        "start": {
          "line": 788,
          "column": 4
        },
        "end": {
          "line": 788,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23120,
      "end": 23121,
      "loc": {
        "start": {
          "line": 788,
          "column": 7
        },
        "end": {
          "line": 788,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 23121,
      "end": 23125,
      "loc": {
        "start": {
          "line": 788,
          "column": 8
        },
        "end": {
          "line": 788,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23125,
      "end": 23126,
      "loc": {
        "start": {
          "line": 788,
          "column": 12
        },
        "end": {
          "line": 788,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 23126,
      "end": 23134,
      "loc": {
        "start": {
          "line": 788,
          "column": 13
        },
        "end": {
          "line": 788,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 23135,
      "end": 23138,
      "loc": {
        "start": {
          "line": 788,
          "column": 22
        },
        "end": {
          "line": 788,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 23139,
      "end": 23147,
      "loc": {
        "start": {
          "line": 788,
          "column": 26
        },
        "end": {
          "line": 788,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23147,
      "end": 23148,
      "loc": {
        "start": {
          "line": 788,
          "column": 34
        },
        "end": {
          "line": 788,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 23148,
      "end": 23156,
      "loc": {
        "start": {
          "line": 788,
          "column": 35
        },
        "end": {
          "line": 788,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23156,
      "end": 23157,
      "loc": {
        "start": {
          "line": 788,
          "column": 43
        },
        "end": {
          "line": 788,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23158,
      "end": 23159,
      "loc": {
        "start": {
          "line": 788,
          "column": 45
        },
        "end": {
          "line": 788,
          "column": 46
        }
      }
    },
    {
      "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": 23166,
      "end": 23172,
      "loc": {
        "start": {
          "line": 789,
          "column": 6
        },
        "end": {
          "line": 789,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 23173,
      "end": 23178,
      "loc": {
        "start": {
          "line": 789,
          "column": 13
        },
        "end": {
          "line": 789,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23178,
      "end": 23179,
      "loc": {
        "start": {
          "line": 789,
          "column": 18
        },
        "end": {
          "line": 789,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valueOf",
      "start": 23179,
      "end": 23186,
      "loc": {
        "start": {
          "line": 789,
          "column": 19
        },
        "end": {
          "line": 789,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23186,
      "end": 23187,
      "loc": {
        "start": {
          "line": 789,
          "column": 26
        },
        "end": {
          "line": 789,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23187,
      "end": 23188,
      "loc": {
        "start": {
          "line": 789,
          "column": 27
        },
        "end": {
          "line": 789,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23188,
      "end": 23189,
      "loc": {
        "start": {
          "line": 789,
          "column": 28
        },
        "end": {
          "line": 789,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23194,
      "end": 23195,
      "loc": {
        "start": {
          "line": 790,
          "column": 4
        },
        "end": {
          "line": 790,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 23201,
      "end": 23203,
      "loc": {
        "start": {
          "line": 792,
          "column": 4
        },
        "end": {
          "line": 792,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23204,
      "end": 23205,
      "loc": {
        "start": {
          "line": 792,
          "column": 7
        },
        "end": {
          "line": 792,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 23205,
      "end": 23210,
      "loc": {
        "start": {
          "line": 792,
          "column": 8
        },
        "end": {
          "line": 792,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 23211,
      "end": 23221,
      "loc": {
        "start": {
          "line": 792,
          "column": 14
        },
        "end": {
          "line": 792,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Buffer",
      "start": 23222,
      "end": 23228,
      "loc": {
        "start": {
          "line": 792,
          "column": 25
        },
        "end": {
          "line": 792,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23228,
      "end": 23229,
      "loc": {
        "start": {
          "line": 792,
          "column": 31
        },
        "end": {
          "line": 792,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23230,
      "end": 23231,
      "loc": {
        "start": {
          "line": 792,
          "column": 33
        },
        "end": {
          "line": 792,
          "column": 34
        }
      }
    },
    {
      "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": 23238,
      "end": 23244,
      "loc": {
        "start": {
          "line": 793,
          "column": 6
        },
        "end": {
          "line": 793,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 23245,
      "end": 23250,
      "loc": {
        "start": {
          "line": 793,
          "column": 13
        },
        "end": {
          "line": 793,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23250,
      "end": 23251,
      "loc": {
        "start": {
          "line": 793,
          "column": 18
        },
        "end": {
          "line": 793,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 23251,
      "end": 23259,
      "loc": {
        "start": {
          "line": 793,
          "column": 19
        },
        "end": {
          "line": 793,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23259,
      "end": 23260,
      "loc": {
        "start": {
          "line": 793,
          "column": 27
        },
        "end": {
          "line": 793,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23260,
      "end": 23261,
      "loc": {
        "start": {
          "line": 793,
          "column": 28
        },
        "end": {
          "line": 793,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23261,
      "end": 23262,
      "loc": {
        "start": {
          "line": 793,
          "column": 29
        },
        "end": {
          "line": 793,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23267,
      "end": 23268,
      "loc": {
        "start": {
          "line": 794,
          "column": 4
        },
        "end": {
          "line": 794,
          "column": 5
        }
      }
    },
    {
      "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": 23274,
      "end": 23280,
      "loc": {
        "start": {
          "line": 796,
          "column": 4
        },
        "end": {
          "line": 796,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 23281,
      "end": 23286,
      "loc": {
        "start": {
          "line": 796,
          "column": 11
        },
        "end": {
          "line": 796,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23286,
      "end": 23287,
      "loc": {
        "start": {
          "line": 796,
          "column": 16
        },
        "end": {
          "line": 796,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23290,
      "end": 23291,
      "loc": {
        "start": {
          "line": 797,
          "column": 2
        },
        "end": {
          "line": 797,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns the node id associated with the file.\n   * @type {NodeId} The file's node id.\n   ",
      "start": 23295,
      "end": 23395,
      "loc": {
        "start": {
          "line": 799,
          "column": 2
        },
        "end": {
          "line": 802,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 23398,
      "end": 23401,
      "loc": {
        "start": {
          "line": 803,
          "column": 2
        },
        "end": {
          "line": 803,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeId",
      "start": 23402,
      "end": 23408,
      "loc": {
        "start": {
          "line": 803,
          "column": 6
        },
        "end": {
          "line": 803,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23408,
      "end": 23409,
      "loc": {
        "start": {
          "line": 803,
          "column": 12
        },
        "end": {
          "line": 803,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23409,
      "end": 23410,
      "loc": {
        "start": {
          "line": 803,
          "column": 13
        },
        "end": {
          "line": 803,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23411,
      "end": 23412,
      "loc": {
        "start": {
          "line": 803,
          "column": 15
        },
        "end": {
          "line": 803,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 23417,
      "end": 23419,
      "loc": {
        "start": {
          "line": 804,
          "column": 4
        },
        "end": {
          "line": 804,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23420,
      "end": 23421,
      "loc": {
        "start": {
          "line": 804,
          "column": 7
        },
        "end": {
          "line": 804,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 23421,
      "end": 23425,
      "loc": {
        "start": {
          "line": 804,
          "column": 8
        },
        "end": {
          "line": 804,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23425,
      "end": 23426,
      "loc": {
        "start": {
          "line": 804,
          "column": 12
        },
        "end": {
          "line": 804,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeClass",
      "start": 23426,
      "end": 23435,
      "loc": {
        "start": {
          "line": 804,
          "column": 13
        },
        "end": {
          "line": 804,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23435,
      "end": 23436,
      "loc": {
        "start": {
          "line": 804,
          "column": 22
        },
        "end": {
          "line": 804,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 23436,
      "end": 23441,
      "loc": {
        "start": {
          "line": 804,
          "column": 23
        },
        "end": {
          "line": 804,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 23442,
      "end": 23445,
      "loc": {
        "start": {
          "line": 804,
          "column": 29
        },
        "end": {
          "line": 804,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeClass",
      "start": 23446,
      "end": 23455,
      "loc": {
        "start": {
          "line": 804,
          "column": 33
        },
        "end": {
          "line": 804,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23455,
      "end": 23456,
      "loc": {
        "start": {
          "line": 804,
          "column": 42
        },
        "end": {
          "line": 804,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Variable",
      "start": 23456,
      "end": 23464,
      "loc": {
        "start": {
          "line": 804,
          "column": 43
        },
        "end": {
          "line": 804,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23464,
      "end": 23465,
      "loc": {
        "start": {
          "line": 804,
          "column": 51
        },
        "end": {
          "line": 804,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 23465,
      "end": 23470,
      "loc": {
        "start": {
          "line": 804,
          "column": 52
        },
        "end": {
          "line": 804,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23470,
      "end": 23471,
      "loc": {
        "start": {
          "line": 804,
          "column": 57
        },
        "end": {
          "line": 804,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23472,
      "end": 23473,
      "loc": {
        "start": {
          "line": 804,
          "column": 59
        },
        "end": {
          "line": 804,
          "column": 60
        }
      }
    },
    {
      "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": 23480,
      "end": 23486,
      "loc": {
        "start": {
          "line": 805,
          "column": 6
        },
        "end": {
          "line": 805,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 23487,
      "end": 23493,
      "loc": {
        "start": {
          "line": 805,
          "column": 13
        },
        "end": {
          "line": 805,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23493,
      "end": 23494,
      "loc": {
        "start": {
          "line": 805,
          "column": 19
        },
        "end": {
          "line": 805,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromFilePath",
      "start": 23494,
      "end": 23506,
      "loc": {
        "start": {
          "line": 805,
          "column": 20
        },
        "end": {
          "line": 805,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23506,
      "end": 23507,
      "loc": {
        "start": {
          "line": 805,
          "column": 32
        },
        "end": {
          "line": 805,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirname",
      "start": 23507,
      "end": 23514,
      "loc": {
        "start": {
          "line": 805,
          "column": 33
        },
        "end": {
          "line": 805,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23514,
      "end": 23515,
      "loc": {
        "start": {
          "line": 805,
          "column": 40
        },
        "end": {
          "line": 805,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 23515,
      "end": 23519,
      "loc": {
        "start": {
          "line": 805,
          "column": 41
        },
        "end": {
          "line": 805,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23519,
      "end": 23520,
      "loc": {
        "start": {
          "line": 805,
          "column": 45
        },
        "end": {
          "line": 805,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "relative",
      "start": 23520,
      "end": 23528,
      "loc": {
        "start": {
          "line": 805,
          "column": 46
        },
        "end": {
          "line": 805,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23528,
      "end": 23529,
      "loc": {
        "start": {
          "line": 805,
          "column": 54
        },
        "end": {
          "line": 805,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23529,
      "end": 23530,
      "loc": {
        "start": {
          "line": 805,
          "column": 55
        },
        "end": {
          "line": 805,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23530,
      "end": 23531,
      "loc": {
        "start": {
          "line": 805,
          "column": 56
        },
        "end": {
          "line": 805,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23536,
      "end": 23537,
      "loc": {
        "start": {
          "line": 806,
          "column": 4
        },
        "end": {
          "line": 806,
          "column": 5
        }
      }
    },
    {
      "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": 23542,
      "end": 23547,
      "loc": {
        "start": {
          "line": 807,
          "column": 4
        },
        "end": {
          "line": 807,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atType",
      "start": 23548,
      "end": 23554,
      "loc": {
        "start": {
          "line": 807,
          "column": 10
        },
        "end": {
          "line": 807,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23555,
      "end": 23556,
      "loc": {
        "start": {
          "line": 807,
          "column": 17
        },
        "end": {
          "line": 807,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseTypesByValue",
      "start": 23557,
      "end": 23575,
      "loc": {
        "start": {
          "line": 807,
          "column": 19
        },
        "end": {
          "line": 807,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23575,
      "end": 23576,
      "loc": {
        "start": {
          "line": 807,
          "column": 37
        },
        "end": {
          "line": 807,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 23576,
      "end": 23580,
      "loc": {
        "start": {
          "line": 807,
          "column": 38
        },
        "end": {
          "line": 807,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23580,
      "end": 23581,
      "loc": {
        "start": {
          "line": 807,
          "column": 42
        },
        "end": {
          "line": 807,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeDefinition",
      "start": 23581,
      "end": 23595,
      "loc": {
        "start": {
          "line": 807,
          "column": 43
        },
        "end": {
          "line": 807,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23595,
      "end": 23596,
      "loc": {
        "start": {
          "line": 807,
          "column": 57
        },
        "end": {
          "line": 807,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 23596,
      "end": 23601,
      "loc": {
        "start": {
          "line": 807,
          "column": 58
        },
        "end": {
          "line": 807,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23601,
      "end": 23602,
      "loc": {
        "start": {
          "line": 807,
          "column": 63
        },
        "end": {
          "line": 807,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23602,
      "end": 23603,
      "loc": {
        "start": {
          "line": 807,
          "column": 64
        },
        "end": {
          "line": 807,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 23608,
      "end": 23611,
      "loc": {
        "start": {
          "line": 808,
          "column": 4
        },
        "end": {
          "line": 808,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "idPath",
      "start": 23612,
      "end": 23618,
      "loc": {
        "start": {
          "line": 808,
          "column": 8
        },
        "end": {
          "line": 808,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23619,
      "end": 23620,
      "loc": {
        "start": {
          "line": 808,
          "column": 15
        },
        "end": {
          "line": 808,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 23621,
      "end": 23625,
      "loc": {
        "start": {
          "line": 808,
          "column": 17
        },
        "end": {
          "line": 808,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23625,
      "end": 23626,
      "loc": {
        "start": {
          "line": 808,
          "column": 21
        },
        "end": {
          "line": 808,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "relative",
      "start": 23626,
      "end": 23634,
      "loc": {
        "start": {
          "line": 808,
          "column": 22
        },
        "end": {
          "line": 808,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23634,
      "end": 23635,
      "loc": {
        "start": {
          "line": 808,
          "column": 30
        },
        "end": {
          "line": 808,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 23641,
      "end": 23643,
      "loc": {
        "start": {
          "line": 810,
          "column": 4
        },
        "end": {
          "line": 810,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23644,
      "end": 23645,
      "loc": {
        "start": {
          "line": 810,
          "column": 7
        },
        "end": {
          "line": 810,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 23645,
      "end": 23646,
      "loc": {
        "start": {
          "line": 810,
          "column": 8
        },
        "end": {
          "line": 810,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atType",
      "start": 23646,
      "end": 23652,
      "loc": {
        "start": {
          "line": 810,
          "column": 9
        },
        "end": {
          "line": 810,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 23653,
      "end": 23655,
      "loc": {
        "start": {
          "line": 810,
          "column": 16
        },
        "end": {
          "line": 810,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 23656,
      "end": 23657,
      "loc": {
        "start": {
          "line": 810,
          "column": 19
        },
        "end": {
          "line": 810,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atType",
      "start": 23657,
      "end": 23663,
      "loc": {
        "start": {
          "line": 810,
          "column": 20
        },
        "end": {
          "line": 810,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23663,
      "end": 23664,
      "loc": {
        "start": {
          "line": 810,
          "column": 26
        },
        "end": {
          "line": 810,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keepExtension",
      "start": 23664,
      "end": 23677,
      "loc": {
        "start": {
          "line": 810,
          "column": 27
        },
        "end": {
          "line": 810,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23677,
      "end": 23678,
      "loc": {
        "start": {
          "line": 810,
          "column": 40
        },
        "end": {
          "line": 810,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23679,
      "end": 23680,
      "loc": {
        "start": {
          "line": 810,
          "column": 42
        },
        "end": {
          "line": 810,
          "column": 43
        }
      }
    },
    {
      "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": 23687,
      "end": 23692,
      "loc": {
        "start": {
          "line": 811,
          "column": 6
        },
        "end": {
          "line": 811,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exts",
      "start": 23693,
      "end": 23697,
      "loc": {
        "start": {
          "line": 811,
          "column": 12
        },
        "end": {
          "line": 811,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23698,
      "end": 23699,
      "loc": {
        "start": {
          "line": 811,
          "column": 17
        },
        "end": {
          "line": 811,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "idPath",
      "start": 23700,
      "end": 23706,
      "loc": {
        "start": {
          "line": 811,
          "column": 19
        },
        "end": {
          "line": 811,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23706,
      "end": 23707,
      "loc": {
        "start": {
          "line": 811,
          "column": 25
        },
        "end": {
          "line": 811,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 23707,
      "end": 23712,
      "loc": {
        "start": {
          "line": 811,
          "column": 26
        },
        "end": {
          "line": 811,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23712,
      "end": 23713,
      "loc": {
        "start": {
          "line": 811,
          "column": 31
        },
        "end": {
          "line": 811,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ExtensionRegExp",
      "start": 23713,
      "end": 23728,
      "loc": {
        "start": {
          "line": 811,
          "column": 32
        },
        "end": {
          "line": 811,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23728,
      "end": 23729,
      "loc": {
        "start": {
          "line": 811,
          "column": 47
        },
        "end": {
          "line": 811,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23729,
      "end": 23730,
      "loc": {
        "start": {
          "line": 811,
          "column": 48
        },
        "end": {
          "line": 811,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 23730,
      "end": 23731,
      "loc": {
        "start": {
          "line": 811,
          "column": 49
        },
        "end": {
          "line": 811,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23731,
      "end": 23732,
      "loc": {
        "start": {
          "line": 811,
          "column": 50
        },
        "end": {
          "line": 811,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23732,
      "end": 23733,
      "loc": {
        "start": {
          "line": 811,
          "column": 51
        },
        "end": {
          "line": 811,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "idPath",
      "start": 23740,
      "end": 23746,
      "loc": {
        "start": {
          "line": 812,
          "column": 6
        },
        "end": {
          "line": 812,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23747,
      "end": 23748,
      "loc": {
        "start": {
          "line": 812,
          "column": 13
        },
        "end": {
          "line": 812,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "idPath",
      "start": 23749,
      "end": 23755,
      "loc": {
        "start": {
          "line": 812,
          "column": 15
        },
        "end": {
          "line": 812,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23755,
      "end": 23756,
      "loc": {
        "start": {
          "line": 812,
          "column": 21
        },
        "end": {
          "line": 812,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 23756,
      "end": 23761,
      "loc": {
        "start": {
          "line": 812,
          "column": 22
        },
        "end": {
          "line": 812,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23761,
      "end": 23762,
      "loc": {
        "start": {
          "line": 812,
          "column": 27
        },
        "end": {
          "line": 812,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23762,
      "end": 23763,
      "loc": {
        "start": {
          "line": 812,
          "column": 28
        },
        "end": {
          "line": 812,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 23763,
      "end": 23764,
      "loc": {
        "start": {
          "line": 812,
          "column": 29
        },
        "end": {
          "line": 812,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23764,
      "end": 23766,
      "loc": {
        "start": {
          "line": 812,
          "column": 30
        },
        "end": {
          "line": 812,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exts",
      "start": 23766,
      "end": 23770,
      "loc": {
        "start": {
          "line": 812,
          "column": 32
        },
        "end": {
          "line": 812,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23770,
      "end": 23771,
      "loc": {
        "start": {
          "line": 812,
          "column": 36
        },
        "end": {
          "line": 812,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 23771,
      "end": 23771,
      "loc": {
        "start": {
          "line": 812,
          "column": 37
        },
        "end": {
          "line": 812,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23771,
      "end": 23772,
      "loc": {
        "start": {
          "line": 812,
          "column": 37
        },
        "end": {
          "line": 812,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23772,
      "end": 23773,
      "loc": {
        "start": {
          "line": 812,
          "column": 38
        },
        "end": {
          "line": 812,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23773,
      "end": 23774,
      "loc": {
        "start": {
          "line": 812,
          "column": 39
        },
        "end": {
          "line": 812,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 23774,
      "end": 23775,
      "loc": {
        "start": {
          "line": 812,
          "column": 40
        },
        "end": {
          "line": 812,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23775,
      "end": 23776,
      "loc": {
        "start": {
          "line": 812,
          "column": 41
        },
        "end": {
          "line": 812,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23776,
      "end": 23777,
      "loc": {
        "start": {
          "line": 812,
          "column": 42
        },
        "end": {
          "line": 812,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23782,
      "end": 23783,
      "loc": {
        "start": {
          "line": 813,
          "column": 4
        },
        "end": {
          "line": 813,
          "column": 5
        }
      }
    },
    {
      "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": 23789,
      "end": 23795,
      "loc": {
        "start": {
          "line": 815,
          "column": 4
        },
        "end": {
          "line": 815,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 23796,
      "end": 23802,
      "loc": {
        "start": {
          "line": 815,
          "column": 11
        },
        "end": {
          "line": 815,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23802,
      "end": 23803,
      "loc": {
        "start": {
          "line": 815,
          "column": 17
        },
        "end": {
          "line": 815,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromFilePath",
      "start": 23803,
      "end": 23815,
      "loc": {
        "start": {
          "line": 815,
          "column": 18
        },
        "end": {
          "line": 815,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23815,
      "end": 23816,
      "loc": {
        "start": {
          "line": 815,
          "column": 30
        },
        "end": {
          "line": 815,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "idPath",
      "start": 23816,
      "end": 23822,
      "loc": {
        "start": {
          "line": 815,
          "column": 31
        },
        "end": {
          "line": 815,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23822,
      "end": 23823,
      "loc": {
        "start": {
          "line": 815,
          "column": 37
        },
        "end": {
          "line": 815,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23823,
      "end": 23824,
      "loc": {
        "start": {
          "line": 815,
          "column": 38
        },
        "end": {
          "line": 815,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23827,
      "end": 23828,
      "loc": {
        "start": {
          "line": 816,
          "column": 2
        },
        "end": {
          "line": 816,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * A file's browse and display name.\n   * @type {string}\n   ",
      "start": 23832,
      "end": 23900,
      "loc": {
        "start": {
          "line": 818,
          "column": 2
        },
        "end": {
          "line": 821,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 23903,
      "end": 23906,
      "loc": {
        "start": {
          "line": 822,
          "column": 2
        },
        "end": {
          "line": 822,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 23907,
      "end": 23911,
      "loc": {
        "start": {
          "line": 822,
          "column": 6
        },
        "end": {
          "line": 822,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23911,
      "end": 23912,
      "loc": {
        "start": {
          "line": 822,
          "column": 10
        },
        "end": {
          "line": 822,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23912,
      "end": 23913,
      "loc": {
        "start": {
          "line": 822,
          "column": 11
        },
        "end": {
          "line": 822,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23914,
      "end": 23915,
      "loc": {
        "start": {
          "line": 822,
          "column": 13
        },
        "end": {
          "line": 822,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 23920,
      "end": 23922,
      "loc": {
        "start": {
          "line": 823,
          "column": 4
        },
        "end": {
          "line": 823,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23923,
      "end": 23924,
      "loc": {
        "start": {
          "line": 823,
          "column": 7
        },
        "end": {
          "line": 823,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 23924,
      "end": 23925,
      "loc": {
        "start": {
          "line": 823,
          "column": 8
        },
        "end": {
          "line": 823,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 23925,
      "end": 23929,
      "loc": {
        "start": {
          "line": 823,
          "column": 9
        },
        "end": {
          "line": 823,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23929,
      "end": 23930,
      "loc": {
        "start": {
          "line": 823,
          "column": 13
        },
        "end": {
          "line": 823,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_name",
      "start": 23930,
      "end": 23935,
      "loc": {
        "start": {
          "line": 823,
          "column": 14
        },
        "end": {
          "line": 823,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23935,
      "end": 23936,
      "loc": {
        "start": {
          "line": 823,
          "column": 19
        },
        "end": {
          "line": 823,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23937,
      "end": 23938,
      "loc": {
        "start": {
          "line": 823,
          "column": 21
        },
        "end": {
          "line": 823,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 23945,
      "end": 23949,
      "loc": {
        "start": {
          "line": 824,
          "column": 6
        },
        "end": {
          "line": 824,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23949,
      "end": 23950,
      "loc": {
        "start": {
          "line": 824,
          "column": 10
        },
        "end": {
          "line": 824,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getMetadata",
      "start": 23950,
      "end": 23962,
      "loc": {
        "start": {
          "line": 824,
          "column": 11
        },
        "end": {
          "line": 824,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23962,
      "end": 23963,
      "loc": {
        "start": {
          "line": 824,
          "column": 23
        },
        "end": {
          "line": 824,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23963,
      "end": 23964,
      "loc": {
        "start": {
          "line": 824,
          "column": 24
        },
        "end": {
          "line": 824,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23964,
      "end": 23965,
      "loc": {
        "start": {
          "line": 824,
          "column": 25
        },
        "end": {
          "line": 824,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23970,
      "end": 23971,
      "loc": {
        "start": {
          "line": 825,
          "column": 4
        },
        "end": {
          "line": 825,
          "column": 5
        }
      }
    },
    {
      "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": 23977,
      "end": 23983,
      "loc": {
        "start": {
          "line": 827,
          "column": 4
        },
        "end": {
          "line": 827,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 23984,
      "end": 23988,
      "loc": {
        "start": {
          "line": 827,
          "column": 11
        },
        "end": {
          "line": 827,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23988,
      "end": 23989,
      "loc": {
        "start": {
          "line": 827,
          "column": 15
        },
        "end": {
          "line": 827,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_name",
      "start": 23989,
      "end": 23994,
      "loc": {
        "start": {
          "line": 827,
          "column": 16
        },
        "end": {
          "line": 827,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23994,
      "end": 23995,
      "loc": {
        "start": {
          "line": 827,
          "column": 21
        },
        "end": {
          "line": 827,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23998,
      "end": 23999,
      "loc": {
        "start": {
          "line": 828,
          "column": 2
        },
        "end": {
          "line": 828,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * A file's parent's node id.\n   * @type {NodeId}\n   ",
      "start": 24003,
      "end": 24064,
      "loc": {
        "start": {
          "line": 830,
          "column": 2
        },
        "end": {
          "line": 833,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 24067,
      "end": 24070,
      "loc": {
        "start": {
          "line": 834,
          "column": 2
        },
        "end": {
          "line": 834,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parentNodeId",
      "start": 24071,
      "end": 24083,
      "loc": {
        "start": {
          "line": 834,
          "column": 6
        },
        "end": {
          "line": 834,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24083,
      "end": 24084,
      "loc": {
        "start": {
          "line": 834,
          "column": 18
        },
        "end": {
          "line": 834,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24084,
      "end": 24085,
      "loc": {
        "start": {
          "line": 834,
          "column": 19
        },
        "end": {
          "line": 834,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24086,
      "end": 24087,
      "loc": {
        "start": {
          "line": 834,
          "column": 21
        },
        "end": {
          "line": 834,
          "column": 22
        }
      }
    },
    {
      "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": 24092,
      "end": 24097,
      "loc": {
        "start": {
          "line": 835,
          "column": 4
        },
        "end": {
          "line": 835,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 24098,
      "end": 24102,
      "loc": {
        "start": {
          "line": 835,
          "column": 10
        },
        "end": {
          "line": 835,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24103,
      "end": 24104,
      "loc": {
        "start": {
          "line": 835,
          "column": 15
        },
        "end": {
          "line": 835,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 24105,
      "end": 24109,
      "loc": {
        "start": {
          "line": 835,
          "column": 17
        },
        "end": {
          "line": 835,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24109,
      "end": 24110,
      "loc": {
        "start": {
          "line": 835,
          "column": 21
        },
        "end": {
          "line": 835,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 24110,
      "end": 24114,
      "loc": {
        "start": {
          "line": 835,
          "column": 22
        },
        "end": {
          "line": 835,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24114,
      "end": 24115,
      "loc": {
        "start": {
          "line": 835,
          "column": 26
        },
        "end": {
          "line": 835,
          "column": 27
        }
      }
    },
    {
      "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": 24120,
      "end": 24125,
      "loc": {
        "start": {
          "line": 836,
          "column": 4
        },
        "end": {
          "line": 836,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 24126,
      "end": 24128,
      "loc": {
        "start": {
          "line": 836,
          "column": 10
        },
        "end": {
          "line": 836,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24129,
      "end": 24130,
      "loc": {
        "start": {
          "line": 836,
          "column": 13
        },
        "end": {
          "line": 836,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 24131,
      "end": 24135,
      "loc": {
        "start": {
          "line": 836,
          "column": 15
        },
        "end": {
          "line": 836,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24135,
      "end": 24136,
      "loc": {
        "start": {
          "line": 836,
          "column": 19
        },
        "end": {
          "line": 836,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeId",
      "start": 24136,
      "end": 24142,
      "loc": {
        "start": {
          "line": 836,
          "column": 20
        },
        "end": {
          "line": 836,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24142,
      "end": 24143,
      "loc": {
        "start": {
          "line": 836,
          "column": 26
        },
        "end": {
          "line": 836,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 24149,
      "end": 24151,
      "loc": {
        "start": {
          "line": 838,
          "column": 4
        },
        "end": {
          "line": 838,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24152,
      "end": 24153,
      "loc": {
        "start": {
          "line": 838,
          "column": 7
        },
        "end": {
          "line": 838,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 24153,
      "end": 24157,
      "loc": {
        "start": {
          "line": 838,
          "column": 8
        },
        "end": {
          "line": 838,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24157,
      "end": 24158,
      "loc": {
        "start": {
          "line": 838,
          "column": 12
        },
        "end": {
          "line": 838,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24159,
      "end": 24160,
      "loc": {
        "start": {
          "line": 838,
          "column": 14
        },
        "end": {
          "line": 838,
          "column": 15
        }
      }
    },
    {
      "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": 24167,
      "end": 24172,
      "loc": {
        "start": {
          "line": 839,
          "column": 6
        },
        "end": {
          "line": 839,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parts",
      "start": 24173,
      "end": 24178,
      "loc": {
        "start": {
          "line": 839,
          "column": 12
        },
        "end": {
          "line": 839,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24179,
      "end": 24180,
      "loc": {
        "start": {
          "line": 839,
          "column": 18
        },
        "end": {
          "line": 839,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 24181,
      "end": 24185,
      "loc": {
        "start": {
          "line": 839,
          "column": 20
        },
        "end": {
          "line": 839,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24185,
      "end": 24186,
      "loc": {
        "start": {
          "line": 839,
          "column": 24
        },
        "end": {
          "line": 839,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeId",
      "start": 24186,
      "end": 24192,
      "loc": {
        "start": {
          "line": 839,
          "column": 25
        },
        "end": {
          "line": 839,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24192,
      "end": 24193,
      "loc": {
        "start": {
          "line": 839,
          "column": 31
        },
        "end": {
          "line": 839,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 24193,
      "end": 24198,
      "loc": {
        "start": {
          "line": 839,
          "column": 32
        },
        "end": {
          "line": 839,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24198,
      "end": 24199,
      "loc": {
        "start": {
          "line": 839,
          "column": 37
        },
        "end": {
          "line": 839,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 24199,
      "end": 24204,
      "loc": {
        "start": {
          "line": 839,
          "column": 38
        },
        "end": {
          "line": 839,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24204,
      "end": 24205,
      "loc": {
        "start": {
          "line": 839,
          "column": 43
        },
        "end": {
          "line": 839,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 24205,
      "end": 24209,
      "loc": {
        "start": {
          "line": 839,
          "column": 44
        },
        "end": {
          "line": 839,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24209,
      "end": 24210,
      "loc": {
        "start": {
          "line": 839,
          "column": 48
        },
        "end": {
          "line": 839,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24210,
      "end": 24211,
      "loc": {
        "start": {
          "line": 839,
          "column": 49
        },
        "end": {
          "line": 839,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 24219,
      "end": 24221,
      "loc": {
        "start": {
          "line": 841,
          "column": 6
        },
        "end": {
          "line": 841,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24222,
      "end": 24223,
      "loc": {
        "start": {
          "line": 841,
          "column": 9
        },
        "end": {
          "line": 841,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parts",
      "start": 24223,
      "end": 24228,
      "loc": {
        "start": {
          "line": 841,
          "column": 10
        },
        "end": {
          "line": 841,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24228,
      "end": 24229,
      "loc": {
        "start": {
          "line": 841,
          "column": 15
        },
        "end": {
          "line": 841,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 24229,
      "end": 24235,
      "loc": {
        "start": {
          "line": 841,
          "column": 16
        },
        "end": {
          "line": 841,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 24236,
      "end": 24237,
      "loc": {
        "start": {
          "line": 841,
          "column": 23
        },
        "end": {
          "line": 841,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 24238,
      "end": 24239,
      "loc": {
        "start": {
          "line": 841,
          "column": 25
        },
        "end": {
          "line": 841,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24239,
      "end": 24240,
      "loc": {
        "start": {
          "line": 841,
          "column": 26
        },
        "end": {
          "line": 841,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24241,
      "end": 24242,
      "loc": {
        "start": {
          "line": 841,
          "column": 28
        },
        "end": {
          "line": 841,
          "column": 29
        }
      }
    },
    {
      "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": 24251,
      "end": 24257,
      "loc": {
        "start": {
          "line": 842,
          "column": 8
        },
        "end": {
          "line": 842,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 24258,
      "end": 24261,
      "loc": {
        "start": {
          "line": 842,
          "column": 15
        },
        "end": {
          "line": 842,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NodeId",
      "start": 24262,
      "end": 24268,
      "loc": {
        "start": {
          "line": 842,
          "column": 19
        },
        "end": {
          "line": 842,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24268,
      "end": 24269,
      "loc": {
        "start": {
          "line": 842,
          "column": 25
        },
        "end": {
          "line": 842,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 24269,
      "end": 24271,
      "loc": {
        "start": {
          "line": 842,
          "column": 26
        },
        "end": {
          "line": 842,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24271,
      "end": 24272,
      "loc": {
        "start": {
          "line": 842,
          "column": 28
        },
        "end": {
          "line": 842,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifierType",
      "start": 24272,
      "end": 24286,
      "loc": {
        "start": {
          "line": 842,
          "column": 29
        },
        "end": {
          "line": 842,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24286,
      "end": 24287,
      "loc": {
        "start": {
          "line": 842,
          "column": 43
        },
        "end": {
          "line": 842,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parts",
      "start": 24288,
      "end": 24293,
      "loc": {
        "start": {
          "line": 842,
          "column": 45
        },
        "end": {
          "line": 842,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24293,
      "end": 24294,
      "loc": {
        "start": {
          "line": 842,
          "column": 50
        },
        "end": {
          "line": 842,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 24294,
      "end": 24295,
      "loc": {
        "start": {
          "line": 842,
          "column": 51
        },
        "end": {
          "line": 842,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24295,
      "end": 24296,
      "loc": {
        "start": {
          "line": 842,
          "column": 52
        },
        "end": {
          "line": 842,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24296,
      "end": 24297,
      "loc": {
        "start": {
          "line": 842,
          "column": 53
        },
        "end": {
          "line": 842,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "slice",
      "start": 24297,
      "end": 24302,
      "loc": {
        "start": {
          "line": 842,
          "column": 54
        },
        "end": {
          "line": 842,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24302,
      "end": 24303,
      "loc": {
        "start": {
          "line": 842,
          "column": 59
        },
        "end": {
          "line": 842,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 24303,
      "end": 24304,
      "loc": {
        "start": {
          "line": 842,
          "column": 60
        },
        "end": {
          "line": 842,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24304,
      "end": 24305,
      "loc": {
        "start": {
          "line": 842,
          "column": 61
        },
        "end": {
          "line": 842,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 24306,
      "end": 24307,
      "loc": {
        "start": {
          "line": 842,
          "column": 63
        },
        "end": {
          "line": 842,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 24307,
      "end": 24308,
      "loc": {
        "start": {
          "line": 842,
          "column": 64
        },
        "end": {
          "line": 842,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24308,
      "end": 24309,
      "loc": {
        "start": {
          "line": 842,
          "column": 65
        },
        "end": {
          "line": 842,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24309,
      "end": 24310,
      "loc": {
        "start": {
          "line": 842,
          "column": 66
        },
        "end": {
          "line": 842,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 24311,
      "end": 24313,
      "loc": {
        "start": {
          "line": 842,
          "column": 68
        },
        "end": {
          "line": 842,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24313,
      "end": 24314,
      "loc": {
        "start": {
          "line": 842,
          "column": 70
        },
        "end": {
          "line": 842,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "namespaceIndex",
      "start": 24314,
      "end": 24328,
      "loc": {
        "start": {
          "line": 842,
          "column": 71
        },
        "end": {
          "line": 842,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24328,
      "end": 24329,
      "loc": {
        "start": {
          "line": 842,
          "column": 85
        },
        "end": {
          "line": 842,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24329,
      "end": 24330,
      "loc": {
        "start": {
          "line": 842,
          "column": 86
        },
        "end": {
          "line": 842,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24337,
      "end": 24338,
      "loc": {
        "start": {
          "line": 843,
          "column": 6
        },
        "end": {
          "line": 843,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24343,
      "end": 24344,
      "loc": {
        "start": {
          "line": 844,
          "column": 4
        },
        "end": {
          "line": 844,
          "column": 5
        }
      }
    },
    {
      "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": 24350,
      "end": 24356,
      "loc": {
        "start": {
          "line": 846,
          "column": 4
        },
        "end": {
          "line": 846,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 24357,
      "end": 24361,
      "loc": {
        "start": {
          "line": 846,
          "column": 11
        },
        "end": {
          "line": 846,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24361,
      "end": 24362,
      "loc": {
        "start": {
          "line": 846,
          "column": 15
        },
        "end": {
          "line": 846,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeId",
      "start": 24362,
      "end": 24368,
      "loc": {
        "start": {
          "line": 846,
          "column": 16
        },
        "end": {
          "line": 846,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24368,
      "end": 24369,
      "loc": {
        "start": {
          "line": 846,
          "column": 22
        },
        "end": {
          "line": 846,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 24369,
      "end": 24375,
      "loc": {
        "start": {
          "line": 846,
          "column": 23
        },
        "end": {
          "line": 846,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24375,
      "end": 24376,
      "loc": {
        "start": {
          "line": 846,
          "column": 29
        },
        "end": {
          "line": 846,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24379,
      "end": 24380,
      "loc": {
        "start": {
          "line": 847,
          "column": 2
        },
        "end": {
          "line": 847,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns a new file with all attributes of the current file.\n   * @param {Object} options See the {@link vinyl~File} docs for all options available.\n   * @return {AtviseFile} The cloned file.\n   * @see https://github.com/gulpjs/vinyl#filecloneoptions\n   ",
      "start": 24384,
      "end": 24648,
      "loc": {
        "start": {
          "line": 849,
          "column": 2
        },
        "end": {
          "line": 854,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 24651,
      "end": 24656,
      "loc": {
        "start": {
          "line": 855,
          "column": 2
        },
        "end": {
          "line": 855,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24656,
      "end": 24657,
      "loc": {
        "start": {
          "line": 855,
          "column": 7
        },
        "end": {
          "line": 855,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24657,
      "end": 24664,
      "loc": {
        "start": {
          "line": 855,
          "column": 8
        },
        "end": {
          "line": 855,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24664,
      "end": 24665,
      "loc": {
        "start": {
          "line": 855,
          "column": 15
        },
        "end": {
          "line": 855,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24666,
      "end": 24667,
      "loc": {
        "start": {
          "line": 855,
          "column": 17
        },
        "end": {
          "line": 855,
          "column": 18
        }
      }
    },
    {
      "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": 24672,
      "end": 24677,
      "loc": {
        "start": {
          "line": 856,
          "column": 4
        },
        "end": {
          "line": 856,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clonedFile",
      "start": 24678,
      "end": 24688,
      "loc": {
        "start": {
          "line": 856,
          "column": 10
        },
        "end": {
          "line": 856,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24689,
      "end": 24690,
      "loc": {
        "start": {
          "line": 856,
          "column": 21
        },
        "end": {
          "line": 856,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 24691,
      "end": 24696,
      "loc": {
        "start": {
          "line": 856,
          "column": 23
        },
        "end": {
          "line": 856,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24696,
      "end": 24697,
      "loc": {
        "start": {
          "line": 856,
          "column": 28
        },
        "end": {
          "line": 856,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 24697,
      "end": 24702,
      "loc": {
        "start": {
          "line": 856,
          "column": 29
        },
        "end": {
          "line": 856,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24702,
      "end": 24703,
      "loc": {
        "start": {
          "line": 856,
          "column": 34
        },
        "end": {
          "line": 856,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24703,
      "end": 24710,
      "loc": {
        "start": {
          "line": 856,
          "column": 35
        },
        "end": {
          "line": 856,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24710,
      "end": 24711,
      "loc": {
        "start": {
          "line": 856,
          "column": 42
        },
        "end": {
          "line": 856,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24711,
      "end": 24712,
      "loc": {
        "start": {
          "line": 856,
          "column": 43
        },
        "end": {
          "line": 856,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clonedFile",
      "start": 24718,
      "end": 24728,
      "loc": {
        "start": {
          "line": 858,
          "column": 4
        },
        "end": {
          "line": 858,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24728,
      "end": 24729,
      "loc": {
        "start": {
          "line": 858,
          "column": 14
        },
        "end": {
          "line": 858,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_nodeClass",
      "start": 24729,
      "end": 24739,
      "loc": {
        "start": {
          "line": 858,
          "column": 15
        },
        "end": {
          "line": 858,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24740,
      "end": 24741,
      "loc": {
        "start": {
          "line": 858,
          "column": 26
        },
        "end": {
          "line": 858,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 24742,
      "end": 24746,
      "loc": {
        "start": {
          "line": 858,
          "column": 28
        },
        "end": {
          "line": 858,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24746,
      "end": 24747,
      "loc": {
        "start": {
          "line": 858,
          "column": 32
        },
        "end": {
          "line": 858,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_nodeClass",
      "start": 24747,
      "end": 24757,
      "loc": {
        "start": {
          "line": 858,
          "column": 33
        },
        "end": {
          "line": 858,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24757,
      "end": 24758,
      "loc": {
        "start": {
          "line": 858,
          "column": 43
        },
        "end": {
          "line": 858,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clonedFile",
      "start": 24763,
      "end": 24773,
      "loc": {
        "start": {
          "line": 859,
          "column": 4
        },
        "end": {
          "line": 859,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24773,
      "end": 24774,
      "loc": {
        "start": {
          "line": 859,
          "column": 14
        },
        "end": {
          "line": 859,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dataType",
      "start": 24774,
      "end": 24783,
      "loc": {
        "start": {
          "line": 859,
          "column": 15
        },
        "end": {
          "line": 859,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24784,
      "end": 24785,
      "loc": {
        "start": {
          "line": 859,
          "column": 25
        },
        "end": {
          "line": 859,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 24786,
      "end": 24790,
      "loc": {
        "start": {
          "line": 859,
          "column": 27
        },
        "end": {
          "line": 859,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24790,
      "end": 24791,
      "loc": {
        "start": {
          "line": 859,
          "column": 31
        },
        "end": {
          "line": 859,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dataType",
      "start": 24791,
      "end": 24800,
      "loc": {
        "start": {
          "line": 859,
          "column": 32
        },
        "end": {
          "line": 859,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24800,
      "end": 24801,
      "loc": {
        "start": {
          "line": 859,
          "column": 41
        },
        "end": {
          "line": 859,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clonedFile",
      "start": 24806,
      "end": 24816,
      "loc": {
        "start": {
          "line": 860,
          "column": 4
        },
        "end": {
          "line": 860,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24816,
      "end": 24817,
      "loc": {
        "start": {
          "line": 860,
          "column": 14
        },
        "end": {
          "line": 860,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_arrayType",
      "start": 24817,
      "end": 24827,
      "loc": {
        "start": {
          "line": 860,
          "column": 15
        },
        "end": {
          "line": 860,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24828,
      "end": 24829,
      "loc": {
        "start": {
          "line": 860,
          "column": 26
        },
        "end": {
          "line": 860,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 24830,
      "end": 24834,
      "loc": {
        "start": {
          "line": 860,
          "column": 28
        },
        "end": {
          "line": 860,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24834,
      "end": 24835,
      "loc": {
        "start": {
          "line": 860,
          "column": 32
        },
        "end": {
          "line": 860,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_arrayType",
      "start": 24835,
      "end": 24845,
      "loc": {
        "start": {
          "line": 860,
          "column": 33
        },
        "end": {
          "line": 860,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24845,
      "end": 24846,
      "loc": {
        "start": {
          "line": 860,
          "column": 43
        },
        "end": {
          "line": 860,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clonedFile",
      "start": 24851,
      "end": 24861,
      "loc": {
        "start": {
          "line": 861,
          "column": 4
        },
        "end": {
          "line": 861,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24861,
      "end": 24862,
      "loc": {
        "start": {
          "line": 861,
          "column": 14
        },
        "end": {
          "line": 861,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_references",
      "start": 24862,
      "end": 24873,
      "loc": {
        "start": {
          "line": 861,
          "column": 15
        },
        "end": {
          "line": 861,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24874,
      "end": 24875,
      "loc": {
        "start": {
          "line": 861,
          "column": 27
        },
        "end": {
          "line": 861,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 24876,
      "end": 24880,
      "loc": {
        "start": {
          "line": 861,
          "column": 29
        },
        "end": {
          "line": 861,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24880,
      "end": 24881,
      "loc": {
        "start": {
          "line": 861,
          "column": 33
        },
        "end": {
          "line": 861,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_references",
      "start": 24881,
      "end": 24892,
      "loc": {
        "start": {
          "line": 861,
          "column": 34
        },
        "end": {
          "line": 861,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24892,
      "end": 24893,
      "loc": {
        "start": {
          "line": 861,
          "column": 45
        },
        "end": {
          "line": 861,
          "column": 46
        }
      }
    },
    {
      "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": 24899,
      "end": 24905,
      "loc": {
        "start": {
          "line": 863,
          "column": 4
        },
        "end": {
          "line": 863,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clonedFile",
      "start": 24906,
      "end": 24916,
      "loc": {
        "start": {
          "line": 863,
          "column": 11
        },
        "end": {
          "line": 863,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24916,
      "end": 24917,
      "loc": {
        "start": {
          "line": 863,
          "column": 21
        },
        "end": {
          "line": 863,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24920,
      "end": 24921,
      "loc": {
        "start": {
          "line": 864,
          "column": 2
        },
        "end": {
          "line": 864,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates a new AtviseFile and reads it's contents.\n   * @param {Object} options See {@link vinyl~File} for available options.\n   * @return {Promise} Resolved with the new file of rejected with the error that occured while\n   * trying to read it's path.\n   ",
      "start": 24925,
      "end": 25191,
      "loc": {
        "start": {
          "line": 866,
          "column": 2
        },
        "end": {
          "line": 871,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 25194,
      "end": 25200,
      "loc": {
        "start": {
          "line": 872,
          "column": 2
        },
        "end": {
          "line": 872,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "read",
      "start": 25201,
      "end": 25205,
      "loc": {
        "start": {
          "line": 872,
          "column": 9
        },
        "end": {
          "line": 872,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25205,
      "end": 25206,
      "loc": {
        "start": {
          "line": 872,
          "column": 13
        },
        "end": {
          "line": 872,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25206,
      "end": 25213,
      "loc": {
        "start": {
          "line": 872,
          "column": 14
        },
        "end": {
          "line": 872,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 25214,
      "end": 25215,
      "loc": {
        "start": {
          "line": 872,
          "column": 22
        },
        "end": {
          "line": 872,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25216,
      "end": 25217,
      "loc": {
        "start": {
          "line": 872,
          "column": 24
        },
        "end": {
          "line": 872,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25217,
      "end": 25218,
      "loc": {
        "start": {
          "line": 872,
          "column": 25
        },
        "end": {
          "line": 872,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25218,
      "end": 25219,
      "loc": {
        "start": {
          "line": 872,
          "column": 26
        },
        "end": {
          "line": 872,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25220,
      "end": 25221,
      "loc": {
        "start": {
          "line": 872,
          "column": 28
        },
        "end": {
          "line": 872,
          "column": 29
        }
      }
    },
    {
      "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": 25226,
      "end": 25232,
      "loc": {
        "start": {
          "line": 873,
          "column": 4
        },
        "end": {
          "line": 873,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 25233,
      "end": 25236,
      "loc": {
        "start": {
          "line": 873,
          "column": 11
        },
        "end": {
          "line": 873,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 25237,
      "end": 25244,
      "loc": {
        "start": {
          "line": 873,
          "column": 15
        },
        "end": {
          "line": 873,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25244,
      "end": 25245,
      "loc": {
        "start": {
          "line": 873,
          "column": 22
        },
        "end": {
          "line": 873,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25245,
      "end": 25246,
      "loc": {
        "start": {
          "line": 873,
          "column": 23
        },
        "end": {
          "line": 873,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 25246,
      "end": 25253,
      "loc": {
        "start": {
          "line": 873,
          "column": 24
        },
        "end": {
          "line": 873,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25253,
      "end": 25254,
      "loc": {
        "start": {
          "line": 873,
          "column": 31
        },
        "end": {
          "line": 873,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 25255,
      "end": 25261,
      "loc": {
        "start": {
          "line": 873,
          "column": 33
        },
        "end": {
          "line": 873,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25261,
      "end": 25262,
      "loc": {
        "start": {
          "line": 873,
          "column": 39
        },
        "end": {
          "line": 873,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25263,
      "end": 25265,
      "loc": {
        "start": {
          "line": 873,
          "column": 41
        },
        "end": {
          "line": 873,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25266,
      "end": 25267,
      "loc": {
        "start": {
          "line": 873,
          "column": 44
        },
        "end": {
          "line": 873,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 25274,
      "end": 25276,
      "loc": {
        "start": {
          "line": 874,
          "column": 6
        },
        "end": {
          "line": 874,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25277,
      "end": 25278,
      "loc": {
        "start": {
          "line": 874,
          "column": 9
        },
        "end": {
          "line": 874,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 25278,
      "end": 25279,
      "loc": {
        "start": {
          "line": 874,
          "column": 10
        },
        "end": {
          "line": 874,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25279,
      "end": 25286,
      "loc": {
        "start": {
          "line": 874,
          "column": 11
        },
        "end": {
          "line": 874,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25286,
      "end": 25287,
      "loc": {
        "start": {
          "line": 874,
          "column": 18
        },
        "end": {
          "line": 874,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 25287,
      "end": 25291,
      "loc": {
        "start": {
          "line": 874,
          "column": 19
        },
        "end": {
          "line": 874,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25291,
      "end": 25292,
      "loc": {
        "start": {
          "line": 874,
          "column": 23
        },
        "end": {
          "line": 874,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25293,
      "end": 25294,
      "loc": {
        "start": {
          "line": 874,
          "column": 25
        },
        "end": {
          "line": 874,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 25303,
      "end": 25309,
      "loc": {
        "start": {
          "line": 875,
          "column": 8
        },
        "end": {
          "line": 875,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25309,
      "end": 25310,
      "loc": {
        "start": {
          "line": 875,
          "column": 14
        },
        "end": {
          "line": 875,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 25310,
      "end": 25313,
      "loc": {
        "start": {
          "line": 875,
          "column": 15
        },
        "end": {
          "line": 875,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 25314,
      "end": 25319,
      "loc": {
        "start": {
          "line": 875,
          "column": 19
        },
        "end": {
          "line": 875,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25319,
      "end": 25320,
      "loc": {
        "start": {
          "line": 875,
          "column": 24
        },
        "end": {
          "line": 875,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "options.path is required",
      "start": 25320,
      "end": 25346,
      "loc": {
        "start": {
          "line": 875,
          "column": 25
        },
        "end": {
          "line": 875,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25346,
      "end": 25347,
      "loc": {
        "start": {
          "line": 875,
          "column": 51
        },
        "end": {
          "line": 875,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25347,
      "end": 25348,
      "loc": {
        "start": {
          "line": 875,
          "column": 52
        },
        "end": {
          "line": 875,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25348,
      "end": 25349,
      "loc": {
        "start": {
          "line": 875,
          "column": 53
        },
        "end": {
          "line": 875,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25356,
      "end": 25357,
      "loc": {
        "start": {
          "line": 876,
          "column": 6
        },
        "end": {
          "line": 876,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 25358,
      "end": 25362,
      "loc": {
        "start": {
          "line": 876,
          "column": 8
        },
        "end": {
          "line": 876,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25363,
      "end": 25364,
      "loc": {
        "start": {
          "line": 876,
          "column": 13
        },
        "end": {
          "line": 876,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "readFile",
      "start": 25373,
      "end": 25381,
      "loc": {
        "start": {
          "line": 877,
          "column": 8
        },
        "end": {
          "line": 877,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25381,
      "end": 25382,
      "loc": {
        "start": {
          "line": 877,
          "column": 16
        },
        "end": {
          "line": 877,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25382,
      "end": 25389,
      "loc": {
        "start": {
          "line": 877,
          "column": 17
        },
        "end": {
          "line": 877,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25389,
      "end": 25390,
      "loc": {
        "start": {
          "line": 877,
          "column": 24
        },
        "end": {
          "line": 877,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 25390,
      "end": 25394,
      "loc": {
        "start": {
          "line": 877,
          "column": 25
        },
        "end": {
          "line": 877,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25394,
      "end": 25395,
      "loc": {
        "start": {
          "line": 877,
          "column": 29
        },
        "end": {
          "line": 877,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25396,
      "end": 25397,
      "loc": {
        "start": {
          "line": 877,
          "column": 31
        },
        "end": {
          "line": 877,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 25397,
      "end": 25400,
      "loc": {
        "start": {
          "line": 877,
          "column": 32
        },
        "end": {
          "line": 877,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25400,
      "end": 25401,
      "loc": {
        "start": {
          "line": 877,
          "column": 35
        },
        "end": {
          "line": 877,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "contents",
      "start": 25402,
      "end": 25410,
      "loc": {
        "start": {
          "line": 877,
          "column": 37
        },
        "end": {
          "line": 877,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25410,
      "end": 25411,
      "loc": {
        "start": {
          "line": 877,
          "column": 45
        },
        "end": {
          "line": 877,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25412,
      "end": 25414,
      "loc": {
        "start": {
          "line": 877,
          "column": 47
        },
        "end": {
          "line": 877,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25415,
      "end": 25416,
      "loc": {
        "start": {
          "line": 877,
          "column": 50
        },
        "end": {
          "line": 877,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 25427,
      "end": 25429,
      "loc": {
        "start": {
          "line": 878,
          "column": 10
        },
        "end": {
          "line": 878,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25430,
      "end": 25431,
      "loc": {
        "start": {
          "line": 878,
          "column": 13
        },
        "end": {
          "line": 878,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 25431,
      "end": 25434,
      "loc": {
        "start": {
          "line": 878,
          "column": 14
        },
        "end": {
          "line": 878,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25434,
      "end": 25435,
      "loc": {
        "start": {
          "line": 878,
          "column": 17
        },
        "end": {
          "line": 878,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25436,
      "end": 25437,
      "loc": {
        "start": {
          "line": 878,
          "column": 19
        },
        "end": {
          "line": 878,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 25450,
      "end": 25456,
      "loc": {
        "start": {
          "line": 879,
          "column": 12
        },
        "end": {
          "line": 879,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25456,
      "end": 25457,
      "loc": {
        "start": {
          "line": 879,
          "column": 18
        },
        "end": {
          "line": 879,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 25457,
      "end": 25460,
      "loc": {
        "start": {
          "line": 879,
          "column": 19
        },
        "end": {
          "line": 879,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25460,
      "end": 25461,
      "loc": {
        "start": {
          "line": 879,
          "column": 22
        },
        "end": {
          "line": 879,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25461,
      "end": 25462,
      "loc": {
        "start": {
          "line": 879,
          "column": 23
        },
        "end": {
          "line": 879,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25473,
      "end": 25474,
      "loc": {
        "start": {
          "line": 880,
          "column": 10
        },
        "end": {
          "line": 880,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 25475,
      "end": 25479,
      "loc": {
        "start": {
          "line": 880,
          "column": 12
        },
        "end": {
          "line": 880,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25480,
      "end": 25481,
      "loc": {
        "start": {
          "line": 880,
          "column": 17
        },
        "end": {
          "line": 880,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 25494,
      "end": 25501,
      "loc": {
        "start": {
          "line": 881,
          "column": 12
        },
        "end": {
          "line": 881,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25501,
      "end": 25502,
      "loc": {
        "start": {
          "line": 881,
          "column": 19
        },
        "end": {
          "line": 881,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 25502,
      "end": 25505,
      "loc": {
        "start": {
          "line": 881,
          "column": 20
        },
        "end": {
          "line": 881,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AtviseFile",
      "start": 25506,
      "end": 25516,
      "loc": {
        "start": {
          "line": 881,
          "column": 24
        },
        "end": {
          "line": 881,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25516,
      "end": 25517,
      "loc": {
        "start": {
          "line": 881,
          "column": 34
        },
        "end": {
          "line": 881,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 25517,
      "end": 25523,
      "loc": {
        "start": {
          "line": 881,
          "column": 35
        },
        "end": {
          "line": 881,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25523,
      "end": 25524,
      "loc": {
        "start": {
          "line": 881,
          "column": 41
        },
        "end": {
          "line": 881,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 25524,
      "end": 25530,
      "loc": {
        "start": {
          "line": 881,
          "column": 42
        },
        "end": {
          "line": 881,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25530,
      "end": 25531,
      "loc": {
        "start": {
          "line": 881,
          "column": 48
        },
        "end": {
          "line": 881,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25531,
      "end": 25538,
      "loc": {
        "start": {
          "line": 881,
          "column": 49
        },
        "end": {
          "line": 881,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25538,
      "end": 25539,
      "loc": {
        "start": {
          "line": 881,
          "column": 56
        },
        "end": {
          "line": 881,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25540,
      "end": 25541,
      "loc": {
        "start": {
          "line": 881,
          "column": 58
        },
        "end": {
          "line": 881,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "contents",
      "start": 25542,
      "end": 25550,
      "loc": {
        "start": {
          "line": 881,
          "column": 60
        },
        "end": {
          "line": 881,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25551,
      "end": 25552,
      "loc": {
        "start": {
          "line": 881,
          "column": 69
        },
        "end": {
          "line": 881,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25552,
      "end": 25553,
      "loc": {
        "start": {
          "line": 881,
          "column": 70
        },
        "end": {
          "line": 881,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25553,
      "end": 25554,
      "loc": {
        "start": {
          "line": 881,
          "column": 71
        },
        "end": {
          "line": 881,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25554,
      "end": 25555,
      "loc": {
        "start": {
          "line": 881,
          "column": 72
        },
        "end": {
          "line": 881,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25555,
      "end": 25556,
      "loc": {
        "start": {
          "line": 881,
          "column": 73
        },
        "end": {
          "line": 881,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25567,
      "end": 25568,
      "loc": {
        "start": {
          "line": 882,
          "column": 10
        },
        "end": {
          "line": 882,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25577,
      "end": 25578,
      "loc": {
        "start": {
          "line": 883,
          "column": 8
        },
        "end": {
          "line": 883,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25578,
      "end": 25579,
      "loc": {
        "start": {
          "line": 883,
          "column": 9
        },
        "end": {
          "line": 883,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25579,
      "end": 25580,
      "loc": {
        "start": {
          "line": 883,
          "column": 10
        },
        "end": {
          "line": 883,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25587,
      "end": 25588,
      "loc": {
        "start": {
          "line": 884,
          "column": 6
        },
        "end": {
          "line": 884,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25593,
      "end": 25594,
      "loc": {
        "start": {
          "line": 885,
          "column": 4
        },
        "end": {
          "line": 885,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25594,
      "end": 25595,
      "loc": {
        "start": {
          "line": 885,
          "column": 5
        },
        "end": {
          "line": 885,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25595,
      "end": 25596,
      "loc": {
        "start": {
          "line": 885,
          "column": 6
        },
        "end": {
          "line": 885,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25599,
      "end": 25600,
      "loc": {
        "start": {
          "line": 886,
          "column": 2
        },
        "end": {
          "line": 886,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25601,
      "end": 25602,
      "loc": {
        "start": {
          "line": 887,
          "column": 0
        },
        "end": {
          "line": 887,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25603,
      "end": 25603,
      "loc": {
        "start": {
          "line": 888,
          "column": 0
        },
        "end": {
          "line": 888,
          "column": 0
        }
      }
    }
  ]
}