[
  {
    "type": "identifier",
    "value": "let",
    "index": 0,
    "length": 3,
    "line": 1,
    "lineEnd": 1,
    "column": 1,
    "columnEnd": 3,
    "isKeyword": true,
    "indention": 0,
    "tokenIndex": 0
  },
  {
    "type": "identifier",
    "value": "message",
    "index": 4,
    "length": 7,
    "line": 1,
    "lineEnd": 1,
    "column": 5,
    "columnEnd": 11,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 1
  },
  {
    "type": "operator",
    "value": "=",
    "index": 12,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 13,
    "columnEnd": 13,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 2
  },
  {
    "type": "template",
    "value": "'''\n    Hello ${",
    "index": 14,
    "length": 16,
    "line": 1,
    "lineEnd": 1,
    "column": 15,
    "columnEnd": 30,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 3
  },
  {
    "type": "identifier",
    "value": "name",
    "index": 30,
    "length": 4,
    "line": 2,
    "lineEnd": 2,
    "column": 31,
    "columnEnd": 34,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 4
  },
  {
    "type": "template",
    "value": "}\n'''",
    "index": 34,
    "length": 5,
    "line": 2,
    "lineEnd": 2,
    "column": 35,
    "columnEnd": 39,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 5
  }
]