[
    {
        "type": "Keyword",
        "value": "var",
        "loc": {
            "start": {
                "line": 1,
                "column": 0
            },
            "end": {
                "line": 1,
                "column": 3
            }
        }
    },
    {
        "type": "Identifier",
        "value": "a",
        "loc": {
            "start": {
                "line": 1,
                "column": 4
            },
            "end": {
                "line": 1,
                "column": 5
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "=",
        "loc": {
            "start": {
                "line": 1,
                "column": 6
            },
            "end": {
                "line": 1,
                "column": 7
            }
        }
    },
    {
        "type": "String",
        "value": "\"aaa\\\nbbb\\\nccc\\nddd\\\neee\"",
        "loc": {
            "start": {
                "line": 1,
                "column": 8
            },
            "end": {
                "line": 4,
                "column": 4
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ";",
        "loc": {
            "start": {
                "line": 4,
                "column": 4
            },
            "end": {
                "line": 4,
                "column": 5
            }
        }
    },
    {
        "type": "Keyword",
        "value": "var",
        "loc": {
            "start": {
                "line": 5,
                "column": 0
            },
            "end": {
                "line": 5,
                "column": 3
            }
        }
    },
    {
        "type": "Identifier",
        "value": "t",
        "loc": {
            "start": {
                "line": 5,
                "column": 4
            },
            "end": {
                "line": 5,
                "column": 5
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "=",
        "loc": {
            "start": {
                "line": 5,
                "column": 6
            },
            "end": {
                "line": 5,
                "column": 7
            }
        }
    },
    {
        "type": "Template",
        "value": "`foo\nbar\\n\nbaz`",
        "loc": {
            "start": {
                "line": 5,
                "column": 8
            },
            "end": {
                "line": 7,
                "column": 4
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ";",
        "loc": {
            "start": {
                "line": 7,
                "column": 4
            },
            "end": {
                "line": 7,
                "column": 5
            }
        }
    },
    {
        "type": "Keyword",
        "value": "var",
        "loc": {
            "start": {
                "line": 9,
                "column": 0
            },
            "end": {
                "line": 9,
                "column": 3
            }
        }
    },
    {
        "type": "Identifier",
        "value": "a",
        "loc": {
            "start": {
                "line": 9,
                "column": 4
            },
            "end": {
                "line": 9,
                "column": 5
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "=",
        "loc": {
            "start": {
                "line": 9,
                "column": 6
            },
            "end": {
                "line": 9,
                "column": 7
            }
        }
    },
    {
        "type": "Numeric",
        "value": "1",
        "loc": {
            "start": {
                "line": 9,
                "column": 8
            },
            "end": {
                "line": 9,
                "column": 9
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ";",
        "loc": {
            "start": {
                "line": 9,
                "column": 9
            },
            "end": {
                "line": 9,
                "column": 10
            }
        }
    },
    {
        "type": "Keyword",
        "value": "var",
        "loc": {
            "start": {
                "line": 15,
                "column": 0
            },
            "end": {
                "line": 15,
                "column": 3
            }
        }
    },
    {
        "type": "Identifier",
        "value": "b",
        "loc": {
            "start": {
                "line": 15,
                "column": 4
            },
            "end": {
                "line": 15,
                "column": 5
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "=",
        "loc": {
            "start": {
                "line": 15,
                "column": 6
            },
            "end": {
                "line": 15,
                "column": 7
            }
        }
    },
    {
        "type": "Numeric",
        "value": "2",
        "loc": {
            "start": {
                "line": 15,
                "column": 8
            },
            "end": {
                "line": 15,
                "column": 9
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ";",
        "loc": {
            "start": {
                "line": 15,
                "column": 9
            },
            "end": {
                "line": 15,
                "column": 10
            }
        }
    }
]