[
  {
    "type": "identifier",
    "value": "const",
    "index": 0,
    "length": 5,
    "line": 1,
    "lineEnd": 1,
    "column": 1,
    "columnEnd": 5,
    "isKeyword": true,
    "indention": 0,
    "tokenIndex": 0
  },
  {
    "type": "identifier",
    "value": "banana",
    "index": 6,
    "length": 6,
    "line": 1,
    "lineEnd": 1,
    "column": 7,
    "columnEnd": 12,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 1
  },
  {
    "type": "operator",
    "value": "=",
    "index": 13,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 14,
    "columnEnd": 14,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 2
  },
  {
    "type": "punctuator",
    "value": "(",
    "index": 15,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 16,
    "columnEnd": 16,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 3
  },
  {
    "type": "punctuator",
    "value": ")",
    "index": 16,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 17,
    "columnEnd": 17,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 4
  },
  {
    "type": "operator",
    "value": "=>",
    "index": 18,
    "length": 2,
    "line": 1,
    "lineEnd": 1,
    "column": 19,
    "columnEnd": 20,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 5
  },
  {
    "type": "indention",
    "value": 2,
    "index": 21,
    "length": 8,
    "line": 2,
    "lineEnd": 1,
    "column": 1,
    "columnEnd": 29,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 6
  }
]