[
  {
    "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": "message",
    "index": 6,
    "length": 7,
    "line": 1,
    "lineEnd": 1,
    "column": 7,
    "columnEnd": 13,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 1
  },
  {
    "type": "operator",
    "value": "=",
    "index": 14,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 15,
    "columnEnd": 15,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 2
  },
  {
    "type": "template",
    "value": "'''\n    Hello ${",
    "index": 16,
    "length": 16,
    "line": 1,
    "lineEnd": 1,
    "column": 17,
    "columnEnd": 32,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 3
  },
  {
    "type": "identifier",
    "value": "name",
    "index": 32,
    "length": 4,
    "line": 2,
    "lineEnd": 2,
    "column": 33,
    "columnEnd": 36,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 4
  },
  {
    "type": "template",
    "value": "}\n'''",
    "index": 36,
    "length": 5,
    "line": 2,
    "lineEnd": 2,
    "column": 37,
    "columnEnd": 41,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 5
  }
]